Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-11 Thread Bertrand Marquis
Hi Stefano, > On 10 Nov 2022, at 20:25, Stefano Stabellini wrote: > > On Thu, 10 Nov 2022, Michal Orzel wrote: >> Hi Stefano, >> >> On 10/11/2022 01:18, Stefano Stabellini wrote: >>> >>> >>> On Mon, 7 Nov 2022, Michal Orzel wrote: Hi Bertrand and Stefano, On 31/10/2022 16:00,

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-10 Thread Stefano Stabellini
On Thu, 10 Nov 2022, Michal Orzel wrote: > Hi Stefano, > > On 10/11/2022 01:18, Stefano Stabellini wrote: > > > > > > On Mon, 7 Nov 2022, Michal Orzel wrote: > >> Hi Bertrand and Stefano, > >> > >> On 31/10/2022 16:00, Bertrand Marquis wrote: > >>> > >>> > >>> Hi Michal, > >>> > On 31 Oct

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-10 Thread Bertrand Marquis
Hi Anthony, > On 10 Nov 2022, at 13:20, Anthony PERARD wrote: > > On Mon, Nov 07, 2022 at 08:50:09AM +0100, Michal Orzel wrote: >> 3) Try to use CI to build and push the containers to registry >> - it could be possible but what about local users > > FYI, it's already possible to build and push

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-10 Thread Anthony PERARD
On Mon, Nov 07, 2022 at 08:50:09AM +0100, Michal Orzel wrote: > 3) Try to use CI to build and push the containers to registry > - it could be possible but what about local users FYI, it's already possible to build and push container from the CI, at least on X86, I've made it work:

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-10 Thread Michal Orzel
Hello, On 10/11/2022 11:08, Bertrand Marquis wrote: > > > Hi Michal, > >> On 10 Nov 2022, at 07:34, Michal Orzel wrote: >> >> Hi Stefano, >> >> On 10/11/2022 01:18, Stefano Stabellini wrote: >>> >>> >>> On Mon, 7 Nov 2022, Michal Orzel wrote: Hi Bertrand and Stefano, On

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-10 Thread Bertrand Marquis
Hi Michal, > On 10 Nov 2022, at 07:34, Michal Orzel wrote: > > Hi Stefano, > > On 10/11/2022 01:18, Stefano Stabellini wrote: >> >> >> On Mon, 7 Nov 2022, Michal Orzel wrote: >>> Hi Bertrand and Stefano, >>> >>> On 31/10/2022 16:00, Bertrand Marquis wrote: Hi Michal,

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-09 Thread Michal Orzel
Hi Stefano, On 10/11/2022 01:18, Stefano Stabellini wrote: > > > On Mon, 7 Nov 2022, Michal Orzel wrote: >> Hi Bertrand and Stefano, >> >> On 31/10/2022 16:00, Bertrand Marquis wrote: >>> >>> >>> Hi Michal, >>> On 31 Oct 2022, at 14:39, Michal Orzel wrote: Hi Bertrand,

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-09 Thread Stefano Stabellini
On Mon, 7 Nov 2022, Michal Orzel wrote: > Hi Bertrand and Stefano, > > On 31/10/2022 16:00, Bertrand Marquis wrote: > > > > > > Hi Michal, > > > >> On 31 Oct 2022, at 14:39, Michal Orzel wrote: > >> > >> Hi Bertrand, > >> > >> On 31/10/2022 15:00, Bertrand Marquis wrote: > >>> > >>> > >>>

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-08 Thread Michal Orzel
Hi Bertrand, On 08/11/2022 09:42, Bertrand Marquis wrote: > > > Hi Michal, > >> On 7 Nov 2022, at 07:50, Michal Orzel wrote: >> >> Hi Bertrand and Stefano, >> >> On 31/10/2022 16:00, Bertrand Marquis wrote: >>> >>> >>> Hi Michal, >>> On 31 Oct 2022, at 14:39, Michal Orzel wrote:

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-08 Thread Bertrand Marquis
Hi Michal, > On 7 Nov 2022, at 07:50, Michal Orzel wrote: > > Hi Bertrand and Stefano, > > On 31/10/2022 16:00, Bertrand Marquis wrote: >> >> >> Hi Michal, >> >>> On 31 Oct 2022, at 14:39, Michal Orzel wrote: >>> >>> Hi Bertrand, >>> >>> On 31/10/2022 15:00, Bertrand Marquis wrote:

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-11-06 Thread Michal Orzel
Hi Bertrand and Stefano, On 31/10/2022 16:00, Bertrand Marquis wrote: > > > Hi Michal, > >> On 31 Oct 2022, at 14:39, Michal Orzel wrote: >> >> Hi Bertrand, >> >> On 31/10/2022 15:00, Bertrand Marquis wrote: >>> >>> >>> This patch series is a first attempt to check if we could use Yocto in

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-10-31 Thread Bertrand Marquis
Hi Michal, > On 31 Oct 2022, at 14:39, Michal Orzel wrote: > > Hi Bertrand, > > On 31/10/2022 15:00, Bertrand Marquis wrote: >> >> >> This patch series is a first attempt to check if we could use Yocto in >> gitlab ci to build and run xen on qemu for arm, arm64 and x86. >> >> The first

Re: [PATCH v3 0/4] Yocto Gitlab CI

2022-10-31 Thread Michal Orzel
Hi Bertrand, On 31/10/2022 15:00, Bertrand Marquis wrote: > > > This patch series is a first attempt to check if we could use Yocto in > gitlab ci to build and run xen on qemu for arm, arm64 and x86. > > The first patch is creating a container with all elements required to > build Yocto, a

[PATCH v3 0/4] Yocto Gitlab CI

2022-10-31 Thread Bertrand Marquis
This patch series is a first attempt to check if we could use Yocto in gitlab ci to build and run xen on qemu for arm, arm64 and x86. The first patch is creating a container with all elements required to build Yocto, a checkout of the yocto layers required and an helper script to build and run