summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-06-27 10:23:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-27 21:08:16 +0000
commit713a38f96c0b5f7e0fd2ef1ddc528f8c60f6d0ad (patch)
tree8594c5d9bcd1210a5424d85c6c51d4a3bd98c7e9
parent746176a7d38bae70fcca7b605e3177a47a8ed274 (diff)
downloadmeta-ti-713a38f96c0b5f7e0fd2ef1ddc528f8c60f6d0ad.tar.gz
spi-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>
-rw-r--r--recipes-bsp/spi-lld/spi-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
index c33bc4b6..a60d0a5b 100644
--- a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
+++ b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
@@ -12,14 +12,14 @@ SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git"
12SPI_LLD_GIT_PROTOCOL = "git" 12SPI_LLD_GIT_PROTOCOL = "git"
13SPI_LLD_GIT_BRANCH = "master" 13SPI_LLD_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.14A" 15# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.15"
16SPI_LLD_SRCREV = "f88180f7ee61670dc3addc3781507f04270a7eda" 16SPI_LLD_SRCREV = "8f984dce7d475c3e63d97d6bb47fed9e8439b929"
17 17
18BRANCH = "${SPI_LLD_GIT_BRANCH}" 18BRANCH = "${SPI_LLD_GIT_BRANCH}"
19SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${SPI_LLD_SRCREV}" 21SRCREV = "${SPI_LLD_SRCREV}"
22PV = "01.00.00.14A" 22PV = "01.00.00.15"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos \ 25DEPENDS_append = " osal-rtos \