diff options
| author | Jeff Hatch <jhatch@multitech.com> | 2021-12-23 08:48:17 -0600 |
|---|---|---|
| committer | Jeff Hatch <jhatch@multitech.com> | 2021-12-23 08:48:17 -0600 |
| commit | be0069adf8794e129cd5b01d4b1052677136d82c (patch) | |
| tree | 35dc835a889a34809d1721bc1fc7d06db93b3f61 /recipes-core/udev | |
| parent | 1f060beda52daf8ee1d6fab74cad518bec7f1144 (diff) | |
| parent | c68d4d88a538f364dfd28db155fc3f2d5e6f3cac (diff) | |
| download | meta-mlinux-be0069adf8794e129cd5b01d4b1052677136d82c.tar.gz meta-mlinux-be0069adf8794e129cd5b01d4b1052677136d82c.tar.bz2 meta-mlinux-be0069adf8794e129cd5b01d4b1052677136d82c.zip | |
Merge branch 'ap/MTX-4274' into 6
This merge brings in to the 6 branch all the updates for the hardware
parts shortage new hardware versions for MTR and Conduit.
Diffstat (limited to 'recipes-core/udev')
| -rw-r--r-- | recipes-core/udev/eudev/init | 2 | ||||
| -rw-r--r-- | recipes-core/udev/eudev_%.bbappend | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/udev/eudev/init b/recipes-core/udev/eudev/init index d941401..4cec70b 100644 --- a/recipes-core/udev/eudev/init +++ b/recipes-core/udev/eudev/init @@ -97,7 +97,7 @@ case "$1" in kill_udevd > "/dev/null" 2>&1 # trigger the sorted events - echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug + [ -e /proc/sys/kernel/hotplug ] && echo -e '\000' >/proc/sys/kernel/hotplug @UDEVD@ -d udevadm control --env=STARTUP=1 diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend index 364288e..f669a76 100644 --- a/recipes-core/udev/eudev_%.bbappend +++ b/recipes-core/udev/eudev_%.bbappend @@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" RDEPENDS_${PN} += "bash" -PR .= ".mlinux7" +PR .= ".mlinux8" # add custom rules for persistent modem device names SRC_URI += "file://cellular_radios.rules \ |
