[meta-ti] Jacob Stiffler : HACK: edma3-lld-rtos: Add dependency on all toolchains

Arago Project git git at arago-project.org
Tue Mar 8 15:44:29 PST 2016


Module: meta-ti
Branch: fido
Commit: 3e9c30612f72d5b5c2a0cbfcd77a4f9bac9cac27
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=3e9c30612f72d5b5c2a0cbfcd77a4f9bac9cac27

Author: Jacob Stiffler <j-stiffler at ti.com>
Date:   Tue Mar  8 23:58:10 2016 +0000

HACK: edma3-lld-rtos: Add dependency on all toolchains

* 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>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb |    9 ++-------
 1 files 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}"



More information about the meta-ti mailing list