mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
bitbake.conf: Add acl distro native features support
Include support for ACLs for native builds by default. (From OE-Core rev: eeb3f8e893e351520f3b8e642027e0dd6ca7c08b) Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
27957137d7
commit
0c1de5c5c5
@@ -904,7 +904,7 @@ 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 ?= "x11 ipv6 xattr"
|
||||
DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr"
|
||||
DISTRO_FEATURES_NATIVESDK ?= "x11"
|
||||
|
||||
# Normally target distro features will not be applied to native builds:
|
||||
|
||||
Reference in New Issue
Block a user