mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-26 22:07:51 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
1b96c9b8a0
commit
5ff9c6eef4
@@ -5,7 +5,7 @@ inherit ti-pdk
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=50084375278c1a2779571be134f98f7c"
|
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}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
I2C_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/i2c-lld.git"
|
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_BRANCH = "master"
|
||||||
I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
|
I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
|
||||||
|
|
||||||
# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.11"
|
# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.12"
|
||||||
I2C_LLD_SRCREV = "38962396e8c415cc6c795f0db4fe3e0c14cbf7a1"
|
I2C_LLD_SRCREV = "3857dbd3039e2ce3a726f2916638596d6a2232f5"
|
||||||
|
|
||||||
BRANCH = "${I2C_LLD_GIT_BRANCH}"
|
BRANCH = "${I2C_LLD_GIT_BRANCH}"
|
||||||
SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||||
|
|
||||||
SRCREV = "${I2C_LLD_SRCREV}"
|
SRCREV = "${I2C_LLD_SRCREV}"
|
||||||
PV = "01.00.00.11"
|
PV = "01.00.00.12"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
DEPENDS_append = " osal-rtos \
|
DEPENDS_append = " osal-rtos \
|
||||||
|
|||||||
Reference in New Issue
Block a user