diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-04-13 23:02:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-16 21:44:31 -0400 |
commit | 5c06718d8af6ede7eb5b00836abafd31c6af5a7a (patch) | |
tree | 7e8f42d666939d15d0433919a2e5376d6cad4be7 /recipes-bsp | |
parent | 38063bfc1708526bbeb515fbf1abd8fdf7e4acc9 (diff) | |
download | meta-ti-5c06718d8af6ede7eb5b00836abafd31c6af5a7a.tar.gz |
uart-lld-rtos: Updating to version 01.00.00.10A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 6 |
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 e76401d4..c3b3a161 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" | |||
13 | UART_LLD_GIT_PROTOCOL = "git" | 13 | UART_LLD_GIT_PROTOCOL = "git" |
14 | UART_LLD_GIT_BRANCH = "master" | 14 | UART_LLD_GIT_BRANCH = "master" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.09" | 16 | # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.10A" |
17 | UART_LLD_SRCREV = "f3670e497186b5ec5258d0e51fb1ebdaa3d60577" | 17 | UART_LLD_SRCREV = "4774991ce80627b9f3eb844712e256abaf7462f0" |
18 | 18 | ||
19 | BRANCH = "${UART_LLD_GIT_BRANCH}" | 19 | BRANCH = "${UART_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${UART_LLD_SRCREV}" | 22 | SRCREV = "${UART_LLD_SRCREV}" |
23 | PV = "01.00.00.09" | 23 | PV = "01.00.00.10A" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append = " edma3-lld-rtos \ | 26 | DEPENDS_append = " edma3-lld-rtos \ |