Re: [yocto] Building xen-image-minmal for raspberrypi3-64: kernel-module-xen-* not being built

2020-03-09 Thread Aljoscha Lautenbach
Hi, > You'd be better off asking these questions on the meta-virtualization > mailing list. That's where you'll find the Xen folks. Thanks, I'll direct any follow-up questions regarding Xen there. > But as for the kernel options, it depends on what kernel you are > using, release, etc. Last I

Re: [yocto] Building xen-image-minmal for raspberrypi3-64: kernel-module-xen-* not being built

2020-03-05 Thread Bruce Ashfield
On Wed, Mar 4, 2020 at 5:40 PM Aljoscha Lautenbach wrote: > > Hi, > > I made some progress on this today. After running “bitbake -c > menuconfig virtual/kernel“ and searching for the config parameters > that xen.cfg was supposed to set, it was obvious that they were in > fact not set, as the

Re: [yocto] Building xen-image-minmal for raspberrypi3-64: kernel-module-xen-* not being built

2020-03-04 Thread Aljoscha Lautenbach
Hi, I made some progress on this today. After running “bitbake -c menuconfig virtual/kernel“ and searching for the config parameters that xen.cfg was supposed to set, it was obvious that they were in fact not set, as the mailing list reply I mentioned earlier suggested. By manually setting them,

[yocto] Building xen-image-minmal for raspberrypi3-64: kernel-module-xen-* not being built

2020-03-02 Thread Aljoscha Lautenbach
Hi, I am trying to build xen-image-minimal for a raspberrypi 3 B+, using the official meta-virtualization [1] and meta-raspberrypi [2] layers of the warrior branch. For the record, core-image-base builds and boots fine with the described setup (build config: [3]). I should also add that I am new