diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-02 06:03:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-02 23:55:53 +0000 |
commit | 7040e240422de7df3eb87cd4dae0c4a39d1a957b (patch) | |
tree | 49bbf4212eddcdfb793f277e618ece7b4435a1db | |
parent | 57973ce0e67dc9276976c87f422f7d7c686fec27 (diff) | |
download | meta-ti-7040e240422de7df3eb87cd4dae0c4a39d1a957b.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.bb | 6 |
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" | |||
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.15A" | 16 | # Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.16" |
17 | I2C_LLD_SRCREV = "9db7ca48637f2980c2d9c3161259ce5472634d09" | 17 | I2C_LLD_SRCREV = "f5ad86d8573d55f55dcc8b8e3d0673b9fe9dae96" |
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.15A" | 23 | PV = "01.00.00.16" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append = " osal-rtos \ | 26 | DEPENDS_append = " osal-rtos \ |