[meta-ti] [PATCH 2/2] HACK: edma3-lld-rtos: Add dependency on all toolchains

Jacob Stiffler j-stiffler at ti.com
Tue Mar 8 09:58:10 PST 2016


* Despite supporting building of individual targets, there is a
  dependency on all toolchains even if the coresponding core is not
  part of a specific platform.
* This fixes do_configure with ti-xdctools_3.32.00.06 and
  ti-sysbios_6.45.01.29

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
index 0195173..b1cedd0 100644
--- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
@@ -2,14 +2,9 @@ require edma3-lld.inc
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
-DEPENDS = "ti-sysbios ti-xdctools"
-
-DEPENDS_append_keystone = " gcc-arm-none-eabi-native ti-cgt6x-native"
-DEPENDS_append_ti33x = " gcc-arm-none-eabi-native"
-DEPENDS_append_ti43x = " gcc-arm-none-eabi-native"
-DEPENDS_append_omap-a15 = " gcc-arm-none-eabi-native ti-ccsv6-native ti-cgt6x-native"
+DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-ccsv6-native ti-cgt6x-native"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.9.1



More information about the meta-ti mailing list