From 0544a9c609a71c007fe10162e6e4926c4dccdb31 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Sat, 15 Dec 2018 01:31:38 +0000 Subject: [PATCH] uart-lld-rtos: SRCREV update to 01.00.00.13 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 6 +++--- 1 file 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 8c842701..0dceecb5 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" UART_LLD_GIT_PROTOCOL = "git" UART_LLD_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.12" -UART_LLD_SRCREV = "224f9d87ed06ca4392744d394d0adaad6d2c392c" +# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.13" +UART_LLD_SRCREV = "3af02f4c4e4d5fe126d49076d343f41ea3878106" BRANCH = "${UART_LLD_GIT_BRANCH}" SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${UART_LLD_SRCREV}" -PV = "01.00.00.12" +PV = "01.00.00.13" PR = "r0" DEPENDS_append = " edma3-lld-rtos \