diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-02 06:04:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-02 23:55:53 +0000 |
commit | 3ad09e2df89b0f1ad525d64d9a1db90d597faf12 (patch) | |
tree | 2abcb458a0ae1031050ac7ecd4f8e99e3db82124 /recipes-bsp/spi-lld/spi-lld-rtos_git.bb | |
parent | 2f5296a28c72b153b7971c539ce311ead73bf570 (diff) | |
download | meta-ti-3ad09e2df89b0f1ad525d64d9a1db90d597faf12.tar.gz |
spi-lld-rtos: SRCREV update to 01.00.00.16
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/spi-lld/spi-lld-rtos_git.bb')
-rw-r--r-- | recipes-bsp/spi-lld/spi-lld-rtos_git.bb | 6 |
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" | |||
12 | SPI_LLD_GIT_PROTOCOL = "git" | 12 | SPI_LLD_GIT_PROTOCOL = "git" |
13 | SPI_LLD_GIT_BRANCH = "master" | 13 | SPI_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" |
16 | SPI_LLD_SRCREV = "8f984dce7d475c3e63d97d6bb47fed9e8439b929" | 16 | SPI_LLD_SRCREV = "5e00d11961e61e32474ec9eee3c9e76aca7080cf" |
17 | 17 | ||
18 | BRANCH = "${SPI_LLD_GIT_BRANCH}" | 18 | BRANCH = "${SPI_LLD_GIT_BRANCH}" |
19 | SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${SPI_LLD_SRCREV}" | 21 | SRCREV = "${SPI_LLD_SRCREV}" |
22 | PV = "01.00.00.15" | 22 | PV = "01.00.00.16" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos \ | 25 | DEPENDS_append = " osal-rtos \ |