diff mbox series

ODP: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support

Message ID VI1PR04MB53733EEEE763D8697F7767D49139A@VI1PR04MB5373.eurprd04.prod.outlook.com
State New
Headers show
Series ODP: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support | expand

Commit Message

Piotr Łobacz July 19, 2023, 8:03 p.m. UTC
Dear Richard, Alexandre, Alex and all,
this patchset fixes has additional patch which actually fixes these warning message:

[log_check] Warning when reading ar archive header: Pathname can't be converted from UTF-8 to current locale. (errno=84)

I do not know if it fixes this error:

opkg-build -Z xz -a "--memlimit=5% --threads=8" "" "" nativesdk-xcb-proto-dbg /home/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-xcb-proto/1.15.2-r0/deploy-ipks/i686-nativesdk' returned non-zero exit status 1

because I was not able to reproduce it... I'm testing it all with our distro configuration files and I do not know what may be the differences between our distros.
Maybe next autobuild will tell us something more hopefully.

BR
Piotr

Od: Piotr Łobacz <p.lobacz@welotec.com>
Wysłane: środa, 19 lipca 2023 21:48
Do: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org>
DW: Piotr Łobacz <p.lobacz@welotec.com>
Temat: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support 
 
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 mbox series

Patch

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: