summaryrefslogtreecommitdiffstats
path: root/autobuild/agl
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20update autobuild scriptsRaquel Medina1-3/+43
Modify autobuild scripts: - to fix warnings on yocto build - to fix linux/autobuild syntax errors - to add new standard targets Bug-AGL: SPEC-2049 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I69c423ba8d17a34cef9a933a99d86cfd55d1e257
2019-03-11autobuild: introduce autobuild scriptsRaquel Medina1-0/+58
- Add agl autobuild script to silence build warnings on yocto. - Add linux autobuild script to build with the sdk These 2 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: I19dfda3cfa19344af06fa010c59f365cd6b4e91b Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>