[meta-ti] [rocko/master][PATCH 06/23] i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
Jacob Stiffler
j-stiffler at ti.com
Fri Apr 13 10:02:02 PDT 2018
From: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 12 +++++++++---
1 file changed, 9 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 a178c27..cad45f3 100644
--- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
+++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
@@ -13,21 +13,25 @@ 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.09A"
-I2C_LLD_SRCREV = "1a0e371f1c992b3f28cb160c6e3ada33d382f6a9"
+# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.10"
+I2C_LLD_SRCREV = "631a38ad7245b68bfac40a417bdc9d3a0b7ca724"
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.09A"
+PV = "01.00.00.10"
PR = "r0"
DEPENDS_append = " osal-rtos \
"
DEPENDS_append_ti33x = " starterware-rtos \
+ pruss-lld-rtos \
"
DEPENDS_append_ti43x = " starterware-rtos \
+ pruss-lld-rtos \
+"
+DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
"
# Build with make instead of XDC
@@ -38,5 +42,7 @@ S = "${WORKDIR}/${I2C_LLD_GIT_DESTSUFFIX}"
export PDK_I2C_ROOT_PATH ="${WORKDIR}/build"
export DEST_ROOT="${S}"
+INSANE_SKIP_${PN} = "arch"
+
# HTML doc link params
PDK_COMP_LINK_TEXT = "I2C LLD"
--
2.7.4
More information about the meta-ti
mailing list