diff options
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/*" |