Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-12 Thread Michael Ho
Hi RP, I would trust your judgement call here, I understand not taking this type of patch in to avoid complicating the ipk package management. We will soon start running in our CI essentially the dunfell patch soon so we can test for race conditions quite heavily there. But given the

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-12 Thread Richard Purdie
On Tue, 2021-01-12 at 09:21 +, Richard Purdie via lists.openembedded.org wrote: > On Mon, 2021-01-11 at 13:45 +0100, Michael Ho wrote: > > From: Michael Ho > > > > Switch do_populate_sdk for the ipk package manager to use a separate target > > opkg config file and separate the lockfiles

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-12 Thread Paul Barker
On Tue, 12 Jan 2021 at 09:21, Richard Purdie wrote: > > On Mon, 2021-01-11 at 13:45 +0100, Michael Ho wrote: > > From: Michael Ho > > > > Switch do_populate_sdk for the ipk package manager to use a separate target > > opkg config file and separate the lockfiles restricting do_rootfs and > >

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-12 Thread Richard Purdie
On Mon, 2021-01-11 at 13:45 +0100, Michael Ho wrote: > From: Michael Ho > > Switch do_populate_sdk for the ipk package manager to use a separate target > opkg config file and separate the lockfiles restricting do_rootfs and > do_populate_sdk from running in parallel. > > This way if an image

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-11 Thread Alexander Kanavin
---------------- > BMW Car IT GmbH > Geschäftsführer: Kai-Uwe Balszuweit und Michael Böttrich > Sitz und Registergericht: München HRB 134810 > - > > > > >

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-11 Thread Michael Ho
ich Sitz und Registergericht: München HRB 134810 - From: Alexander Kanavin Date: Monday, 11. January 2021 at 15:45 To: "Ho Michael, JC-3UL" Cc: OE-core Subject: Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-11 Thread Alexander Kanavin
der Kanavin > *Date: *Monday, 11. January 2021 at 13:46 > *To: *"Ho Michael, JC-3UL" > *Cc: *OE-core > *Subject: *Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in > parallel to do_rootfs > > > > Does deb/rpm packaging already have this feature? > > &g

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-11 Thread Michael Ho
021 at 13:46 To: "Ho Michael, JC-3UL" Cc: OE-core Subject: Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs Does deb/rpm packaging already have this feature? Alex On Mon, 11 Jan 2021 at 13:45, Michael Ho mailto:michael...@bmw.de>> wrote: Fro

Re: [OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-11 Thread Alexander Kanavin
Does deb/rpm packaging already have this feature? Alex On Mon, 11 Jan 2021 at 13:45, Michael Ho wrote: > From: Michael Ho > > Switch do_populate_sdk for the ipk package manager to use a separate target > opkg config file and separate the lockfiles restricting do_rootfs and > do_populate_sdk

[OE-core] [PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs

2021-01-11 Thread Michael Ho
From: Michael Ho Switch do_populate_sdk for the ipk package manager to use a separate target opkg config file and separate the lockfiles restricting do_rootfs and do_populate_sdk from running in parallel. This way if an image recipe includes a dependency to do_populate_sdk by default then it