diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-05-04 10:38:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-04 12:41:42 -0400 |
commit | e9729ddb004b194fd9c4cfd4cc29302adb3da7ab (patch) | |
tree | dabb3715c652f8bb6e3ee8739c9095fbd9c3aa92 /recipes-core | |
parent | a3c5205f4d665ac1e6ca65b53860afb548a841d7 (diff) | |
download | meta-ti-e9729ddb004b194fd9c4cfd4cc29302adb3da7ab.tar.gz |
eudev: install the new firmware rule
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/udev/eudev_%.bbappend | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend index 54cbf841..620500b1 100644 --- a/recipes-core/udev/eudev_%.bbappend +++ b/recipes-core/udev/eudev_%.bbappend | |||
@@ -5,24 +5,25 @@ SRC_URI_append = " \ | |||
5 | file://firmware.rules \ | 5 | file://firmware.rules \ |
6 | " | 6 | " |
7 | 7 | ||
8 | PR_append = ".2" | 8 | PR_append = ".3" |
9 | 9 | ||
10 | install_omap_rules() { | 10 | install_ti_rules() { |
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 | } | 13 | } |
13 | 14 | ||
14 | do_install_append_ti33x() { | 15 | do_install_append_ti33x() { |
15 | install_omap_rules | 16 | install_ti_rules |
16 | } | 17 | } |
17 | 18 | ||
18 | do_install_append_ti43x() { | 19 | do_install_append_ti43x() { |
19 | install_omap_rules | 20 | install_ti_rules |
20 | } | 21 | } |
21 | 22 | ||
22 | do_install_append_omap-a15() { | 23 | do_install_append_omap-a15() { |
23 | install_omap_rules | 24 | install_ti_rules |
24 | } | 25 | } |
25 | 26 | ||
26 | do_install_append_keystone() { | 27 | do_install_append_keystone() { |
27 | install_omap_rules | 28 | install_ti_rules |
28 | } | 29 | } |