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}"