From: Steffen Sledz <sledz@dresearch.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: howto add external built kernel modules to an image?
Date: Thu, 10 Dec 2009 15:34:21 +0100 [thread overview]
Message-ID: <4B2106ED.6050302@dresearch.de> (raw)
In-Reply-To: <4B1FAC54.9070709@dresearch.de>
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. :)
prev parent reply other threads:[~2009-12-10 14:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-09 13:55 howto add external built kernel modules to an image? Steffen Sledz
2009-12-10 14:34 ` Steffen Sledz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B2106ED.6050302@dresearch.de \
--to=sledz@dresearch.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.