Re: [RFC PATCH 0/2] Yocto Gitlab CI support

2022-07-19 Thread Bertrand Marquis
Hi Christopher, > On 19 Jul 2022, at 05:34, Christopher Clark > wrote: > > On Thu, Jul 14, 2022 at 3:10 AM 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. > > Hi Bertrand,

Re: [RFC PATCH 0/2] Yocto Gitlab CI support

2022-07-18 Thread Christopher Clark
On Thu, Jul 14, 2022 at 3:10 AM 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. Hi Bertrand, thanks for posting this. I'm still making my way through it, and should be able to spea

[RFC PATCH 0/2] Yocto Gitlab CI support

2022-07-14 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 xen