mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
bitbake.conf: Use wayland distro feature for native builds
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. (From OE-Core rev: 858cc6f257e22e39df83f4808ea27c6d12cd1b80) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e929c83f1
commit
db9660c7db
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user