From: Jan-Simon Möller Date: Thu, 12 Oct 2017 15:42:02 +0000 (+0200) Subject: Add nativesdk-wayland to the SDK X-Git-Tag: 4.99.1~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=df3a7f9aaab661cc077ee6dea0eadd64ce166562 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 --- diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index 6df952161..795ecc079 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"