summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/i2c-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:18:50 +0000
commitd12e24ea1db94c3417ad8274dc1435f0df73416c (patch)
tree7a54f586caec364a8dc365c08fd0b40eb690e94f /recipes-bsp/i2c-lld
parent013b307889a0a0b3b2a0b099e2bb8838fa9dc208 (diff)
downloadmeta-ti-d12e24ea1db94c3417ad8274dc1435f0df73416c.tar.gz
i2c-lld-rtos: Update to version 1.0.0.11
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.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 65725243..ae4e40ac 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.10" 16# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.11"
17I2C_LLD_SRCREV = "631a38ad7245b68bfac40a417bdc9d3a0b7ca724" 17I2C_LLD_SRCREV = "38962396e8c415cc6c795f0db4fe3e0c14cbf7a1"
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.10" 23PV = "01.00.00.11"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " osal-rtos \ 26DEPENDS_append = " osal-rtos \