From a84a673f4710d5085cb638a211a5f4d346deaedf Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Sat, 15 Dec 2018 01:31:20 +0000 Subject: [PATCH] i2c-lld-rtos: SRCREV update to 01.00.00.13 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 6 +++--- 1 file changed, 3 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 a0a0aaef..df32cc61 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" I2C_LLD_GIT_BRANCH = "master" I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c" -# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.12" -I2C_LLD_SRCREV = "3857dbd3039e2ce3a726f2916638596d6a2232f5" +# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.13" +I2C_LLD_SRCREV = "b9e3347623b29c8c6709c69a26caf465ffef5b92" 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.12" +PV = "01.00.00.13" PR = "r0" DEPENDS_append = " osal-rtos \