summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/spi-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-12-14 23:05:59 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-12-14 15:05:15 -0500
commit133c682a3de0995ad8c0df1c78556f21f4cc81a5 (patch)
tree9e623c0d3e1e5b26c03813cf7beddf592209dac2 /recipes-bsp/spi-lld
parent821565cb0c804162c5de2f6c87792e1c67868b81 (diff)
downloadmeta-ti-133c682a3de0995ad8c0df1c78556f21f4cc81a5.tar.gz
spi-lld-rtos: Updating to version 1.0.0.9
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/spi-lld')
-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 4ed72483..8ad3b6a2 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.07A" 15# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.09"
16SPI_LLD_SRCREV = "d37daaf3a922e893fe845d44324393994321d443" 16SPI_LLD_SRCREV = "85ae103a18df777512a8485a4ed7f84189ee0ff6"
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.07A" 22PV = "01.00.00.09"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos \ 25DEPENDS_append = " osal-rtos \