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

2022-10-11 Thread Bertrand Marquis
Hi Stefano, > On 8 Oct 2022, at 00:36, Stefano Stabellini wrote: > > On Wed, 24 Aug 2022, 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 making sure buil

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

2022-10-10 Thread Bertrand Marquis
HI Stefano, > On 8 Oct 2022, at 00:36, Stefano Stabellini wrote: > > On Wed, 24 Aug 2022, 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 making sure buil

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

2022-10-07 Thread Stefano Stabellini
On Wed, 24 Aug 2022, 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 making sure build-yocto.sh is not catched by > gitignore. > > The second patch is creating

[PATCH v1 0/4] Yocto Gitlab CI

2022-08-24 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 making sure build-yocto.sh is not catched by gitignore. The second patch is creating a container with all elements required to build Yocto, a ch