mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 06:17:51 +00:00
4ce69eff28
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
SRC_URI_append = " file://omap-tty.rules"
|
|
|
|
PR_append = ".0"
|
|
|
|
do_install_append() {
|
|
install -m 0644 ${WORKDIR}/omap-tty.rules ${D}${sysconfdir}/udev/rules.d/
|
|
}
|