diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-04-23 13:00:52 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-30 15:46:36 +0000 |
commit | 2562d081bf1cc0c57fd464b007209bd38fd799d8 (patch) | |
tree | 28ca75f2677bba8f091a38ba6570428829b2b835 /recipes-platform/images/agl-demo-platform-crosssdk.bb | |
parent | fb05d7e25a5444a554471247d8ce295fa4af3481 (diff) |
agl-demo-platform-crosssdk: Add mosquitto-dev
Add mosquitto-dev to agl-demo-platform-crosssdk to enable CI to
build the telematics demo image application. This is likely a
stopgap for now, as the plan to handle this situation going forward
(i.e. use separate profile SDKs versus one superset one) will be
discussed at the May 2019 F2F. A comment has been added to indicate
this.
Bug-AGL: SPEC-2371
Change-Id: Ibd48842d95c246dc0b7e7f0ec3fdb8300da55f7b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 26b2d2b962ae30f0ae2ca7015f339ead70c3947d)
Diffstat (limited to 'recipes-platform/images/agl-demo-platform-crosssdk.bb')
-rwxr-xr-x | recipes-platform/images/agl-demo-platform-crosssdk.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index bce2e6a8e..720c9223a 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -64,3 +64,10 @@ TOOLCHAIN_TARGET_TASK += " \ libvcard-dev \ libvcard-staticdev \ " + +# Add mosquitto to support building the telematics demo application. +# This is currently required for CI, as it uses agl-demo-platform-crosssdk +# to build everything. An agenda item has been tabled for the May 2019 F2F +# meeting to discuss the path forward (separate versus superset SDKs), this +# should be reviewed after that. +TOOLCHAIN_TARGET_TASK += "mosquitto-dev" |