From: Andreas Galauner <andreas@galauner.de>
To: yocto@yoctoproject.org
Subject: Re: Building kernel modules as dependencies
Date: Sun, 29 Jun 2014 09:33:30 +0200 [thread overview]
Message-ID: <53AFC14A.5040906@galauner.de> (raw)
In-Reply-To: <CAALGJZbzpSwGVb_cxzSUQwk7SxaM7LHsf--5ps8kS=H8xiGnXA@mail.gmail.com>
On 29/06/14 07:33, Christian Ege wrote:
> Hi Andreas,
>
>> I created recipes for two out-of-tree kernel modules written by myself
>> in Yocto. I added these two modules in the machine config to
>> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS or even
>> MACHINE_ESSENTIAL_EXTRA_RDEPENDS.
> Have you used the name of your recipe or kernel-module-my-module-name?
It was kernel-module-my-module-name. All underscores in the module name
replaced with hyphens. I also tried underscores.
Like this:
> MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\
> kernel-module-rpmsg-unicast \
> kernel-module-rpmsg-broadcast \
> "
And I just replaced it with the name of the package itself and now it
works fine.
Like this:
> MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\
> rpmsg-unicast \
> rpmsg-broadcast \
> "
Thanks anyway!
- Andy
prev parent reply other threads:[~2014-06-29 7:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-29 0:20 Building kernel modules as dependencies Andreas Galauner
2014-06-29 5:33 ` Christian Ege
2014-06-29 7:33 ` Andreas Galauner [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=53AFC14A.5040906@galauner.de \
--to=andreas@galauner.de \
--cc=yocto@yoctoproject.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.