From c8e9e907076696b74b7679aa5eeafa475fc88d91 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 19 Jul 2018 23:24:13 +0000 Subject: uart-lld-rtos: Update to version 1.0.0.11 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 c3b3a161..8e115398 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.10A" -UART_LLD_SRCREV = "4774991ce80627b9f3eb844712e256abaf7462f0" +# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.11" +UART_LLD_SRCREV = "cf52e52665a018fbc4e4acbe0e8685473c6b678c" 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.10A" +PV = "01.00.00.11" PR = "r0" DEPENDS_append = " edma3-lld-rtos \ -- cgit v1.2.3-54-g00ecf