From: Mike Looijmans <mike.looijmans@topic.nl>
To: openembedded-core@lists.openembedded.org
Subject: Busybox mdev INITSCRIPT_PARAMS gets lost
Date: Tue, 19 Mar 2013 15:45:54 +0100 [thread overview]
Message-ID: <51487A22.5080900@topic.nl> (raw)
In-Reply-To: <5136F97E.1030906@topic.nl>
In busybox.inc, the recipe says:
INITSCRIPT_PARAMS_${PN}-mdev = "start 06 S ."
Actually "06" is alreay wrong, it should be "03" just like udev uses.
The modules load at runlevel 04, so they'll fail to load correctly if
they require firmware, soI amended this in a .bbappend to read
INITSCRIPT_PARAMS_${PN}-mdev = "start 03 S ."
But what ends up in the postinstall script is this (and that breaks the
system):
update-rc.d $OPT mdev defaults
This used to work just fine about a month ago, but it's suddenly broken.
Has something changed in update-rc handling?
Mike.
next prev parent reply other threads:[~2013-03-19 15:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20130228231551.3998F5022B@opal>
2013-03-06 6:23 ` [oe-commits] MiLo : util-linux: Add package for libmount Martin Jansa
2013-03-06 8:08 ` Mike Looijmans
2013-03-19 14:45 ` Mike Looijmans [this message]
2013-04-10 10:07 ` Busybox mdev INITSCRIPT_PARAMS gets lost Burton, Ross
2013-04-10 10:24 ` Burton, Ross
2013-04-10 10:58 ` Mike Looijmans
2013-03-22 11:37 ` [oe-commits] MiLo : util-linux: Add package for libmount Martin Jansa
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=51487A22.5080900@topic.nl \
--to=mike.looijmans@topic.nl \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox