From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: busybox mdev
Date: Tue, 27 Jul 2010 20:21:42 +0200 [thread overview]
Message-ID: <20100727182142.GA29621@mx.loc> (raw)
In-Reply-To: <1279394951.21888.31.camel@lenovo.internal.reciva.com>
On Sat, Jul 17, 2010 at 08:29:11PM +0100, Phil Blundell wrote:
>I'm not familiar with that recipe and I don't seem to have a
>micro-base.bb in my tree. But, if it's sucking in udev, it sounds like
>a bogus dependency somewhere. You can use bitbake -g to find out where.
my bad, i ment micro-image.
i'm doing this now locally, fwiw.
cheers,
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index 26265a6..74989b5 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -5,7 +5,7 @@
#@MAINTAINER: Martin Lund <mgl@doredevelopment.dk>
#@COMMENT: This distribution configuration defines a truely tiny OE Linux
#@COMMENT: distribution. The matching buildable image target (micro-image)
-#@COMMENT: basically consists of: libc, busybox, udev, sysv init, and a few
+#@COMMENT: basically consists of: libc, busybox, sysv init, and a few
#@COMMENT: init scripts for running up the system.
#############################################################################
diff --git a/recipes/images/micro-image.bb b/recipes/images/micro-image.bb
index c2cff93..19cb53b 100644
--- a/recipes/images/micro-image.bb
+++ b/recipes/images/micro-image.bb
@@ -23,7 +23,7 @@ IMAGE_LINGUAS = ""
IMAGE_LOGIN_MANAGER = "busybox"
# Include minimum init and init scripts
-IMAGE_DEV_MANAGER = "udev"
+IMAGE_DEV_MANAGER = "busybox-mdev"
IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
IMAGE_INITSCRIPTS = ""
>
>p.
>
>On Sat, 2010-07-17 at 17:09 +0200, Bernhard Reutner-Fischer wrote:
>> Baking micro-base (not -image) tries to build udev for me?
>>
>> On 17 Jul 2010 15:39, "Phil Blundell" <philb@gnu.org> wrote:
>>
>> On Sat, 2010-07-17 at 02:06 +0200, Bernhard Reutner-Fischer wrote:
>> > (what's the reason micro-base u...
>> Er, does it? My copy of micro-base-image.bb says:
>>
>> # Include minimum init and init scripts
>>
>> IMAGE_DEV_MANAGER = "busybox-mdev"
>> IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
>> IMAGE_INITSCRIPTS = ""
>>
>> If it's using udev then that is definitely a bug.
>>
>> p.
prev parent reply other threads:[~2010-07-27 18:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-16 14:51 busybox mdev George C. Huntington, III
2010-07-16 23:02 ` Koen Kooi
2010-07-17 0:06 ` Bernhard Reutner-Fischer
2010-07-17 13:37 ` Phil Blundell
2010-07-17 15:09 ` Bernhard Reutner-Fischer
2010-07-17 15:40 ` pieterg
2010-07-17 18:44 ` Koen Kooi
2010-07-17 19:29 ` Phil Blundell
2010-07-27 18:21 ` Bernhard Reutner-Fischer [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=20100727182142.GA29621@mx.loc \
--to=rep.dot.nop@gmail.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.