summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-21 19:15:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-22 01:04:24 +0000
commite6e307784dd27338085a7a226dac7ab5a9e5f953 (patch)
tree0d3975b16fe84303a92aa1834865370b819a4bc2 /recipes-bsp
parentc5bcf63ab73802192673d34d4030b007090d73d2 (diff)
downloadmeta-ti-e6e307784dd27338085a7a226dac7ab5a9e5f953.tar.gz
i2c-lld-rtos: SRCREV update to 01.00.00.14
Also added pruss-lld-rtos dependency for k2g 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/i2c-lld/i2c-lld-rtos_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
index df32cc61..2b3931ed 100644
--- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
+++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
@@ -13,14 +13,14 @@ I2C_LLD_GIT_PROTOCOL = "git"
13I2C_LLD_GIT_BRANCH = "master" 13I2C_LLD_GIT_BRANCH = "master"
14I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c" 14I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
15 15
16# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.13" 16# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.14"
17I2C_LLD_SRCREV = "b9e3347623b29c8c6709c69a26caf465ffef5b92" 17I2C_LLD_SRCREV = "639374a5f9d9cf01f0e922063c13b579f6b1b908"
18 18
19BRANCH = "${I2C_LLD_GIT_BRANCH}" 19BRANCH = "${I2C_LLD_GIT_BRANCH}"
20SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${I2C_LLD_SRCREV}" 22SRCREV = "${I2C_LLD_SRCREV}"
23PV = "01.00.00.13" 23PV = "01.00.00.14"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " osal-rtos \ 26DEPENDS_append = " osal-rtos \
@@ -34,6 +34,9 @@ DEPENDS_append_ti43x = " starterware-rtos \
34DEPENDS_append_am57xx-evm = " pruss-lld-rtos \ 34DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
35" 35"
36 36
37DEPENDS_append_k2g = " pruss-lld-rtos \
38"
39
37# Build with make instead of XDC 40# Build with make instead of XDC
38TI_PDK_XDCMAKE = "0" 41TI_PDK_XDCMAKE = "0"
39 42