Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Christopher Larson
Richard > > > >Subject: Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate- > >deploy.bbclass > > > >Em qui., 14 de jan. de 2021 às 05:06, Diego Sueiro > >escreveu: > >> > >> The intermediate-deploy class is to be inherited b

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Richard Purdie
On Thu, 2021-01-14 at 13:06 +, Diego Sueiro wrote: > > Just trying to see if I got it right this time. > Are you proposing to move `${D}/boot` to `${D}/intermediate- > deploy/boot` and > have SYSROOT_DIRS += "/intermediate-deploy "? Yes. > But, If it is just a copy having within ${D} , I'll

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Diego Sueiro
>-Original Message- >From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Richard Purdie via >lists.openembedded.org >Sent: 14 January 2021 12:04 >To: Diego Sueiro ; openembedded- >c...@lists.openembedded.org >Subject: Re: [OE-c

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Diego Sueiro
>-Original Message- >From: Otavio Salvador >Sent: 14 January 2021 11:57 >To: Diego Sueiro >Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org>; Purdie, Richard > >Subject: Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate- &

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Richard Purdie
On Thu, 2021-01-14 at 08:06 +, Diego Sueiro wrote: > The intermediate-deploy class is to be inherited by recipes that > install intermediate artifacts which are not present in the filesystem > to be further processed by other recipes. > > The INTERMEDIATE_DEPLOY_DIRS variable is a space

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Otavio Salvador
Em qui., 14 de jan. de 2021 às 05:06, Diego Sueiro escreveu: > > The intermediate-deploy class is to be inherited by recipes that > install intermediate artifacts which are not present in the filesystem > to be further processed by other recipes. > > The INTERMEDIATE_DEPLOY_DIRS variable is a

[OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Diego Sueiro
The intermediate-deploy class is to be inherited by recipes that install intermediate artifacts which are not present in the filesystem to be further processed by other recipes. The INTERMEDIATE_DEPLOY_DIRS variable is a space separated list of dirnames from ${D} which include the intermediate