mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
bitbake.conf: Enable ipv6/acl/xattr for nativesdk
I was surprised to realise our buildtools doesn't support IPv6 which breaks usage in our own autobuilder, let alone anywhere else. Enable ipv6 in our SDKs and enable acl/xattr as well before we have the same kind of issues with those, these features are now common on most linux systems and we should be defaulting to including them. (From OE-Core rev: e86686cbdbaf5368fae0a490d52a043f8ed4fa0f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -916,7 +916,8 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
|
||||
# Native distro features (will always be used for -native, even if they
|
||||
# are not enabled for target)
|
||||
DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr"
|
||||
DISTRO_FEATURES_NATIVESDK ?= "x11"
|
||||
DISTRO_FEATURES_NATIVESDK ?= "acl x11 ipv6 xattr"
|
||||
DISTRO_FEATURES_NATIVESDK:mingw32 = "x11 ipv6"
|
||||
|
||||
# Normally target distro features will not be applied to native builds:
|
||||
# Native distro features on this list will use the target feature value
|
||||
|
||||
Reference in New Issue
Block a user