Re: [Openembedded-architecture] Cleanup of WORKDIR by separating do_unpack

2024-04-28 Thread Richard Purdie
One interesting side effect I've noticed with testing the a-c patches was a failure in meta-virtualization. The issue is a bbappend to sysvinit which does: """ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI += "file://getty-wrapper" do_install:append() { install -d

Re: [Openembedded-architecture] Cleanup of WORKDIR by separating do_unpack

2024-04-28 Thread Richard Purdie
On Sun, 2024-04-28 at 11:10 +0100, Paul Barker wrote: > On 25/04/2024 22:38, Richard Purdie via lists.openembedded.org wrote: > > As people probably realise, WORKDIR is a bit of a mess at the moment. > > do_unpack writes things directly into there and we don't keep track of > > what it writes

Re: [Openembedded-architecture] Cleanup of WORKDIR by separating do_unpack

2024-04-28 Thread Paul Barker
On 25/04/2024 22:38, Richard Purdie via lists.openembedded.org wrote: > As people probably realise, WORKDIR is a bit of a mess at the moment. > do_unpack writes things directly into there and we don't keep track of > what it writes there very easily. I know there are source tracer > solutions but