summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uart-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-12-15 01:31:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-12-18 00:11:12 +0000
commit0544a9c609a71c007fe10162e6e4926c4dccdb31 (patch)
tree3d62dc91b3da37b211b5eb5e6a90fbc1c89dc90d /recipes-bsp/uart-lld
parent92e94f26bda6206bd9c092d673f81eee02d28482 (diff)
downloadmeta-ti-0544a9c609a71c007fe10162e6e4926c4dccdb31.tar.gz
uart-lld-rtos: SRCREV update to 01.00.00.13
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.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 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"
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.12" 16# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.13"
17UART_LLD_SRCREV = "224f9d87ed06ca4392744d394d0adaad6d2c392c" 17UART_LLD_SRCREV = "3af02f4c4e4d5fe126d49076d343f41ea3878106"
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.12" 23PV = "01.00.00.13"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " edma3-lld-rtos \ 26DEPENDS_append = " edma3-lld-rtos \