summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:04:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-02 17:20:56 +0000
commitd87868a74360e6d3f5f6c5a4bdb1481e7324d4c8 (patch)
tree492bcf3c9733fcd5cfbd89adb0eead77aff97ee2
parentd4e4cdcc1a26fd05f85bd4b53ab79c3a85cc2737 (diff)
downloadmeta-ti-d87868a74360e6d3f5f6c5a4bdb1481e7324d4c8.tar.gz
uart-lld-rtos: SRCREV update to 01.00.00.16
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 5bd7d6f8..d475eb51 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.15" 16# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.16"
17UART_LLD_SRCREV = "4493f456549c85749a05b1f46bf0b75d23976db1" 17UART_LLD_SRCREV = "7e606f1db126af3e4e8e6f8a9173e1004a844e97"
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.15" 23PV = "01.00.00.16"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " edma3-lld-rtos \ 26DEPENDS_append = " edma3-lld-rtos \