summaryrefslogtreecommitdiffstats
path: root/autobuild/linux/autobuild
AgeCommit message (Collapse)AuthorFilesLines
2021-12-16Update for app framework removalScott Murray1-110/+0
Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the qmake files to just build a "settings" binary and install it into /usr/bin by default. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. - Tweak the Bluetooth QML to call into the new start call in the libqtappfw-bt Bluetooth object that replaces the previous WebSocket onConnected hook. - Remove the voice related code as it is not likely to be re-enabled anytime soon. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8d3272b62aa403a71adadd26c545c1ed33281e5f
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: Ie5eb8365d77f5de507dd393f41d95ac88f417661
2020-03-20update autobuild scriptsRaquel Medina1-26/+67
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: Id99ab7fe90b0760d72bba117d0462823776781c8
2019-03-11autobuild: introduce build 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. Bug-AGL: SPEC-2164 Change-Id: Ib98b8308d43cc24f2f5462adca65542318295a9e Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>