All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel load issue
@ 2013-11-04 21:44 Bernard Mentink
  2013-11-04 22:16 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Bernard Mentink @ 2013-11-04 21:44 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

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.
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

[-- Attachment #2: Type: text/html, Size: 2007 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Kernel load issue
  2013-11-04 21:44 Kernel load issue Bernard Mentink
@ 2013-11-04 22:16 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-11-04 22:16 UTC (permalink / raw)
  To: Bernard Mentink; +Cc: meta-ti@yoctoproject.org

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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-04 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 21:44 Kernel load issue Bernard Mentink
2013-11-04 22:16 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.