[OE-core] Busybox mdev INITSCRIPT_PARAMS gets lost

Burton, Ross ross.burton at intel.com
Wed Apr 10 10:07:46 UTC 2013


On 19 March 2013 14:45, Mike Looijmans <mike.looijmans at topic.nl> wrote:
> 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?

Did you resolve this?  We just noticed the same thing is happening to
udev too.  I'm digging into it now but any leads (or a fix!) would be
appreciated.

Ross




More information about the Openembedded-core mailing list