[yocto] kernel-module in initramfs

Marc Ferland ferlandm at sonatest.com
Mon Jun 10 12:39:30 PDT 2013


Hi,

I have an application recipe wich RDEPENDS on a couple of kernel modules
and is installed in my initramfs image. The dependency on the kernel
modules is expressed by:

RDEPENDS_${PN}_mymachine += "kernel-module-abc kernel-module-def"

This seems to work fine, expect that I now have a copy of the bzImage
packaged in the initramfs. This has a negative effect on boot
performance and the final image size.

Is there a way to get rid of this 'extra' bzImage?

Marc



More information about the yocto mailing list