All of lore.kernel.org
 help / color / mirror / Atom feed
* howto add external built kernel modules to an image?
@ 2009-12-09 13:55 Steffen Sledz
  2009-12-10 14:34 ` Steffen Sledz
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Sledz @ 2009-12-09 13:55 UTC (permalink / raw)
  To: openembedded-devel

I'd like to build a kernel module (let's say it's named drpnx) outside
the kernel sources and add the resulting drpnx.ko to an rootfs image.

I created a bitbake recipe using
recipes/minifo/minifo-modules_0.6.1-pre1.bb as a sample and i'm able
to bitbake this recipe using the -b option.

But now i'm out of ideas. How to add drpnx.ko to a rootfs image? I tried

IMAGE_INSTALL += " drpnx "
IMAGE_INSTALL += " kernel-module-drpnx "
IMAGE_INSTALL += " drpnx-module "

but none of them worked. :(

What's the right way to do this?

Steffen





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

* Re: howto add external built kernel modules to an image?
  2009-12-09 13:55 howto add external built kernel modules to an image? Steffen Sledz
@ 2009-12-10 14:34 ` Steffen Sledz
  0 siblings, 0 replies; 2+ messages in thread
From: Steffen Sledz @ 2009-12-10 14:34 UTC (permalink / raw)
  To: openembedded-devel

Steffen Sledz schrieb:
> I'd like to build a kernel module (let's say it's named drpnx) outside
> the kernel sources and add the resulting drpnx.ko to an rootfs image.
> 
> I created a bitbake recipe using
> recipes/minifo/minifo-modules_0.6.1-pre1.bb as a sample and i'm able
> to bitbake this recipe using the -b option.
> 
> But now i'm out of ideas. How to add drpnx.ko to a rootfs image? I tried
> 
> IMAGE_INSTALL += " drpnx "
> IMAGE_INSTALL += " kernel-module-drpnx "
> IMAGE_INSTALL += " drpnx-module "
> 
> but none of them worked. :(

All clear. Was a typo or something like it.

IMAGE_INSTALL += " drpnx "

works well. :)





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

end of thread, other threads:[~2009-12-10 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-09 13:55 howto add external built kernel modules to an image? Steffen Sledz
2009-12-10 14:34 ` Steffen Sledz

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.