1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-18 10:42:32 +00:00

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>
This commit is contained in:
Mahesh Radhakrishnan
2019-03-21 19:15:51 +00:00
committed by Denys Dmytriyenko
parent 5ca4b6aecb
commit 11215cc0e5

View File

@@ -13,14 +13,14 @@ I2C_LLD_GIT_PROTOCOL = "git"
I2C_LLD_GIT_BRANCH = "master"
I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.13"
I2C_LLD_SRCREV = "b9e3347623b29c8c6709c69a26caf465ffef5b92"
# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.14"
I2C_LLD_SRCREV = "639374a5f9d9cf01f0e922063c13b579f6b1b908"
BRANCH = "${I2C_LLD_GIT_BRANCH}"
SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${I2C_LLD_SRCREV}"
PV = "01.00.00.13"
PV = "01.00.00.14"
PR = "r0"
DEPENDS_append = " osal-rtos \
@@ -34,6 +34,9 @@ DEPENDS_append_ti43x = " starterware-rtos \
DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
"
DEPENDS_append_k2g = " pruss-lld-rtos \
"
# Build with make instead of XDC
TI_PDK_XDCMAKE = "0"