summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-12 17:42:02 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-13 00:46:20 +0200
commitdf3a7f9aaab661cc077ee6dea0eadd64ce166562 (patch)
treef98567a33fa2970c8958c428328d2ff0bf0808b7
parent601ba51b28e533c525cfa34e5b3838ec732410cc (diff)
Add nativesdk-wayland to the SDK
To ensure we have all native tools available in the SDK It should help to solve the missing tool issue in https://gerrit.automotivelinux.org/gerrit/#/c/11083/ . Use of TOOLCHAIN_HOST_TASK directly instead of bouncing through packagegroup. Change-Id: I7e93e93c8601fb57e0d0a52ef7a2f091e0d12863 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-platform/images/agl-demo-platform-crosssdk.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb
index 6df95216..795ecc07 100644
--- a/recipes-platform/images/agl-demo-platform-crosssdk.bb
+++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb
@@ -44,3 +44,8 @@ TOOLCHAIN_TARGET_TASK += " \
ffmpeg-dev \
"
+# Add wayland-scanner to SDK (SPEC-945)
+# Use TOOLCHAIN_HOST_TASK instead of adding to the packagegroup
+# wayland-scanner is in nativesdk-wayland-dev !
+# option: add also nativesdk-qtwayland-tools
+TOOLCHAIN_HOST_TASK_append = " nativesdk-wayland nativesdk-wayland-dev"