diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-14 03:57:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-14 12:43:07 -0500 |
commit | 4591a1fb4a9d9a19963e114ecf4c6c1a551b9743 (patch) | |
tree | 3b448b9e1980f36680f1b4f5818ba929f7ad8f26 /recipes-bsp/uart-lld | |
parent | 28a1bb2eb4cde6dbb210b6cd359c959b3e0f13dd (diff) | |
download | meta-ti-4591a1fb4a9d9a19963e114ecf4c6c1a551b9743.tar.gz |
uart-lld-rtos: Updating to version 1.0.0.9
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.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 e8510b60..e76401d4 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.07A" | 16 | # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.09" |
17 | UART_LLD_SRCREV = "884e340f5d2f004de99e44f014fedb781f1fb975" | 17 | UART_LLD_SRCREV = "f3670e497186b5ec5258d0e51fb1ebdaa3d60577" |
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.07A" | 23 | PV = "01.00.00.09" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append = " edma3-lld-rtos \ | 26 | DEPENDS_append = " edma3-lld-rtos \ |