X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=7f98b41a4979a3e5bd3cbf8fa81488d538bf33ad;hb=8184e5d18b223be1bb9260383bf18469d770f843;hp=35883aea4326341e3f7d91d46829beecc94e4fbd;hpb=35266908fe00b94bb77bd6985cec7feba0186f39;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..7f98b41a4 100644 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -8,7 +8,7 @@ require agl-demo-platform.bb LICENSE = "MIT" -require recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc +require agl-image-graphical-qt5-crosssdk.inc inherit populate_sdk populate_sdk_qt5 @@ -40,6 +40,31 @@ 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 mbedTLS to support building aws-iot-device-sdk-embedded-c +TOOLCHAIN_TARGET_TASK += "mbedtls" + +# 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" + +TOOLCHAIN_TARGET_TASK += "waltham-dev" + + +# Required dependencies for app and test builds +TOOLCHAIN_HOST_TASK += " \ + nativesdk-lua \ + " + +# Required dependencies for app and test builds +TOOLCHAIN_TARGET_TASK += " \ + lua-dev \ + lua-staticdev \ + libafb-helpers-staticdev \ + libappcontroller-staticdev \ + " \ No newline at end of file