diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-28 22:26:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
commit | 5ff9c6eef4ac06bcd2d94ab45e38739c7151b0d2 (patch) | |
tree | a1c0eaa2d223afc90bb61fce8fb71bcefac56012 /recipes-bsp/i2c-lld | |
parent | 1b96c9b8a07e75c7878a63e083c7bff74a8e8224 (diff) | |
download | meta-ti-5ff9c6eef4ac06bcd2d94ab45e38739c7151b0d2.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>
Diffstat (limited to 'recipes-bsp/i2c-lld')
-rw-r--r-- | recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 8 |
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 | |||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=50084375278c1a2779571be134f98f7c" | 6 | LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=50084375278c1a2779571be134f98f7c" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | I2C_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/i2c-lld.git" | 11 | I2C_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/i2c-lld.git" |
@@ -13,14 +13,14 @@ I2C_LLD_GIT_PROTOCOL = "git" | |||
13 | I2C_LLD_GIT_BRANCH = "master" | 13 | I2C_LLD_GIT_BRANCH = "master" |
14 | I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c" | 14 | I2C_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" |
17 | I2C_LLD_SRCREV = "38962396e8c415cc6c795f0db4fe3e0c14cbf7a1" | 17 | I2C_LLD_SRCREV = "3857dbd3039e2ce3a726f2916638596d6a2232f5" |
18 | 18 | ||
19 | BRANCH = "${I2C_LLD_GIT_BRANCH}" | 19 | BRANCH = "${I2C_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${I2C_LLD_SRCREV}" | 22 | SRCREV = "${I2C_LLD_SRCREV}" |
23 | PV = "01.00.00.11" | 23 | PV = "01.00.00.12" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append = " osal-rtos \ | 26 | DEPENDS_append = " osal-rtos \ |