Add waltham-dev dependency to agl-demo-platform-crosssdk
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-demo-platform-crosssdk.bb
index d71eb88..ff3e9df 100644 (file)
@@ -44,9 +44,13 @@ TOOLCHAIN_TARGET_TASK += "gcc-sanitizers"
 # 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"