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.

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to