diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-02-08 00:52:40 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-08 12:30:15 -0500 |
commit | fff240c234cd7f8cb73289dc59bf504478586ad4 (patch) | |
tree | ae45503a7c53326f3eaabcba613ba6254202062f /recipes-ti | |
parent | 9ec00aa9413602d9e4f6851d3a246560a46c2542 (diff) | |
download | meta-ti-fff240c234cd7f8cb73289dc59bf504478586ad4.tar.gz |
ti-ipc-rtos: also install IPU M4 images
TODO: do we need to preserve naming/hierarchy for multiple DSP/IPU instances?
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 3 |
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 | |||
2 | require recipes-ti/includes/ti-staging.inc | 2 | require recipes-ti/includes/ti-staging.inc |
3 | require ti-ipc.inc | 3 | require ti-ipc.inc |
4 | 4 | ||
5 | PR = "${INC_PR}.2" | 5 | PR = "${INC_PR}.3" |
6 | 6 | ||
7 | DEPENDS = "ti-xdctools ti-sysbios" | 7 | DEPENDS = "ti-xdctools ti-sysbios" |
8 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 8 | DEPENDS_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 | } |