summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 489a161e17..7007a6e9b6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -808,7 +808,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
808 808
809# Native distro features (will always be used for -native, even if they 809# Native distro features (will always be used for -native, even if they
810# are not enabled for target) 810# are not enabled for target)
811DISTRO_FEATURES_NATIVE ?= "x11 ipv6" 811DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr"
812DISTRO_FEATURES_NATIVESDK ?= "x11 libc-charsets libc-locales libc-locale-code" 812DISTRO_FEATURES_NATIVESDK ?= "x11 libc-charsets libc-locales libc-locale-code"
813 813
814# Normally target distro features will not be applied to native builds: 814# Normally target distro features will not be applied to native builds: