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.lob...@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.lob...@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.lob...@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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184605): https://lists.openembedded.org/g/openembedded-core/message/184605 Mute This Topic: https://lists.openembedded.org/mt/100243063/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-