Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-19 Thread Piotr Łobacz
:36:42 PM Do: Richard Purdie ; Alexandre Belloni DW: Alex Stewart ; openembedded-core@lists.openembedded.org Temat: ODP: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support HI all, Hi Richard thx for quick response. Generally this patch for tar has been

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

2023-07-19 Thread Piotr Łobacz
at this needs further investigations... BR Piotr Od: Richard Purdie Wysłane: środa, 19 lipca 2023 10:37 Do: Piotr Łobacz ; Alexandre Belloni DW: Alex Stewart ; openembedded-core@lists.openembedded.org Temat: Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native featu

Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-19 Thread Richard Purdie
On Wed, 2023-07-19 at 07:53 +, Piotr Łobacz wrote: > I'm running this on docker with ubuntu 22.04 LTS and I have patched > tar 1.34 with the patch I have given to you. I know that it contains > these parameters, but they are faulty - meaning the ACLs do not > preserve uid/gid in tar archive.

Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-19 Thread Piotr Łobacz
Od: Alexandre Belloni Wysłane: Tuesday, July 18, 2023 11:05:15 PM Do: Piotr Łobacz DW: Alex Stewart ; openembedded-core@lists.openembedded.org Temat: Re: ODP: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support On 18/07/2023 08:05:12

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

2023-07-18 Thread Alexandre Belloni via lists.openembedded.org
On 18/07/2023 08:05:12+, Piotr Łobacz wrote: > Alexander, this message: > > > Alex, > > from what I'm seeing the issue touches opkg-build command: > > > > opkg-build -Z xz -a "--memlimit=5% --threads=8" "" "" > > nativesdk-xcb-proto-dbg > >

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

2023-07-18 Thread Piotr Łobacz
Alexander, this message: > Alex, > from what I'm seeing the issue touches opkg-build command: > > opkg-build -Z xz -a "--memlimit=5% --threads=8" "" "" nativesdk-xcb-proto-dbg >

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

2023-07-17 Thread Piotr Łobacz
użytkownika Piotr Łobacz via lists.openembedded.org Wysłane: poniedziałek, 17 lipca 2023 07:07 Do: Alexandre Belloni DW: Alex Stewart ; openembedded-core@lists.openembedded.org Temat: Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support Ok, this is

Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-16 Thread Piotr Łobacz
ysłane: Sunday, July 16, 2023 11:38:57 PM Do: Piotr Łobacz DW: Alex Stewart ; openembedded-core@lists.openembedded.org Temat: Re: ODP: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support Hello, On 14/07/2023 10:14:50+, Piotr Łobacz wrote: > OK so, does any

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

2023-07-16 Thread Alexandre Belloni via lists.openembedded.org
cipe-sysroot-native/usr/bin/opkg-build [-A] [-X] [-c] [-C] [-Z compressor] [-a compressor_args] [-O] [-o owner] [-g group] [] > > Od: Alex Stewart > Wysłane: czwartek, 13 lipca 2023 00:04 > Do: Piotr Łobacz ; > openembedded-core@lists.openembedded.org > > Temat: Re:

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

2023-07-14 Thread Piotr Łobacz
OK so, does any one have any thoughts regarding this patchset? Od: Alex Stewart Wysłane: czwartek, 13 lipca 2023 00:04 Do: Piotr Łobacz ; openembedded-core@lists.openembedded.org Temat: Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native

Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Alex Stewart
ACK this patchset, assuming the other maintainers are happy with how we're handling the DISTO_FEATURES. I chose not to include Piotr's opkg and opkg-utils ACL/xattr changes into the 0.6.2 release, which I have just pushed. They've been merged afterward, and can still be applied atop 0.6.2,

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

2023-07-12 Thread Piotr Łobacz
Include support for ACLs and extended file attributes for native builds, by default. Signed-off-by: Piotr Łobacz --- 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..8dd615 100644 ---