diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-03-11 11:21:33 +0200 |
---|---|---|
committer | Raquel Medina <raquel.medina@konsulko.com> | 2019-03-14 01:23:12 +0200 |
commit | e931f079cf5015299256f2f01b824ae42247127e (patch) | |
tree | 49b9f1f3b5bde3e2d0bfd973fea0aea40c7ff04f /.gitmodules | |
parent | f91d54530387c87fa8a45bb0ce78b389aceb926b (diff) |
autobuild: introduce build scripts
- Add agl autobuild script to silence build
warnings on yocto.
- Add linux autobuild script to build with
the sdk
- Migrate to afb helper library version to
successfully build with the sdk using
autobuild script.
NB: The 2 autobuild scripts are based on the
latest version of the autobuild script, but they've
been customized to (i) work with the existing qmake
files and (ii) the 'update' and 'package-test'
targets have been removed.
Bug-AGL: SPEC-2164
Change-Id: I7196665b65693bfe5557a0008fb36aa7b38068a5
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 7a441d4..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "homescreen/helpers"] - path = homescreen/helpers - url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule |