aboutsummaryrefslogtreecommitdiffstats
path: root/autobuild
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10Remove dependency on old application framework and waylandArnaud Ferraris2-220/+0
As the Application FW is being reworked, drop all related dependencies in order to start with a simpler initial implementation. This commit also drops wayland-related code as it won't be needed anymore with the new framework. Bug-AGL: SPEC-4159 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com> Change-Id: Id268e1feee363c60b85411e822103259c1071a24
2020-06-09Update autobuild scriptsScott Murray2-111/+129
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: I94403dff83267b8a16d675875c77f2f32dd77c8d
2020-04-02update autobuild scriptsRaquel Medina2-29/+111
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: I452f6a47107299bed663f1702c704350ffe8a6d7
2019-03-08autobuild: introduce autobuild scriptsRaquel Medina2-0/+120
- 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: I5da155ab9d6e0f75d637be5997054cefa52f5e2c Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>