summaryrefslogtreecommitdiff
path: root/recipes-core/udev/udev-toradex-rules.bb
blob: 9cc69a9caac978aa4b0604eaca72dda482ac4c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "\
    file://99-toradex.rules \
"

do_install () {
    install -d ${D}${sysconfdir}/udev/rules.d
    install -m 0644 ${WORKDIR}/99-toradex.rules ${D}${sysconfdir}/udev/rules.d/
}