diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-21 19:16:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-22 01:04:24 +0000 |
commit | ebc824ffbf2941f3f0ac5d84e8efba87e1ad200f (patch) | |
tree | baeacf4308074b2a68b4a402865e14ddd53ad77c /recipes-bsp/spi-lld/spi-lld-rtos_git.bb | |
parent | 48b9a6f5222c9f23fab2e35fbed9a17b44418334 (diff) | |
download | meta-ti-ebc824ffbf2941f3f0ac5d84e8efba87e1ad200f.tar.gz |
spi-lld-rtos: SRCREV update to 01.00.00.14A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
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 3916ebbe..c33bc4b6 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.13A" | 15 | # Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.14A" |
16 | SPI_LLD_SRCREV = "2c6c4fe250383c8854be8fd58a6b599dbbe3fe8e" | 16 | SPI_LLD_SRCREV = "f88180f7ee61670dc3addc3781507f04270a7eda" |
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.13A" | 22 | PV = "01.00.00.14A" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos \ | 25 | DEPENDS_append = " osal-rtos \ |