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

PR .= ".mlinux7"

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

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