[oe-commits] Koen Kooi : udev 151: increase timeout to 8 to catch more devices

git version control git at git.openembedded.org
Fri Jul 30 07:13:44 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b11c9a0319ad60debe28589588dc23cc5237a58d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b11c9a0319ad60debe28589588dc23cc5237a58d

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jul 30 09:12:35 2010 +0200

udev 151: increase timeout to 8 to catch more devices

---

 recipes/udev/udev-151/init |    2 +-
 recipes/udev/udev_151.bb   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/udev/udev-151/init b/recipes/udev/udev-151/init
index fea2ca6..c282372 100644
--- a/recipes/udev/udev-151/init
+++ b/recipes/udev/udev-151/init
@@ -64,7 +64,7 @@ kill_udevd > "/dev/null" 2>&1
         /sbin/udevadm control --env STARTUP=1
 		if [ "$not_first_boot" != "" ];then
 			/sbin/udevadm trigger --subsystem-nomatch=tty --subsystem-nomatch=mem --subsystem-nomatch=vc --subsystem-nomatch=vtconsole --subsystem-nomatch=misc --subsystem-nomatch=dcon --subsystem-nomatch=pci_bus  --subsystem-nomatch=graphics  --subsystem-nomatch=backlight --subsystem-nomatch=video4linux  --subsystem-nomatch=platform
-			(/sbin/udevadm settle --timeout=3; /sbin/udevadm control --env STARTUP=)&
+			(/sbin/udevadm settle --timeout=8; /sbin/udevadm control --env STARTUP=)&
 			if [ "$DEVCACHE" != "" ]; then
 				rm -f /tmp/uname
 				rm -f /tmp/cmdline
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index e8c86fd..8760946 100644
--- a/recipes/udev/udev_151.bb
+++ b/recipes/udev/udev_151.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 LICENSE = "GPLv2+"
 
-PR = "r13"
+PR = "r14"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list