[yocto] Is it possible NOT to split kernel modules in multiple packages

Khem Raj raj.khem at gmail.com
Thu Jan 26 17:48:55 PST 2017



On 1/25/17 11:29 PM, Prasant J wrote:
> Hi,
> 
> I'm using Morty release to create my custom BSP package for cortex-a5
> based processor.
> 
> I'm using my own custom kernel recipe that inherits kernel.bbclass
> (which inherits kernel-module-split.bbclass)
> 
> 
> All the modules are split in their own rpm packages. Is it possible
> that  only one RPM package is created for all kernel modules and there
> is no split?
> 

I guess you want to include all the modules into your image. In that
case you can add

MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"

in your machine config.




More information about the yocto mailing list