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-03 18:17:08 +0000
commit1084067c832d398365e8b45d202c630adc99c4f5 (patch)
treec67464bc554e8bfe7804adaeee1c9620d92ad21e
parent6f60957bfac019d3499f1ddd1f0571d60c66b016 (diff)
downloadmeta-ti-1084067c832d398365e8b45d202c630adc99c4f5.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 \