[meta-virtualization][PATCH V2] ceph: set CXXFLAGS and CFLAGS

2022-03-22 Thread sakib . sajal
In oe-core, the commit: a83623a54a Revert "cmake.bbclass: Set CXXFLAGS and CFLAGS" drops compiler flags overrides for all cmake-based recipes, causing the ceph compile to fail with the error: ld: cannot find crtn.o: No such file or directory collect2: error: ld returned 1 exit status Add

Re: [meta-virtualization][PATCH] ceph: set CXXFLAGS and CFLAGS

2022-03-22 Thread Bruce Ashfield
On Wed, Mar 16, 2022 at 12:22 PM Randy MacLeod wrote: > On 2022-03-16 11:20, sakib.sa...@windriver.com wrote: > > commit a83623a54a375d3ae9198a135b94379881a2b7a5 was added > > to oe-core which removes > > The phrase: > "was added ... which removes" > is awkward. As a student of Strunk and

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Paulo Sherring
Hello Diego, Bertrand, Just confirmed that by bringing these changes into hardknott, the modules get correctly probed on bootup. The xen.conf content, just for completeness: xen-evtchn xen-gntdev xen-gntalloc xen-blkback xen-netback xen-pciback evtchn gntdev netbk blkbk xen-scsibk usbbk pciback

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Diego Sueiro
The xen modules load from systemd was fixed in master as https://git.yoctoproject.org/meta-virtualization/commit/?id=44dad5105d408e7b6217600eba3672e72db0f42f and honister as https://git.yoctoproject.org/meta-virtualization/commit/?h=honister=6cde8f2ccbde5ecc9997cf727939a0ae5e0fe11d. You might

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
Hi Paulo, > On 22 Mar 2022, at 16:01, Paulo Sherring wrote: > > Hi Bertrand, > One very important piece of information I missed to disclose: I am not > using runqemu, > as it was not being properly set by the resulting bitbake build (the > resulting image was > pointing to the kernel instead of

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Paulo Sherring
Hi Bertrand, One very important piece of information I missed to disclose: I am not using runqemu, as it was not being properly set by the resulting bitbake build (the resulting image was pointing to the kernel instead of the xen binary). So, I am launching it "by hand":

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
Hi Paulo, > On 22 Mar 2022, at 13:38, Paulo Sherring wrote: > > Hello Bertrand, > > On Tue, Mar 22, 2022 at 12:28 PM Bertrand Marquis > wrote: >> >> Hi Paulo, >> >> Please always keep the mailing list in as me asking the questions does not >> mean I will necessarily be the one working on

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Paulo Sherring
Hello Bertrand, On Tue, Mar 22, 2022 at 12:28 PM Bertrand Marquis wrote: > > Hi Paulo, > > Please always keep the mailing list in as me asking the questions does not > mean I will necessarily be the one working on this. > Oops, my mistake, sorry. > Please see some questions here after. > > >

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
Hi Paulo, Please always keep the mailing list in as me asking the questions does not mean I will necessarily be the one working on this. Please see some questions here after. > On 22 Mar 2022, at 12:03, Paulo Sherring wrote: > > Hello Bertrand, > > On Tue, Mar 22, 2022 at 10:44 AM Bertrand

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
Hi Paulo, > On 22 Mar 2022, at 11:33, Paulo Sherring via lists.yoctoproject.org > wrote: > > Hello all, > I am a bit new to meta-virtualization and to the Xen project And to > virtualizations, so please bear with me :) > I've been trying to make use of the xen project, currently targeting >

[meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Paulo Sherring
Hello all, I am a bit new to meta-virtualization and to the Xen project And to virtualizations, so please bear with me :) I've been trying to make use of the xen project, currently targeting qemu (and later on, rpi4). After messing around, I was able to boot dom0 and a domU. But, I had to add the