diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/udev-164/init | 4 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev_164.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/udev/udev-164/init b/meta/recipes-core/udev/udev-164/init index 9ce95ee4c2..073942f27e 100644 --- a/meta/recipes-core/udev/udev-164/init +++ b/meta/recipes-core/udev/udev-164/init | |||
@@ -48,10 +48,10 @@ kill_udevd > "/dev/null" 2>&1 | |||
48 | 48 | ||
49 | /sbin/udevadm control --env=STARTUP=1 | 49 | /sbin/udevadm control --env=STARTUP=1 |
50 | if [ "$not_first_boot" != "" ];then | 50 | if [ "$not_first_boot" != "" ];then |
51 | /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 | 51 | /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 |
52 | (/sbin/udevadm settle --timeout=3; /sbin/udevadm control --env=STARTUP=)& | 52 | (/sbin/udevadm settle --timeout=3; /sbin/udevadm control --env=STARTUP=)& |
53 | else | 53 | else |
54 | /sbin/udevadm trigger | 54 | /sbin/udevadm trigger --action=add |
55 | /sbin/udevadm settle | 55 | /sbin/udevadm settle |
56 | fi | 56 | fi |
57 | 57 | ||
diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb index 7cbe4d8b60..d487addb60 100644 --- a/meta/recipes-core/udev/udev_164.bb +++ b/meta/recipes-core/udev/udev_164.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include udev-new.inc | 1 | include udev-new.inc |
2 | 2 | ||
3 | PR = "r6" | 3 | PR = "r7" |
4 | 4 | ||
5 | SRC_URI += "file://udev-166-v4l1-1.patch" | 5 | SRC_URI += "file://udev-166-v4l1-1.patch" |
6 | 6 | ||