summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"