fix warnings by relocating autobuild scripts 49/20849/1
authorRaquel Medina <raquel.medina@konsulko.com>
Thu, 28 Mar 2019 13:44:15 +0000 (15:44 +0200)
committerRaquel Medina <raquel.medina@konsulko.com>
Thu, 28 Mar 2019 14:46:24 +0000 (16:46 +0200)
- move autobuild scripts to top dir
- remove submodules and update app/CMakeLists.txt
  to use libafb-helpers-qt instead.

Bug-AGL: SPEC-2164

Change-Id: I9bf25a158d4eeba16ffb5555c8ca257cd81259f4
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
.gitmodules [deleted file]
afb-helpers [deleted submodule]
app/CMakeLists.txt
autobuild/agl/autobuild [moved from conf.d/autobuild/agl/autobuild with 100% similarity]
autobuild/linux/autobuild [moved from conf.d/autobuild/linux/autobuild with 97% similarity]

diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644 (file)
index af9d4e3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-[submodule "conf.d/app-templates"]
-       path = conf.d/app-templates
-       url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-templates.git
-[submodule "afb-helpers"]
-       path = afb-helpers
-       url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule
diff --git a/afb-helpers b/afb-helpers
deleted file mode 160000 (submodule)
index 52f0478..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 52f04783535948f2782780992710276f3419e56e
index 5317224..e08a102 100644 (file)
@@ -52,7 +52,7 @@ target_link_libraries(mixer
        Qt5::AGLExtras
        Qt5::WebSockets
        json-c
-       afb-helpers
+       libafb-helpers-qt.a
 )
 
 if(NOT NATIVE_BUILD)
similarity index 97%
rename from conf.d/autobuild/linux/autobuild
rename to autobuild/linux/autobuild
index 3a1ba5f..035db15 100755 (executable)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 THISFILE  := $(lastword $(MAKEFILE_LIST))
-BUILD_DIR := $(abspath $(dir $(THISFILE)/../../../../..)/build)
+BUILD_DIR := $(abspath $(dir $(THISFILE))/../../build)
 DEST      := ${BUILD_DIR}/target
 
 .PHONY: all clean distclean configure build package help update