From 97e956f918d83c3c213a713299d5ae1b3a72e287 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 27 Jun 2019 10:23:38 +0000 Subject: [PATCH] i2c-lld-rtos: SRCREV update to 01.00.00.15 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 2b3931ed..da1ce6c3 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.14" -I2C_LLD_SRCREV = "639374a5f9d9cf01f0e922063c13b579f6b1b908" +# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.15" +I2C_LLD_SRCREV = "5fcc5b822d09edf8f7afef276b5b58b6fec4c791" 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.14" +PV = "01.00.00.15" PR = "r0" DEPENDS_append = " osal-rtos \