From 5ff9c6eef4ac06bcd2d94ab45e38739c7151b0d2 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Fri, 28 Sep 2018 22:26:07 +0000 Subject: [PATCH] i2c-lld-rtos: Update to version 01.00.00.02 and added support to k3 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb index ae4e40ac..a0a0aaef 100644 --- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb +++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb @@ -5,7 +5,7 @@ inherit ti-pdk LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=50084375278c1a2779571be134f98f7c" -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" PACKAGE_ARCH = "${MACHINE_ARCH}" I2C_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/i2c-lld.git" @@ -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.11" -I2C_LLD_SRCREV = "38962396e8c415cc6c795f0db4fe3e0c14cbf7a1" +# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.12" +I2C_LLD_SRCREV = "3857dbd3039e2ce3a726f2916638596d6a2232f5" 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.11" +PV = "01.00.00.12" PR = "r0" DEPENDS_append = " osal-rtos \