summaryrefslogtreecommitdiffstats
path: root/recipes-platform
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-10 15:49:31 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-10 15:49:31 +0000
commit35266908fe00b94bb77bd6985cec7feba0186f39 (patch)
tree791839127c7fd7dcf225a2f75b53b687874fc473 /recipes-platform
parent3f5c8fe94111312e3186cbf0d5c8c06d4e344ecd (diff)
Revert "Add aws-iot-device-embedded-c support to crosssdk"
This reverts commit 3f5c8fe94111312e3186cbf0d5c8c06d4e344ecd. Reason for revert: Requested package itself is not merged, yet. Change-Id: Iba64dcf588b469f497df49b906a7eec423f95ac3
Diffstat (limited to 'recipes-platform')
-rw-r--r--recipes-platform/images/agl-demo-platform-crosssdk.bb11
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb
index d71eb885..35883aea 100644
--- a/recipes-platform/images/agl-demo-platform-crosssdk.bb
+++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb
@@ -40,13 +40,6 @@ 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"
-