Signed-off-by: Karthik Ramanan <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]>
from meta-ti/morty ead9802 Signed-off-by: Karthik Ramanan <[email protected]> --- classes/ti-pdk.bbclass | 2 +- recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 2 +- recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 2 +- recipes-ti/ipc/ti-ipc-rtos.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index fd7c3e7..eca3652 100644 --- a/classes/ti-pdk.bbclass +++ b/classes/ti-pdk.bbclass @@ -5,7 +5,7 @@ inherit perlnative DEPENDS = "ti-xdctools ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-pdk-build-rtos" -DEPENDS_append_omap-a15 = " ti-ccsv6-native" +DEPENDS_append_omap-a15 = " ti-cgt-arm-native" DEPENDS_remove_ti33x = "ti-cgt6x-native" DEPENDS_remove_ti43x = "ti-cgt6x-native" diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb index 6a01d0b..ce9ef85 100644 --- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb +++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb @@ -4,7 +4,7 @@ require recipes-ti/includes/ti-staging.inc PR = "${INC_PR}.0" -DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-ccsv6-native ti-cgt6x-native" +DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 1ec9896..2765ef5 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb @@ -29,7 +29,7 @@ require recipes-ti/includes/ti-staging.inc inherit update-alternatives -DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ccsv6-native ti-ipc-rtos" +DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-cgt-arm-native ti-ipc-rtos" export HWVERSION="ES10" export BIOSTOOLSROOT="${STAGING_DIR_TARGET}/usr/share/ti" diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index b29e984..696a897 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc @@ -43,7 +43,7 @@ DEPENDS_append_keystone = " ti-cgt6x-native \ gcc-arm-none-eabi-native \ " DEPENDS_append_omap-a15 = " ti-cgt6x-native \ - ti-ccsv6-native \ + ti-cgt-arm-native \ gcc-arm-none-eabi-native \ " IPC_TARGETS = "" -- 1.9.1 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
