summaryrefslogtreecommitdiffstats
path: root/autobuild/linux
AgeCommit message (Collapse)AuthorFilesLines
2020-06-09Update autobuild scriptsScott Murray1-102/+77
Update autobuild scripts with reworked version that fixes building outside of the source tree. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Id1da3f7895d609bb6ec635c5dc8bfee4d14bb6f7
2020-02-18Update autobuild script to create new targetsFrederic Marec1-13/+87
Update autobuild script to create multiple widget target debug, coverage and all Bug-AGL: SPEC-2049 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh> Change-Id: I274e03728ec1c4f17b23079697f6e5ca16e896ca
2019-05-20autobuild: fix build script copy issuehalibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.0.28.0.18.0.07.99.37.99.27.99.1Matt Ranostay1-2/+6
Avoid copying over the same file with the wgt output, and prevent the following error: cp: 'build/vshl-capabilities.wgt' and 'build/vshl-capabilities.wgt' are the same file make: *** [autobuild/agl/autobuild:62: package] Error 1 Bug-AGL: SPEC-2430 Change-Id: I596fa8d6bf4b31ad10ca55b475d91ed89ce783e0 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-02-25vshl-capabilities:Naveen Bobbili1-0/+75
This API is responsible for brokering capbilities related messages from voiceagents to apps and vice versa. Verbs exposed are navigation/publish navigation/subscribe phonecontrol/publish phonecontrol/subscribe playbackcontroller/publish playbackcontroller/subscribe guiMetadata/publish guiMetadata/subscribe This API exposes publish and subscribe methods for all the speech framework domains/capabilities. For eg. navigation, phonecontrol etc. This API is used by apps and low level voice agent binding to subscribe and publish these capability messages whenever applicable. This specific commit is for vshl-capabilities API. Change-Id: I822c2e8589e39574d707a7c199bea91a686dced7 Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>