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 4fba9d6f02..9696273acc 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -807,7 +807,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" | |||
807 | 807 | ||
808 | # Native distro features (will always be used for -native, even if they | 808 | # Native distro features (will always be used for -native, even if they |
809 | # are not enabled for target) | 809 | # are not enabled for target) |
810 | DISTRO_FEATURES_NATIVE ?= "x11" | 810 | DISTRO_FEATURES_NATIVE ?= "x11 ipv6" |
811 | DISTRO_FEATURES_NATIVESDK ?= "x11 libc-charsets libc-locales libc-locale-code" | 811 | DISTRO_FEATURES_NATIVESDK ?= "x11 libc-charsets libc-locales libc-locale-code" |
812 | 812 | ||
813 | # Normally target distro features will not be applied to native builds: | 813 | # Normally target distro features will not be applied to native builds: |