agl-demo-platform-crosssdk: Add mosquitto-dev 34/21134/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 23 Apr 2019 17:00:52 +0000 (13:00 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 26 Apr 2019 14:19:03 +0000 (14:19 +0000)
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.

Change-Id: Ibd48842d95c246dc0b7e7f0ec3fdb8300da55f7b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
recipes-platform/images/agl-demo-platform-crosssdk.bb

index 2812aec..a6d52e5 100755 (executable)
@@ -63,3 +63,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"