From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] module-init-tools: fix multiple runtime providers
Date: Wed, 01 Dec 2010 07:24:55 -0700 [thread overview]
Message-ID: <4CF65AB7.9070603@mentor.com> (raw)
In-Reply-To: <AANLkTikkpAXLe9ZAvp=CPC1gVjngeGfQHqV2-sCtjwPG@mail.gmail.com>
On 12/01/2010 07:11 AM, Frans Meulenbroeks wrote:
> 2010/12/1 Martin Jansa<martin.jansa@gmail.com>:
>> * NOTE: multiple providers are available for runtime module-init-tools-depmod (module-init-tools, module-init-tools-cross)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match module-init-tools-depmod
>> ---
>> recipes/module-init-tools/module-init-tools.inc | 10 +++++-----
>> 1 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/recipes/module-init-tools/module-init-tools.inc b/recipes/module-init-tools/module-init-tools.inc
>> index 3cfaf11..247b39a 100644
>> --- a/recipes/module-init-tools/module-init-tools.inc
>> +++ b/recipes/module-init-tools/module-init-tools.inc
>> @@ -3,13 +3,13 @@ removing kernel modules for Linux (versions 2.5.48 and above). It serves \
>> the same function that the modutils package serves for Linux 2.4."
>> LICENSE = "GPLv2"
>> SECTION = "base"
>> -PR = "r5"
>> +PR = "r6"
>>
>> -PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod"
>> -RDEPENDS_${PN} += "module-init-tools-depmod"
>> +PACKAGES =+ "${PN}-insmod-static ${PN}-depmod"
>> +RDEPENDS_${PN} += "${PN}-depmod"
>>
>> -FILES_module-init-tools-depmod = "${sbindir}/depmod.26"
>> -FILES_module-init-tools-insmod-static = "${sbindir}/insmod.static"
>> +FILES_${PN}-depmod = "${sbindir}/depmod.26"
>> +FILES_${PN}-insmod-static = "${sbindir}/insmod.static"
>>
>> SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/module-init-tools/module-init-tools-${PV}.tar.bz2 \
>> file://ignore_arch_directory;apply=yes \
>> --
>
> Thanks for the patch!
> Acked-by: Frans Meulenbroeks<fransmeulenbroeks@gmail.com>
>
> still not really sure why we have module-init-tools-cross though.
> A quick search did not give me a user (but maybe the search was too quick)
> And still unsure why a cross recipe should produce a package.
> And maybe it should be module-init-tools-native ?
It's used for running depmod on images during creation, iirc.
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2010-12-01 14:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-01 13:52 [PATCH] module-init-tools: fix multiple runtime providers Martin Jansa
2010-12-01 14:11 ` Frans Meulenbroeks
2010-12-01 14:24 ` Tom Rini [this message]
2010-12-01 15:00 ` Frans Meulenbroeks
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=4CF65AB7.9070603@mentor.com \
--to=tom_rini@mentor.com \
--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.