]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake.conf: Add acl distro native features support
authorPiotr Łobacz <p.lobacz@welotec.com>
Wed, 12 Jul 2023 19:04:24 +0000 (21:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jul 2023 17:00:01 +0000 (18:00 +0100)
Include support for ACLs for native builds by default.

Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 9625a6fef4ccfcac8f0939be288b2f8208e9401c..8daaaad61531ecb298777fa6abdc93a6f5bf16fc 100644 (file)
@@ -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: