diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-15 01:31:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-17 02:57:05 +0000 |
commit | fab2c6e46cace1fd6b38b5b4f86db700fa7e6589 (patch) | |
tree | 4f5ecee2ffc4711e4206de06c741d36367e84e3a /recipes-bsp | |
parent | daa6f0a99ba582d0cef41de61b318e012dd1ccc7 (diff) | |
download | meta-ti-fab2c6e46cace1fd6b38b5b4f86db700fa7e6589.tar.gz |
spi-lld-rtos: SRCREV update to 01.00.00.13, added dependencies to pruss-lld-rtos & gpio-lld-rtos for am33x/am43x
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/spi-lld/spi-lld-rtos_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb index 77564cc9..19c0b5fd 100644 --- a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb +++ b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb | |||
@@ -12,21 +12,21 @@ 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.12A" | 15 | # Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.13" |
16 | SPI_LLD_SRCREV = "5f591af32a1ff92140cf7d2b40cd131bb308ab73" | 16 | SPI_LLD_SRCREV = "ae908342837ca627276d4cee3c4e10d0792fad54" |
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.12A" | 22 | PV = "01.00.00.13" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos \ | 25 | DEPENDS_append = " osal-rtos \ |
26 | edma3-lld-rtos \ | 26 | edma3-lld-rtos \ |
27 | " | 27 | " |
28 | DEPENDS_append_ti33x = " starterware-rtos" | 28 | DEPENDS_append_ti33x = " starterware-rtos pruss-lld-rtos gpio-lld-rtos" |
29 | DEPENDS_append_ti43x = " starterware-rtos" | 29 | DEPENDS_append_ti43x = " starterware-rtos pruss-lld-rtos gpio-lld-rtos" |
30 | 30 | ||
31 | DEPENDS_remove_k3 = "edma3-lld-rtos " | 31 | DEPENDS_remove_k3 = "edma3-lld-rtos " |
32 | DEPENDS_append_k3 = " udma-lld-rtos" | 32 | DEPENDS_append_k3 = " udma-lld-rtos" |