diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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) |
811 | DISTRO_FEATURES_NATIVE ?= "x11 ipv6" | 811 | DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr" |
812 | DISTRO_FEATURES_NATIVESDK ?= "x11 libc-charsets libc-locales libc-locale-code" | 812 | DISTRO_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: |