summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/edma3-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-08 23:58:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-08 18:43:55 -0500
commitb0f07f5de8594ba689505432ce057ce1f5486f27 (patch)
tree2cd65342c4ff7de30bdef9d544ae7f7a281c7a2a /recipes-bsp/edma3-lld
parent83e6205c854f2c9034a988e23a2929169319dac2 (diff)
downloadmeta-ti-b0f07f5de8594ba689505432ce057ce1f5486f27.tar.gz
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@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/edma3-lld')
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb9
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 0195173e..b1cedd08 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
2require recipes-ti/includes/ti-paths.inc 2require recipes-ti/includes/ti-paths.inc
3require recipes-ti/includes/ti-staging.inc 3require recipes-ti/includes/ti-staging.inc
4 4
5PR = "${INC_PR}.1" 5PR = "${INC_PR}.2"
6 6
7DEPENDS = "ti-sysbios ti-xdctools" 7DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-ccsv6-native ti-cgt6x-native"
8
9DEPENDS_append_keystone = " gcc-arm-none-eabi-native ti-cgt6x-native"
10DEPENDS_append_ti33x = " gcc-arm-none-eabi-native"
11DEPENDS_append_ti43x = " gcc-arm-none-eabi-native"
12DEPENDS_append_omap-a15 = " gcc-arm-none-eabi-native ti-ccsv6-native ti-cgt6x-native"
13 8
14COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" 9COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone"
15PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"