diff options
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f451ba6a47..160abf40ee 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -845,8 +845,8 @@ DISTRO_FEATURES_NATIVESDK ?= "x11" | |||
845 | 845 | ||
846 | # Normally target distro features will not be applied to native builds: | 846 | # Normally target distro features will not be applied to native builds: |
847 | # Native distro features on this list will use the target feature value | 847 | # Native distro features on this list will use the target feature value |
848 | DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation opengl" | 848 | DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl" |
849 | DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation opengl" | 849 | DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl" |
850 | 850 | ||
851 | DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" | 851 | DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" |
852 | MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode" | 852 | MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode" |