Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support
@ 2023-07-12 12:25 Piotr Łobacz
  2023-07-12 12:25 ` [OE-Core][PATCH v4 2/5] package_ipk.bbclass: add support for ACLs and xattr Piotr Łobacz
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Piotr Łobacz @ 2023-07-12 12:25 UTC (permalink / raw)
  To: openembedded-core; +Cc: Piotr Łobacz

Include support for ACLs and extended file attributes for native
builds, depending on which distro target features has been turned
on.

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

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9625a6fef4..20684a5126 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -904,12 +904,12 @@ 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 ?= "x11 ipv6"
 DISTRO_FEATURES_NATIVESDK ?= "x11"
 
 # Normally target distro features will not be applied to native builds:
 # Native distro features on this list will use the target feature value
-DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl wayland"
+DISTRO_FEATURES_FILTER_NATIVE ?= "acl api-documentation debuginfod opengl wayland xattr"
 DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl wayland"
 
 DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig"
-- 
2.34.1



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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12 12:25 [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support Piotr Łobacz
2023-07-12 12:25 ` [OE-Core][PATCH v4 2/5] package_ipk.bbclass: add support for ACLs and xattr Piotr Łobacz
2023-07-12 16:54   ` Alexandre Belloni
2023-07-12 19:09     ` ODP: " Piotr Łobacz
2023-07-12 12:25 ` [OE-Core][PATCH v4 3/5] package.bbclass: " Piotr Łobacz
2023-07-12 12:25 ` [OE-Core][PATCH v4 4/5] opkg-utils: add acl and xattr support Piotr Łobacz
2023-07-12 12:25 ` [OE-Core][PATCH v4 5/5] opkg: add options to enable support for acl and xattr Piotr Łobacz
2023-07-12 17:04 ` [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support Richard Purdie
2023-07-12 17:15   ` Alexander Kanavin
2023-07-12 19:08     ` ODP: " Piotr Łobacz
2023-07-12 19:25       ` Richard Purdie
2023-07-12 20:46         ` Piotr Łobacz
     [not found]         ` <177139B6ABA154C9.19802@lists.openembedded.org>
2023-07-12 20:48           ` Piotr Łobacz
2023-07-12 21:33             ` Richard Purdie
2023-07-12 22:51               ` Piotr Łobacz

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