Re: [yocto] KVM kernel modules missing from Yocto kernel

2019-11-18 Thread Wayne Li
So it looks like KVM is built in (at least it's supposed to be). I'm pretty sure that is the case after looking at my kernel configuration file: https://gist.github.com/WayneZhenLi/4172cd4a819b71a11b85fc5aaa57ebd1 I then changed the CONFIG_KVM=y line to CONFIG_KVM=m and also added the

Re: [yocto] KVM kernel modules missing from Yocto kernel

2019-11-18 Thread Maciej Pijanowski
On 18.11.2019 19:22, Wayne Li wrote: Dear Yocto Developers, I'm trying to incorporate KVM into a Yocto kernel me and my coworker build for a T4240 RDB (which has a PowerPC CPU).  The problem is, no matter what I do the KVM kernel module (I'm expecting a kvm.ko or any .ko file along those

[yocto] KVM kernel modules missing from Yocto kernel

2019-11-18 Thread Wayne Li
Dear Yocto Developers, I'm trying to incorporate KVM into a Yocto kernel me and my coworker build for a T4240 RDB (which has a PowerPC CPU). The problem is, no matter what I do the KVM kernel module (I'm expecting a kvm.ko or any .ko file along those lines) is not present in the image. First I