X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;fp=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=d71eb885aa56e7fca886198e08361352ea5fe2ba;hb=3f5c8fe94111312e3186cbf0d5c8c06d4e344ecd;hp=35883aea4326341e3f7d91d46829beecc94e4fbd;hpb=ee233e708a0b5308a4a3468a60d03358a9281e7a;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index 35883aea4..d71eb885a 100644 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -40,6 +40,13 @@ TOOLCHAIN_TARGET_TASK += "libstdc++-staticdev" # memory issue. TOOLCHAIN_TARGET_TASK += "gcc-sanitizers" -# Add azure-iot-sdk-c to support building agl-service-cloudproxy and -# other users of Azure sdk. +# Add azure-iot-sdk-c to support building agl-service-cloudproxy +# and other users of Azure sdk. TOOLCHAIN_TARGET_TASK += "azure-iot-sdk-c umock-c" + +# Add aws-iot-device-embedded-c sdk to support building agl-service-cloudproxy +# and other users of AWS sdk. +# These packages are required to add static library and headers: +TOOLCHAIN_TARGET_TASK += "aws-iot-device-sdk-embedded-c-staticdev" +TOOLCHAIN_TARGET_TASK += "aws-iot-device-sdk-embedded-c-dev" +