diff options
-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 4dcb241a28..7ec32afd01 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 | |||
63 | 63 | ||
64 | /sbin/udevadm control --env STARTUP=1 | 64 | /sbin/udevadm control --env STARTUP=1 |
65 | if [ "$not_first_boot" != "" ];then | 65 | if [ "$not_first_boot" != "" ];then |
66 | /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 | 66 | /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 |
67 | (/sbin/udevadm settle --timeout=8; /sbin/udevadm control --env STARTUP=)& | 67 | (/sbin/udevadm settle --timeout=8; /sbin/udevadm control --env STARTUP=)& |
68 | else | 68 | else |
69 | /sbin/udevadm trigger | 69 | /sbin/udevadm trigger |
diff --git a/recipes-core/udev/udev_165.bb b/recipes-core/udev/udev_165.bb index 7270788822..2c4171d658 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 \ | |||
10 | file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 10 | file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
11 | file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 11 | file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
12 | 12 | ||
13 | PR = "r1" | 13 | PR = "r2" |
14 | 14 | ||
15 | # Untested | 15 | # Untested |
16 | DEFAULT_PREFERENCE = "-1" | 16 | DEFAULT_PREFERENCE = "-1" |