diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb index a4e0df64..4ebfd16e 100644 --- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb +++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb @@ -2,7 +2,7 @@ require edma3-lld.inc require recipes-ti/includes/ti-paths.inc require recipes-ti/includes/ti-staging.inc -PR = "r1" +PR = "${INC_PR}.0" DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools" diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc index 28c49e3a..8dc80f73 100644 --- a/recipes-bsp/edma3-lld/edma3-lld.inc +++ b/recipes-bsp/edma3-lld/edma3-lld.inc @@ -2,9 +2,16 @@ DESCRIPTION = "TI EDMA3 low level driver and test code" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" -BRANCH = "master" -SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git;protocol=git;branch=${BRANCH}" +EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git" +EDMA3_LLD_GIT_PROTOCOL = "git" +EDMA3_LLD_GIT_BRANCH = "master" + # The following commit corresponds to tag DEV_EDMA3_LLD_02_12_01_21_RC1 -SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93" +EDMA3_LLD_SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93" + +BRANCH = "${EDMA3_LLD_GIT_BRANCH}" +SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}" +SRCREV = "${EDMA3_LLD_SRCREV}" PV = "2.12.01.21" +INC_PR = "r2" diff --git a/recipes-bsp/edma3-lld/edma3-lld_git.bb b/recipes-bsp/edma3-lld/edma3-lld_git.bb index 913dd3e8..ec6ca47b 100644 --- a/recipes-bsp/edma3-lld/edma3-lld_git.bb +++ b/recipes-bsp/edma3-lld/edma3-lld_git.bb @@ -1,6 +1,6 @@ require edma3-lld.inc -PR = "r0" +PR = "${INC_PR}.0" COMPATIBLE_MACHINE = "keystone"