mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
eudev: only install omap rules file for TI machines
Play nice with other BSPs Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -2,8 +2,24 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI_append = " file://omap-tty.rules"
|
||||
|
||||
PR_append = ".0"
|
||||
PR_append = ".1"
|
||||
|
||||
do_install_append() {
|
||||
install_omap_rules() {
|
||||
install -m 0644 ${WORKDIR}/omap-tty.rules ${D}${sysconfdir}/udev/rules.d/
|
||||
}
|
||||
|
||||
do_install_append_ti33x() {
|
||||
install_omap_rules
|
||||
}
|
||||
|
||||
do_install_append_ti43x() {
|
||||
install_omap_rules
|
||||
}
|
||||
|
||||
do_install_append_omap-a15() {
|
||||
install_omap_rules
|
||||
}
|
||||
|
||||
do_install_append_keystone() {
|
||||
install_omap_rules
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user