From df3a7f9aaab661cc077ee6dea0eadd64ce166562 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 12 Oct 2017 17:42:02 +0200 Subject: Add nativesdk-wayland to the SDK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes-platform/images/agl-demo-platform-crosssdk.bb | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit 1.2.3-korg