summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-06 22:52:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-08 23:57:23 +0000
commit45066009d32b4c28e95c40e79b1790b6b8b5c081 (patch)
tree6021f890fbdbe076867f23d070f38784227eb76a
parent5f313bde416d70b77bafdaa5b024cd23a27eb9e4 (diff)
downloadmeta-ti-45066009d32b4c28e95c40e79b1790b6b8b5c081.tar.gz
spi-lld-rtos: SRCREV update to 01.00.00.16A
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 a72c5dad..1dab2510 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.16" 15# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.16A"
16SPI_LLD_SRCREV = "5e00d11961e61e32474ec9eee3c9e76aca7080cf" 16SPI_LLD_SRCREV = "4319424ca55676d25758f3e05797fac707b0b1f8"
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.16" 22PV = "01.00.00.16A"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos \ 25DEPENDS_append = " osal-rtos \