summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:03:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-02 17:19:48 +0000
commit943102963a3942f99c408c0f4c56910ac2576fb3 (patch)
tree3693b7169eaf291be07876bbd6d1afeccd55db25
parentbe30944bf82db578ca20eb16b07bbda31d47d212 (diff)
downloadmeta-ti-943102963a3942f99c408c0f4c56910ac2576fb3.tar.gz
i2c-lld-rtos: SRCREV update to 01.00.00.16
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.bb6
1 files 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 7cb8972f..a8e3d555 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"
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.15A" 16# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.16"
17I2C_LLD_SRCREV = "9db7ca48637f2980c2d9c3161259ce5472634d09" 17I2C_LLD_SRCREV = "f5ad86d8573d55f55dcc8b8e3d0673b9fe9dae96"
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.15A" 23PV = "01.00.00.16"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " osal-rtos \ 26DEPENDS_append = " osal-rtos \