mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
ca5d1244fc
commit
3e9c30612f
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user