summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-11-07 12:50:16 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-15 11:56:17 +0000
commit59eed5965cc0b8c68ff548e4f1ee6279e9f54748 (patch)
treec27fc468d8a55bc7ce11b68644b708cb411c1468
parent443816b4dd7e75886b38cfbb4a84615d054e39d3 (diff)
downloadpoky-59eed5965cc0b8c68ff548e4f1ee6279e9f54748.tar.gz
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: 99ff8a3dbe5d3a68faf9241f4c334953cf9cc5b0) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 858cc6f257e22e39df83f4808ea27c6d12cd1b80) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9274322e3a..c2cb2f0d9d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -850,8 +850,8 @@ DISTRO_FEATURES_NATIVESDK ?= "x11"
850 850
851# Normally target distro features will not be applied to native builds: 851# Normally target distro features will not be applied to native builds:
852# Native distro features on this list will use the target feature value 852# Native distro features on this list will use the target feature value
853DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl" 853DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl wayland"
854DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl" 854DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl wayland"
855 855
856DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" 856DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig"
857MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode" 857MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode"