diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-02 06:04:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-02 23:55:53 +0000 |
commit | c0ca64a431a73a5877774805829e0352c3dc7604 (patch) | |
tree | 5cb7af79bbad835ceec8fb10929dadca9184ade4 | |
parent | aa40f9eb33dd0da3bc0dcdadfa41ee61981ac1b7 (diff) | |
download | meta-ti-c0ca64a431a73a5877774805829e0352c3dc7604.tar.gz |
udma-lld-rtos: SRCREV update to 01.00.00.04
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/udma-lld/udma-lld-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb index a602a803..c3352c12 100644 --- a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb +++ b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb | |||
@@ -13,14 +13,14 @@ UDMA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/udma-lld.git" | |||
13 | UDMA_LLD_GIT_PROTOCOL = "git" | 13 | UDMA_LLD_GIT_PROTOCOL = "git" |
14 | UDMA_LLD_GIT_BRANCH = "master" | 14 | UDMA_LLD_GIT_BRANCH = "master" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.UDMA_LLD.01.00.00.03" | 16 | # Below commit ID corresponds to "DEV.UDMA_LLD.01.00.00.04" |
17 | UDMA_LLD_SRCREV = "8b5a762310d1cf9a94a4a6a8e5c1254eb483b2e7" | 17 | UDMA_LLD_SRCREV = "67edfa436beb3362051a097b456ba07c95faa4a6" |
18 | 18 | ||
19 | BRANCH = "${UDMA_LLD_GIT_BRANCH}" | 19 | BRANCH = "${UDMA_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${UDMA_LLD_GIT_URI};protocol=${UDMA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${UDMA_LLD_GIT_URI};protocol=${UDMA_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${UDMA_LLD_SRCREV}" | 22 | SRCREV = "${UDMA_LLD_SRCREV}" |
23 | PV = "01.00.00.03" | 23 | PV = "01.00.00.04" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append = " osal-rtos \ | 26 | DEPENDS_append = " osal-rtos \ |