summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev_%.bbappend
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-11-08 12:32:50 -0600
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-11-17 16:01:20 +0200
commit2a2c1bfc8961f2e18c3e6bea931ee3ca18017744 (patch)
treeca75d96d4dd3f1790162ab0485cb4f678db86eb0 /recipes-core/udev/eudev_%.bbappend
parenta6b9cbf045b249635f234fcd7da370cb83a6e152 (diff)
downloadmeta-mlinux-atmel-2a2c1bfc8961f2e18c3e6bea931ee3ca18017744.tar.gz
meta-mlinux-atmel-2a2c1bfc8961f2e18c3e6bea931ee3ca18017744.tar.bz2
meta-mlinux-atmel-2a2c1bfc8961f2e18c3e6bea931ee3ca18017744.zip
Remove FTDI USB, and add Atmel Serial
Diffstat (limited to 'recipes-core/udev/eudev_%.bbappend')
-rw-r--r--recipes-core/udev/eudev_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend
index 1a3bb30..e431ab0 100644
--- a/recipes-core/udev/eudev_%.bbappend
+++ b/recipes-core/udev/eudev_%.bbappend
@@ -4,8 +4,10 @@ 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/
}