]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox-mdev: Startup at level S03 instead of S06
authorMike Looijmans <mike.looijmans@topic.nl>
Tue, 14 May 2013 06:28:17 +0000 (08:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2013 21:09:41 +0000 (00:09 +0300)
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@topic.nl>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/busybox/busybox.inc

index 00c88abcba140fe9f56473711898f79cf1a25a55..c8908b072b93bc4e89342a23a132d34ef35db22a 100644 (file)
@@ -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"