From 2a6592456b274967b480bbe782d722ba6051d66e Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Sun, 6 Oct 2019 22:52:43 +0000 Subject: [PATCH] i2c-lld-rtos: SRCREV update to 01.00.00.16A 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 a8e3d555..bf64abfd 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.16" -I2C_LLD_SRCREV = "f5ad86d8573d55f55dcc8b8e3d0673b9fe9dae96" +# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.16A" +I2C_LLD_SRCREV = "1524f975a96de004000ce7e5b3367d6640b7d193" 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.16" +PV = "01.00.00.16A" PR = "r0" DEPENDS_append = " osal-rtos \