From b0f07f5de8594ba689505432ce057ce1f5486f27 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Tue, 8 Mar 2016 23:58:10 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- 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 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 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}"