[oe-commits] Mike Looijmans : busybox-mdev: Startup at level S03 instead of S06

git at git.openembedded.org git at git.openembedded.org
Wed May 15 21:05:06 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 18d3e5eb9102a984d00837f8fec16fda522c511a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=18d3e5eb9102a984d00837f8fec16fda522c511a

Author: Mike Looijmans <mike.looijmans at topic.nl>
Date:   Tue May 14 08:28:17 2013 +0200

busybox-mdev: Startup at level S03 instead of S06

The udev hotplug deamon starts at 03, so mdev should start at the same
point.

This fixes the bug that when modutils (runs at 04) initializes devices
that the mdev hotplug will often not pick them up, resulting in missing
device nodes and similar problems.

Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/busybox/busybox.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 00c88ab..c8908b0 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -29,7 +29,7 @@ INITSCRIPT_PACKAGES = "${PN}-httpd ${PN}-syslog ${PN}-udhcpd ${PN}-mdev ${PN}-hw
 INITSCRIPT_NAME_${PN}-httpd = "busybox-httpd"
 INITSCRIPT_NAME_${PN}-hwclock = "hwclock.sh"
 INITSCRIPT_NAME_${PN}-mdev = "mdev"
-INITSCRIPT_PARAMS_${PN}-mdev = "start 06 S ."
+INITSCRIPT_PARAMS_${PN}-mdev = "start 03 S ."
 INITSCRIPT_NAME_${PN}-syslog = "syslog"
 INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd" 
 





More information about the Openembedded-commits mailing list