summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:04:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-03 18:17:08 +0000
commit2b819c9421ef251e362f3e0cb8fd0cd36e6348a9 (patch)
tree7b754d8e15cd442a6c7388b0ba9271d1471ff179
parent5f301cbf176534aecf282ba874860898c20a59e9 (diff)
downloadmeta-ti-2b819c9421ef251e362f3e0cb8fd0cd36e6348a9.tar.gz
spi-lld-rtos: SRCREV update to 01.00.00.16
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 a60d0a5b..a72c5dad 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.15" 15# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.16"
16SPI_LLD_SRCREV = "8f984dce7d475c3e63d97d6bb47fed9e8439b929" 16SPI_LLD_SRCREV = "5e00d11961e61e32474ec9eee3c9e76aca7080cf"
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.15" 22PV = "01.00.00.16"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos \ 25DEPENDS_append = " osal-rtos \