summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev_%.bbappend
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-11-07 10:37:31 -0600
committerJohn Klug <john.klug@multitech.com>2023-05-24 16:29:06 -0500
commitf0c1eac02f9c917267a8bb968060762f0de99967 (patch)
treeb869053c56413f5db9a3d6ad97a0c24c826cf670 /recipes-core/udev/eudev_%.bbappend
parentb896db61b5da7f117beea0ad783359e85a5a0f29 (diff)
downloadmeta-mlinux-atmel-f0c1eac02f9c917267a8bb968060762f0de99967.tar.gz
meta-mlinux-atmel-f0c1eac02f9c917267a8bb968060762f0de99967.tar.bz2
meta-mlinux-atmel-f0c1eac02f9c917267a8bb968060762f0de99967.zip
Simplify MTAC-ETH AP2 device rename to eth2
Diffstat (limited to 'recipes-core/udev/eudev_%.bbappend')
-rw-r--r--recipes-core/udev/eudev_%.bbappend5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend
index 772ab33..0602568 100644
--- a/recipes-core/udev/eudev_%.bbappend
+++ b/recipes-core/udev/eudev_%.bbappend
@@ -1,16 +1,13 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PR .= ".mlinux12"
+PR .= ".mlinux13"
SRC_URI_append_mtcdt = " \
file://accessory_ethernet.rules \
- file://mtcdt_eth_rename.sh \
file://mtcdt-atmel-serial.rules \
"
do_install_append_mtcdt() {
install -m 644 ${WORKDIR}/accessory_ethernet.rules ${D}${sysconfdir}/udev/rules.d/
install -m 644 ${WORKDIR}/mtcdt-atmel-serial.rules ${D}${sysconfdir}/udev/rules.d/
- install -d 755 ${D}${sysconfdir}/udev/scripts/
- install -m 755 ${WORKDIR}/mtcdt_eth_rename.sh ${D}${sysconfdir}/udev/scripts/
}