public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support
@ 2023-07-19 19:48 Piotr Łobacz
  2023-07-19 19:48 ` [OE-Core][PATCH v6 2/6] package_ipk.bbclass: add support for ACLs and xattr Piotr Łobacz
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Piotr Łobacz @ 2023-07-19 19:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: Piotr Łobacz

Include support for ACLs and extended file attributes for native
builds, by default.

Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9625a6fef4..8daaaad615 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:
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-07-21 12:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 19:48 [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 2/6] package_ipk.bbclass: add support for ACLs and xattr Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 3/6] package.bbclass: " Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 4/6] opkg-utils: add acl and xattr support Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 5/6] opkg: add options to enable support for acl and xattr Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 6/6] opkg: set locale from system environment variables Piotr Łobacz
2023-07-19 20:03 ` ODP: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support Piotr Łobacz
2023-07-21  9:30 ` Alexandre Belloni
2023-07-21  9:31   ` Piotr Łobacz
     [not found]   ` <1773D81D0EEA3783.27973@lists.openembedded.org>
2023-07-21 11:23     ` ODP: " Piotr Łobacz
2023-07-21 12:00       ` Alexandre Belloni
2023-07-21 12:12         ` ODP: " Piotr Łobacz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox