Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2023-01-13 Thread Alberto Pianon
Il 2022-12-29 16:06 Richard Purdie ha scritto: On Thu, 2022-12-29 at 08:50 -0600, Joshua Watt wrote: On Thu, Dec 29, 2022 at 7:56 AM Richard Purdie wrote: > > I was asked about a WORKDIR/fetcher interaction problem and the bugs it > results in. I've tried to write down my thoughts. > > The

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2023-01-02 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-architecture@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 31 december 2022 18:03 > To: Mark Hatle ; Joshua Watt > > Cc: openembedded-architecture > ; Trevor Woerner > > Subject: Re: [Open

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-31 Thread Richard Purdie
On Sat, 2022-12-31 at 10:47 -0600, Mark Hatle wrote: > > On 12/29/22 9:06 AM, Richard Purdie wrote: > > On Thu, 2022-12-29 at 08:50 -0600, Joshua Watt wrote: > > > On Thu, Dec 29, 2022 at 7:56 AM Richard Purdie > > > wrote: > > > > > > > > I was asked about a WORKDIR/fetcher interaction problem

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-31 Thread Mark Hatle
On 12/29/22 9:06 AM, Richard Purdie wrote: On Thu, 2022-12-29 at 08:50 -0600, Joshua Watt wrote: On Thu, Dec 29, 2022 at 7:56 AM Richard Purdie wrote: I was asked about a WORKDIR/fetcher interaction problem and the bugs it results in. I've tried to write down my thoughts. The unpack task

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-29 Thread Martin Jansa
On Thu, Dec 29, 2022 at 5:28 PM Trevor Woerner wrote: > On Thu 2022-12-29 @ 03:51:08 PM, Martin Jansa wrote: > > On Thu, Dec 29, 2022 at 3:38 PM Trevor Woerner > wrote: > > > > > On Thu 2022-12-29 @ 01:56:51 PM, Richard Purdie wrote: > > > > There are variations on this, such as a conditional

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-29 Thread Trevor Woerner
On Thu 2022-12-29 @ 03:51:08 PM, Martin Jansa wrote: > On Thu, Dec 29, 2022 at 3:38 PM Trevor Woerner wrote: > > > On Thu 2022-12-29 @ 01:56:51 PM, Richard Purdie wrote: > > > There are variations on this, such as a conditional append on some > > > override to SRC_URI but the fundamental problem

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-29 Thread Richard Purdie
On Thu, 2022-12-29 at 08:50 -0600, Joshua Watt wrote: > On Thu, Dec 29, 2022 at 7:56 AM Richard Purdie > wrote: > > > > I was asked about a WORKDIR/fetcher interaction problem and the bugs it > > results in. I've tried to write down my thoughts. > > > > The unpack task writes it's output to

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-29 Thread Martin Jansa
On Thu, Dec 29, 2022 at 3:38 PM Trevor Woerner wrote: > On Thu 2022-12-29 @ 01:56:51 PM, Richard Purdie wrote: > > There are variations on this, such as a conditional append on some > > override to SRC_URI but the fundamental problem is one of cleanup when > > unpack is to rerun. > > ...just to

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-29 Thread Joshua Watt
On Thu, Dec 29, 2022 at 7:56 AM Richard Purdie wrote: > > I was asked about a WORKDIR/fetcher interaction problem and the bugs it > results in. I've tried to write down my thoughts. > > The unpack task writes it's output to WORKDIR as base.bbclass says: > > fetcher =

Re: [Openembedded-architecture] WORKDIR fetcher interaction issue

2022-12-29 Thread Trevor Woerner
On Thu 2022-12-29 @ 01:56:51 PM, Richard Purdie wrote: > There are variations on this, such as a conditional append on some > override to SRC_URI but the fundamental problem is one of cleanup when > unpack is to rerun. ...just to elaborate a bit more on this variation for everyone's benefit