summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-06-27 10:23:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-27 21:07:23 +0000
commit9444859ef509ab9f31acf6a10f992d07981b6ce9 (patch)
tree5934a84070bbdcbc8aecb67467a9c15aca966d42 /recipes-bsp
parented82c9a0cb5d9d3a28d6545c62a6d6e9752e3dc2 (diff)
downloadmeta-ti-9444859ef509ab9f31acf6a10f992d07981b6ce9.tar.gz
uart-lld-rtos: SRCREV update to 01.00.00.15
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@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.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 b7c02a50..5bd7d6f8 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.14" 16# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.15"
17UART_LLD_SRCREV = "3cba443fcd469f8f716bbff21c9b10f60086bcbb" 17UART_LLD_SRCREV = "4493f456549c85749a05b1f46bf0b75d23976db1"
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.14" 23PV = "01.00.00.15"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " edma3-lld-rtos \ 26DEPENDS_append = " edma3-lld-rtos \