X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=a6d52e5ab961c0ef2f407e049189bb3896256b8b;hp=2812aec98cf9fbfebf3a010c94eaaf58d182e55b;hb=26b2d2b962ae30f0ae2ca7015f339ead70c3947d;hpb=04e09117e8753e397940a901486fab6e1ccc6162 diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index 2812aec98..a6d52e5ab 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -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"