summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-06 03:47:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-05 16:49:01 -0500
commitb517fd44fc4ad7fe30487f22b90df8ab45b452e1 (patch)
tree1adf8a151d89483e41b627f42435240ca2fc7675 /recipes-core
parente4c17efc74e49d158084508f1a1d7dd867ee2430 (diff)
downloadmeta-ti-b517fd44fc4ad7fe30487f22b90df8ab45b452e1.tar.gz
eudev: extra rules install on TI SoCs only, don't append SRC_URI otherwise
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/eudev_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend
index fc68b90d..7c04fd23 100644
--- a/recipes-core/udev/eudev_%.bbappend
+++ b/recipes-core/udev/eudev_%.bbappend
@@ -1,11 +1,11 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI_append = " \ 3SRC_URI_append_ti-soc = " \
4 file://omap-tty.rules \ 4 file://omap-tty.rules \
5 file://firmware.rules \ 5 file://firmware.rules \
6" 6"
7 7
8PR_append = ".3" 8PR_append_ti-soc = ".3"
9 9
10do_install_append_ti-soc() { 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/