summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:07 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 15:30:07 +0000
commit400a916b62e90988d5d752ba3f6d882cce1625e0 (patch)
treef4c1ecc483b89e136538d9c177488e49667c2de5
parent81dff26d3080390a6045dc8c4b0f2a6a3ac45216 (diff)
downloadmeta-ti-400a916b62e90988d5d752ba3f6d882cce1625e0.tar.gz
i2c-lld-rtos: Update to version 01.00.00.02 and added support to k3
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb8
1 files 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
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=50084375278c1a2779571be134f98f7c" 6LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=50084375278c1a2779571be134f98f7c"
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" 8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11I2C_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/i2c-lld.git" 11I2C_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/i2c-lld.git"
@@ -13,14 +13,14 @@ I2C_LLD_GIT_PROTOCOL = "git"
13I2C_LLD_GIT_BRANCH = "master" 13I2C_LLD_GIT_BRANCH = "master"
14I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c" 14I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
15 15
16# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.11" 16# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.12"
17I2C_LLD_SRCREV = "38962396e8c415cc6c795f0db4fe3e0c14cbf7a1" 17I2C_LLD_SRCREV = "3857dbd3039e2ce3a726f2916638596d6a2232f5"
18 18
19BRANCH = "${I2C_LLD_GIT_BRANCH}" 19BRANCH = "${I2C_LLD_GIT_BRANCH}"
20SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${I2C_LLD_SRCREV}" 22SRCREV = "${I2C_LLD_SRCREV}"
23PV = "01.00.00.11" 23PV = "01.00.00.12"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " osal-rtos \ 26DEPENDS_append = " osal-rtos \