summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uart-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-21 19:16:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-22 01:04:24 +0000
commitf72ba5e2cd8d578f447ce9009abdbdc2262a468a (patch)
treece1408b75a8f7fc62f53b6d2f0a319655fc011c9 /recipes-bsp/uart-lld
parent0949398bca2a38917078db1c0bc9f0cb6215aa98 (diff)
downloadmeta-ti-f72ba5e2cd8d578f447ce9009abdbdc2262a468a.tar.gz
uart-lld-rtos: SRCREV update to 01.00.00.14
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> 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.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
index be1f8c81..b7c02a50 100644
--- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
+++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
@@ -13,15 +13,15 @@ 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.13" 16# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.14"
17UART_LLD_SRCREV = "f9298edb5a39bd72f256b53a0b63c6c019cdedce" 17UART_LLD_SRCREV = "3cba443fcd469f8f716bbff21c9b10f60086bcbb"
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.13" 23PV = "01.00.00.14"
24PR = "r1" 24PR = "r0"
25 25
26DEPENDS_append = " edma3-lld-rtos \ 26DEPENDS_append = " edma3-lld-rtos \
27 osal-rtos \ 27 osal-rtos \