summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev_%.bbappend
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-11-16 06:13:11 -0600
committerJohn Klug <john.klug@multitech.com>2021-12-29 07:42:08 -0600
commit93bbed48a968067f1229114005e010855072bdbd (patch)
treefcad9c1ad12f409e0e166bd17b7ad6896bdfbb4f /recipes-core/udev/eudev_%.bbappend
parent146c0b6f5079ff36bc8231fd6858d92ed10655be (diff)
downloadmeta-mlinux-atmel-93bbed48a968067f1229114005e010855072bdbd.tar.gz
meta-mlinux-atmel-93bbed48a968067f1229114005e010855072bdbd.tar.bz2
meta-mlinux-atmel-93bbed48a968067f1229114005e010855072bdbd.zip
Add /dev/gps0 and serial port links for accessory cards on MTCDT-0.2
Diffstat (limited to 'recipes-core/udev/eudev_%.bbappend')
-rw-r--r--recipes-core/udev/eudev_%.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend
index ac17fc2..e431ab0 100644
--- a/recipes-core/udev/eudev_%.bbappend
+++ b/recipes-core/udev/eudev_%.bbappend
@@ -1,11 +1,13 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PR .= ".mlinux6"
+PR .= ".mlinux8"
SRC_URI_append_mtcdt = " \
file://accessory_ethernet.rules \
+ 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/
}