summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev_%.bbappend
blob: 56ecebf43414c1813623fec820116da0fbcd7fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

PR .= ".mlinux7"

SRC_URI_append_mtcdt = " \
                       file://accessory_ethernet.rules \
                       file://accessory_lora.rules \
                       "

do_install_append_mtcdt() {
        install -m 644 ${WORKDIR}/accessory_ethernet.rules ${D}${sysconfdir}/udev/rules.d/
        install -m 644 ${WORKDIR}/accessory_lora.rules ${D}${sysconfdir}/udev/rules.d/
}