diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-10 17:52:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-10 17:52:01 +0100 |
commit | a633a7b1287590d765ce7bb9b8780a19a5570393 (patch) | |
tree | 8c67c5bf345a2d5e5b4beccc28e2dce76b4fae5e | |
parent | 9ea43bd128ccc46b3a7dbd317f8b81a32456aa0f (diff) | |
download | meta-openembedded-a633a7b1287590d765ce7bb9b8780a19a5570393.tar.gz |
udev 165: explicitly tell udev to replay 'add' triggers
-rw-r--r-- | recipes-core/udev/udev-165/init | 2 | ||||
-rw-r--r-- | recipes-core/udev/udev_165.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/udev/udev-165/init b/recipes-core/udev/udev-165/init index 4dcb241a2..7ec32afd0 100644 --- a/recipes-core/udev/udev-165/init +++ b/recipes-core/udev/udev-165/init @@ -63,7 +63,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 trigger --action=add --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=8; /sbin/udevadm control --env STARTUP=)& else /sbin/udevadm trigger diff --git a/recipes-core/udev/udev_165.bb b/recipes-core/udev/udev_165.bb index 727078882..2c4171d65 100644 --- a/recipes-core/udev/udev_165.bb +++ b/recipes-core/udev/udev_165.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" -PR = "r1" +PR = "r2" # Untested DEFAULT_PREFERENCE = "-1" |