summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-02 02:13:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-01 22:42:51 -0500
commit491c23e4670066871eaedba01088d6cd2c4fc3ad (patch)
treefc8a439506810075a16543a7c2a6038fa2b32cd8 /recipes-core
parent58a3ad1fa8629273e21331cc4a9563830585867d (diff)
downloadmeta-ti-491c23e4670066871eaedba01088d6cd2c4fc3ad.tar.gz
eudev: simplify by using ti-soc override
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/eudev_%.bbappend18
1 files changed, 1 insertions, 17 deletions
diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend
index 620500b1..fc68b90d 100644
--- a/recipes-core/udev/eudev_%.bbappend
+++ b/recipes-core/udev/eudev_%.bbappend
@@ -7,23 +7,7 @@ SRC_URI_append = " \
7 7
8PR_append = ".3" 8PR_append = ".3"
9 9
10install_ti_rules() { 10do_install_append_ti-soc() {
11 install -m 0644 ${WORKDIR}/omap-tty.rules ${D}${sysconfdir}/udev/rules.d/ 11 install -m 0644 ${WORKDIR}/omap-tty.rules ${D}${sysconfdir}/udev/rules.d/
12 install -m 0644 ${WORKDIR}/firmware.rules ${D}${sysconfdir}/udev/rules.d/ 12 install -m 0644 ${WORKDIR}/firmware.rules ${D}${sysconfdir}/udev/rules.d/
13} 13}
14
15do_install_append_ti33x() {
16 install_ti_rules
17}
18
19do_install_append_ti43x() {
20 install_ti_rules
21}
22
23do_install_append_omap-a15() {
24 install_ti_rules
25}
26
27do_install_append_keystone() {
28 install_ti_rules
29}