summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos_git.bb')
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 5fb83d01..eff10016 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -2,7 +2,7 @@ require recipes-ti/includes/ti-paths.inc
2require recipes-ti/includes/ti-staging.inc 2require recipes-ti/includes/ti-staging.inc
3require ti-ipc.inc 3require ti-ipc.inc
4 4
5PR = "${INC_PR}.2" 5PR = "${INC_PR}.3"
6 6
7DEPENDS = "ti-xdctools ti-sysbios" 7DEPENDS = "ti-xdctools ti-sysbios"
8DEPENDS_append_keystone = " ti-cgt6x-native \ 8DEPENDS_append_keystone = " ti-cgt6x-native \
@@ -57,4 +57,5 @@ do_install() {
57 57
58 install -d ${D}${base_libdir}/firmware 58 install -d ${D}${base_libdir}/firmware
59 find . -name "*.xe66" -type f | xargs -I {} install -m 0644 {} ${D}${base_libdir}/firmware/ 59 find . -name "*.xe66" -type f | xargs -I {} install -m 0644 {} ${D}${base_libdir}/firmware/
60 find . -name "*.xem4" -type f | xargs -I {} install -m 0644 {} ${D}${base_libdir}/firmware/
60} 61}