summaryrefslogtreecommitdiffstats
path: root/autobuild/linux/autobuild
AgeCommit message (Collapse)AuthorFilesLines
2020-06-10Update autobuild scriptsScott Murray1-58/+65
Update autobuild scripts with reworked version that fixes building outside of the source tree. As well, the project files have been tweaked to strip the release build binaries and add "-debug" in the name of the debug widget file. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I792baf5af2887bd3b332190d408ac49fb1cbd4a3
2020-03-23update autobuild scriptsRaquel Medina1-26/+67
Modidfy autobuild scripts: - to fix warnings on yocto build - to add new standard targets Bug-AGL: SPEC-2049 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I1fab1f642825de54ef9b2b5e92b0b75b5489b1a1
2019-03-08autobuild: introduce autobuild scriptsRaquel Medina1-0/+62
- 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. Change-Id: I479681564072a072b49958608af868d67a07b11e Bug-AGL: SPEC-2164 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>