Re: [OE-core][RFC v2] sstatesig: Add ACL and XATTR data to outhash

2023-08-18 Thread Joshua Watt
On Fri, Aug 18, 2023 at 1:20 AM Richard Purdie wrote: > > On Thu, 2023-08-17 at 13:12 -0600, Joshua Watt wrote: > > Records the ACL and (some) extended attributes in the outhash > > > > Signed-off-by: Joshua Watt > > --- > > NOTE: This requires ACL and XATTR support from bitbake > > > > V2: Filte

Re: [OE-core][RFC v2] sstatesig: Add ACL and XATTR data to outhash

2023-08-18 Thread Richard Purdie
On Thu, 2023-08-17 at 13:12 -0600, Joshua Watt wrote: > Records the ACL and (some) extended attributes in the outhash > > Signed-off-by: Joshua Watt > --- > NOTE: This requires ACL and XATTR support from bitbake > > V2: Filter ACLs to not duplicate the stat mode (since that also does > extra fil

[OE-core][RFC v2] sstatesig: Add ACL and XATTR data to outhash

2023-08-17 Thread Joshua Watt
Records the ACL and (some) extended attributes in the outhash Signed-off-by: Joshua Watt --- NOTE: This requires ACL and XATTR support from bitbake V2: Filter ACLs to not duplicate the stat mode (since that also does extra filtering) meta/lib/oe/sstatesig.py | 42 +