]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Use wayland distro feature for native builds
authorTom Hochstein <tom.hochstein@nxp.com>
Sun, 7 Nov 2021 18:50:16 +0000 (12:50 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Nov 2021 22:01:53 +0000 (22:01 +0000)
The wayland-scanner is missing from SDKs with weston, but the weston build
requires wayland-scanner. Allow the distro feature in order to include
the wayland-scanner packages via nativesdk-packagegroup-sdk-host.bb.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 790f2f7a8c49f4e13d9841939c0694edecd5529d..71c1e52ad63967921a8650991a31029ad1a53480 100644 (file)
@@ -869,8 +869,8 @@ DISTRO_FEATURES_NATIVESDK ?= "x11"
 
 # Normally target distro features will not be applied to native builds:
 # Native distro features on this list will use the target feature value
-DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl"
-DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl"
+DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl wayland"
+DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl wayland"
 
 DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig"
 MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode"