From: Steffen Sledz <sledz@dresearch.de>
To: openembedded-devel@lists.openembedded.org
Subject: howto add external built kernel modules to an image?
Date: Wed, 09 Dec 2009 14:55:32 +0100 [thread overview]
Message-ID: <4B1FAC54.9070709@dresearch.de> (raw)
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
next reply other threads:[~2009-12-09 13:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-09 13:55 Steffen Sledz [this message]
2009-12-10 14:34 ` howto add external built kernel modules to an image? Steffen Sledz
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=4B1FAC54.9070709@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.