[oe-commits] Tom Rini : udev 141/154: Move udevadm settle timeout to 8 to match 151

git version control git at git.openembedded.org
Fri Aug 20 23:00:47 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Aug 20 16:00:18 2010 -0700

udev 141/154: Move udevadm settle timeout to 8 to match 151

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/udev/udev-141/init |    2 +-
 recipes/udev/udev-154/init |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/udev/udev-141/init b/recipes/udev/udev-141/init
index 9f7b2c4..14f2d50 100644
--- a/recipes/udev/udev-141/init
+++ b/recipes/udev/udev-141/init
@@ -59,7 +59,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=)&
 		else
 			/sbin/udevadm trigger
 			/sbin/udevadm settle
diff --git a/recipes/udev/udev-154/init b/recipes/udev/udev-154/init
index e9ecf97..4dcb241 100644
--- a/recipes/udev/udev-154/init
+++ b/recipes/udev/udev-154/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=)&
 		else
 			/sbin/udevadm trigger
 			/sbin/udevadm settle





More information about the Openembedded-commits mailing list