mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
udev 165: explicitly tell udev to replay 'add' triggers
This commit is contained in:
parent
9ea43bd128
commit
a633a7b128
@ -63,7 +63,7 @@ kill_udevd > "/dev/null" 2>&1
|
|||||||
|
|
||||||
/sbin/udevadm control --env STARTUP=1
|
/sbin/udevadm control --env STARTUP=1
|
||||||
if [ "$not_first_boot" != "" ];then
|
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=)&
|
(/sbin/udevadm settle --timeout=8; /sbin/udevadm control --env STARTUP=)&
|
||||||
else
|
else
|
||||||
/sbin/udevadm trigger
|
/sbin/udevadm trigger
|
||||||
|
|||||||
@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
|||||||
file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
||||||
file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
# Untested
|
# Untested
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user