diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-24 04:35:46 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-24 13:15:34 -0500 |
commit | bc7dad24ef9c92604e53ad1d3b6f6af54369ccb6 (patch) | |
tree | c0753f6461e0a713e201e8b1aa443ab9e08cef4a /recipes-ti | |
parent | 9c3254ecb66b69ac3edf3e9e4ccc18e45f5be77b (diff) | |
download | meta-ti-bc7dad24ef9c92604e53ad1d3b6f6af54369ccb6.tar.gz |
ti-ipc-rtos: Fix omap-a15 DEPENDS
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index 2e9dba1d..a452dcf4 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
@@ -2,11 +2,16 @@ 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}.0" | 5 | PR = "${INC_PR}.1" |
6 | 6 | ||
7 | DEPENDS = "ti-xdctools ti-sysbios" | 7 | DEPENDS = "ti-xdctools ti-sysbios" |
8 | DEPENDS_append_keystone += "ti-cgt6x-native gcc-arm-none-eabi-native" | 8 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
9 | DEPENDS_append_omap-15 += "ti-cgt6x-native ti-ccsv6-native gcc-arm-none-eabi-native" | 9 | gcc-arm-none-eabi-native \ |
10 | " | ||
11 | DEPENDS_append_omap-a15 = " ti-cgt6x-native \ | ||
12 | ti-ccsv6-native \ | ||
13 | gcc-arm-none-eabi-native \ | ||
14 | " | ||
10 | 15 | ||
11 | PACKAGES =+ "${PN}-fw" | 16 | PACKAGES =+ "${PN}-fw" |
12 | FILES_${PN}-fw = "${libdir}/firmware/*" | 17 | FILES_${PN}-fw = "${libdir}/firmware/*" |