[PATCH v4 1/3] automation: Create Yocto docker images

2022-11-17 Thread Bertrand Marquis
Add containers suitable to run yocto kirkstone build based on ubuntu 22.04. It contains all packages required by Yocto and a checkout of the layers required to build Xen with Yocto. Add a generic docker image template to be used to automatically generate docker files for different configurations:

Re: [PATCH v4 1/3] automation: Create Yocto docker images

2022-11-18 Thread Michal Orzel
Hi Bertrand, Just, some minor comments. On 17/11/2022 10:39, Bertrand Marquis wrote: > > > Add containers suitable to run yocto kirkstone build based on ubuntu > 22.04. It contains all packages required by Yocto and a checkout of the > layers required to build Xen with Yocto. > > Add a generic

Re: [PATCH v4 1/3] automation: Create Yocto docker images

2022-11-18 Thread Bertrand Marquis
Hi Michal, > On 18 Nov 2022, at 08:53, Michal Orzel wrote: > > Hi Bertrand, > > Just, some minor comments. > > On 17/11/2022 10:39, Bertrand Marquis wrote: >> >> >> Add containers suitable to run yocto kirkstone build based on ubuntu >> 22.04. It contains all packages required by Yocto and a

Re: [PATCH v4 1/3] automation: Create Yocto docker images

2022-11-18 Thread Michal Orzel
Hi Bertrand, On 18/11/2022 12:44, Bertrand Marquis wrote: > > > Hi Michal, > >> On 18 Nov 2022, at 08:53, Michal Orzel wrote: >> >> Hi Bertrand, >> >> Just, some minor comments. >> >> On 17/11/2022 10:39, Bertrand Marquis wrote: >>> >>> >>> Add containers suitable to run yocto kirkstone build

Re: [PATCH v4 1/3] automation: Create Yocto docker images

2022-11-18 Thread Bertrand Marquis
Hi, > On 18 Nov 2022, at 11:54, Michal Orzel wrote: > > Hi Bertrand, > > On 18/11/2022 12:44, Bertrand Marquis wrote: >> >> >> Hi Michal, >> >>> On 18 Nov 2022, at 08:53, Michal Orzel wrote: >>> >>> Hi Bertrand, >>> >>> Just, some minor comments. >>> >>> On 17/11/2022 10:39, Bertrand Mar

Re: [PATCH v4 1/3] automation: Create Yocto docker images

2022-11-18 Thread Stefano Stabellini
On Thu, 17 Nov 2022, Bertrand Marquis wrote: > Add containers suitable to run yocto kirkstone build based on ubuntu > 22.04. It contains all packages required by Yocto and a checkout of the > layers required to build Xen with Yocto. > > Add a generic docker image template to be used to automatical