summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev_%.bbappend
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2021-12-23 08:15:33 -0600
committerJeff Hatch <jhatch@multitech.com>2021-12-23 08:15:33 -0600
commit74cd6f60661574c0d09ada7419860950114bec00 (patch)
tree6c65a264e8f9c3f9596c9feea1e2d93653908008 /recipes-core/udev/eudev_%.bbappend
parent2298ff803a6fa5d2b47f85b2e3025910ba205f7e (diff)
parentc16c15c3a03a6435457cfc305326eaf244710ed1 (diff)
downloadmeta-mlinux-atmel-74cd6f60661574c0d09ada7419860950114bec00.tar.gz
meta-mlinux-atmel-74cd6f60661574c0d09ada7419860950114bec00.tar.bz2
meta-mlinux-atmel-74cd6f60661574c0d09ada7419860950114bec00.zip
Merge branch 'ap/MTX-4274' into '6'
Merge all changes from 5.3.6 and 5.3.7 to mPower R.6.0 See merge request !15
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/
}