[meta-ti] Jacob Stiffler : ti-ipc-rtos: Fix omap-a15 DEPENDS
Arago Project git
git at arago-project.org
Tue Nov 24 10:17:10 PST 2015
Module: meta-ti
Branch: fido
Commit: d95af02444812d90e5cf7d3a56c2ccd98a2761ed
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=d95af02444812d90e5cf7d3a56c2ccd98a2761ed
Author: Jacob Stiffler <j-stiffler at ti.com>
Date: Tue Nov 24 04:35:46 2015 +0000
ti-ipc-rtos: Fix omap-a15 DEPENDS
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
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 2e9dba1..a452dcf 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
require recipes-ti/includes/ti-staging.inc
require ti-ipc.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DEPENDS = "ti-xdctools ti-sysbios"
-DEPENDS_append_keystone += "ti-cgt6x-native gcc-arm-none-eabi-native"
-DEPENDS_append_omap-15 += "ti-cgt6x-native ti-ccsv6-native gcc-arm-none-eabi-native"
+DEPENDS_append_keystone = " ti-cgt6x-native \
+ gcc-arm-none-eabi-native \
+"
+DEPENDS_append_omap-a15 = " ti-cgt6x-native \
+ ti-ccsv6-native \
+ gcc-arm-none-eabi-native \
+"
PACKAGES =+ "${PN}-fw"
FILES_${PN}-fw = "${libdir}/firmware/*"
More information about the meta-ti
mailing list