On 19 March 2013 14:45, Mike Looijmans <mike.looijm...@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

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to