All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support
@ 2023-07-12 19:04 Piotr Łobacz
  2023-07-12 19:04 ` [OE-Core][PATCH v5 2/5] package_ipk.bbclass: add support for ACLs and xattr Piotr Łobacz
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Piotr Łobacz @ 2023-07-12 19:04 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] 16+ messages in thread

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12 19:04 [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support Piotr Łobacz
2023-07-12 19:04 ` [OE-Core][PATCH v5 2/5] package_ipk.bbclass: add support for ACLs and xattr Piotr Łobacz
2023-07-12 19:04 ` [OE-Core][PATCH v5 3/5] package.bbclass: " Piotr Łobacz
2023-07-12 19:04 ` [OE-Core][PATCH v5 4/5] opkg-utils: add acl and xattr support Piotr Łobacz
2023-07-12 19:04 ` [OE-Core][PATCH v5 5/5] opkg: add options to enable support for acl and xattr Piotr Łobacz
2023-07-12 22:04 ` [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support Alex Stewart
2023-07-14 10:14   ` ODP: " Piotr Łobacz
2023-07-16 21:38     ` Alexandre Belloni
2023-07-17  5:07       ` Piotr Łobacz
     [not found]       ` <17728F63D7D8F798.22245@lists.openembedded.org>
2023-07-17  7:39         ` ODP: " Piotr Łobacz
     [not found]         ` <177297AC200D092D.22245@lists.openembedded.org>
2023-07-18  8:05           ` Piotr Łobacz
2023-07-18 21:05             ` Alexandre Belloni
2023-07-19  7:53               ` Piotr Łobacz
2023-07-19  8:37                 ` Richard Purdie
2023-07-19 13:36                   ` ODP: " Piotr Łobacz
     [not found]                   ` <177348532E0CFE35.28078@lists.openembedded.org>
2023-07-19 15:12                     ` Piotr Łobacz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.