From: Piotr Łobacz Date: Wed, 12 Jul 2023 19:04:24 +0000 (+0200) Subject: bitbake.conf: Add acl distro native features support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeb3f8e893e351520f3b8e642027e0dd6ca7c08b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Add acl distro native features support Include support for ACLs for native builds by default. Signed-off-by: Piotr Łobacz Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9625a6fef4c..8daaaad6153 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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: