Re: [OE-core] [meta-OE][PATCH v3] image.bbclass: deploy image artifacts in stages

2020-08-07 Thread Bartosz Golaszewski
On Fri, May 15, 2020 at 7:56 AM Richard Purdie wrote: > > On Tue, 2020-05-12 at 16:05 +0200, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Make each IMAGE_CMD task an sstate task with its own IMGDEPLOYDIR > > override. This way each generated set of artifacts is deployed as

Re: [OE-core] [meta-OE][PATCH v3] image.bbclass: deploy image artifacts in stages

2020-05-14 Thread Richard Purdie
On Tue, 2020-05-12 at 16:05 +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Make each IMAGE_CMD task an sstate task with its own IMGDEPLOYDIR > override. This way each generated set of artifacts is deployed as soon > as it's ready instead of the do_image_complete task handling

Re: [OE-core] [meta-OE][PATCH v3] image.bbclass: deploy image artifacts in stages

2020-05-14 Thread Richard Purdie
On Thu, 2020-05-14 at 18:16 +0200, Bartosz Golaszewski wrote: > wt., 12 maj 2020 o 16:05 Bartosz Golaszewski > napisał(a): > > From: Bartosz Golaszewski > > > > Make each IMAGE_CMD task an sstate task with its own IMGDEPLOYDIR > > override. This way each generated set of artifacts is deployed

Re: [OE-core] [meta-OE][PATCH v3] image.bbclass: deploy image artifacts in stages

2020-05-14 Thread Bartosz Golaszewski
wt., 12 maj 2020 o 16:05 Bartosz Golaszewski napisał(a): > > From: Bartosz Golaszewski > > Make each IMAGE_CMD task an sstate task with its own IMGDEPLOYDIR > override. This way each generated set of artifacts is deployed as soon > as it's ready instead of the do_image_complete task handling the

[OE-core] [meta-OE][PATCH v3] image.bbclass: deploy image artifacts in stages

2020-05-12 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Make each IMAGE_CMD task an sstate task with its own IMGDEPLOYDIR override. This way each generated set of artifacts is deployed as soon as it's ready instead of the do_image_complete task handling the entire deployement. This allows us to better fine-tune dependencies