summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-07 16:21:00 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-07 16:21:00 +0100
commit8bd9af16b19faf19c5ec86043fc734ef27688bd8 (patch)
treedc50b56f277a2f6fce6b05229ab771892599c186
parent30be619f5790ae99c4597fc47df22f3ff86d6cb4 (diff)
SPEC-3723: add appfw dependencies back to SDK image
This is required in the SDK for some apps. Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I5169e3e15fe8221583b3510ff3b94aa4a27c597a
-rw-r--r--recipes-platform/images/agl-demo-platform-crosssdk.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb
index d4b6c9dd..7f98b41a 100644
--- a/recipes-platform/images/agl-demo-platform-crosssdk.bb
+++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb
@@ -54,3 +54,17 @@ 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