[meta-ti] Kernel load issue

Denys Dmytriyenko denys at ti.com
Mon Nov 4 14:16:14 PST 2013


On Tue, Nov 05, 2013 at 10:44:09AM +1300, Bernard Mentink wrote:
> Hi Guys,
> 
> I am having trouble loading some kernel CAN modules so that they go in my
> image.
> 
> I have the following lines in my layers .conf file:
> 
> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-can-dev"
> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-c_can"
> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-c_can_platform"
> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-can"
> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-can-raw"
> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-mcp2515"
> 
> all the modules end up in the rootfs except c_can and c_can_platform.

Because package names cannot have underscores, they are replaced with dashes.
So, corresponding packages to be installed in rootfs are kernel-module-c-can 
and kernel-module-c-can-platform.


> All modules are built as modules.
> 
> They end up in the deploy/images/modules* tarball, but not in the rootfs ..
> 
> Hopefully someone can suggest a solution.
> 
> Cheers,
> Bernie

> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti




More information about the meta-ti mailing list