[linux-yocto] install kernel-modules in rootfs without kernel
Maik Keller
smith.john at mein.gmx
Wed Nov 6 06:40:27 PST 2019
Dear list,
I want to deploy a kernel-module like poky/meta-skeleton/recipes-kernel/hello-mod.
But, when I add IMAGE_INSTALL += "kernel-module-hello" to my image, the modules is as expected below /lib/modules/ , more then that the kernel is also installed below /boot/.
My kernel should not be part of the rootfs, but "inherit module" forces the kernel to be populated below /boot/Image.
How to correctly stop the kernel to be part of the rootfs?
Best John
More information about the linux-yocto
mailing list