aboutsummaryrefslogtreecommitdiffstats
path: root/autobuild
AgeCommit message (Collapse)AuthorFilesLines
2021-12-16Update for app framework removalScott Murray2-220/+0
Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the qmake files to just build a "navigation" binary and install it into /usr/bin by default. Also update the jtalk and flite script installation. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: If3eca7b12c3ac2605c32f9832220dc58406f7b4b
2020-06-10Update autobuild scriptsScott Murray2-111/+128
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: I1262a29b4bbf3958e9df76f111b35dccea367c2f
2020-03-23update autobuild scriptsRaquel Medina2-31/+109
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: I9fb15899da4ecd5205adb233173d2c635acdba44
2019-11-22fix autobuildLi Xiaoming1-15/+51
Bug-AGL: SPEC-2816 Change-Id: I0c675c73bfa4a7466d4b2445d4280dd75070366b Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-07-25Introduce autobuild scriptsScott Murray2-0/+89
Add agl and linux autobuild scripts to silence build warnings. 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 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: If468a015c37068ec8c438f57a9a5a1c2c0117d94