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
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to