summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uart-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-06 22:52:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-08 00:43:44 +0000
commitbf78d2f43a652a16f5f4c9d7ad10078a2423d1f0 (patch)
treec92401b34e5334976e2d9458ebb137adafcdace6 /recipes-bsp/uart-lld
parentc54274aba1df712a8192eaecef6831ecc5499d3c (diff)
downloadmeta-ti-bf78d2f43a652a16f5f4c9d7ad10078a2423d1f0.tar.gz
uart-lld-rtos: SRCREV update to 01.00.00.16B
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/uart-lld')
-rw-r--r--recipes-bsp/uart-lld/uart-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
index d475eb51..f279a670 100644
--- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
+++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
@@ -13,14 +13,14 @@ UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git"
13UART_LLD_GIT_PROTOCOL = "git" 13UART_LLD_GIT_PROTOCOL = "git"
14UART_LLD_GIT_BRANCH = "master" 14UART_LLD_GIT_BRANCH = "master"
15 15
16# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.16" 16# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.16B"
17UART_LLD_SRCREV = "7e606f1db126af3e4e8e6f8a9173e1004a844e97" 17UART_LLD_SRCREV = "227feb6e1da72bf0a785d95b7aaffd3216885f95"
18 18
19BRANCH = "${UART_LLD_GIT_BRANCH}" 19BRANCH = "${UART_LLD_GIT_BRANCH}"
20SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${UART_LLD_SRCREV}" 22SRCREV = "${UART_LLD_SRCREV}"
23PV = "01.00.00.16" 23PV = "01.00.00.16B"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " edma3-lld-rtos \ 26DEPENDS_append = " edma3-lld-rtos \