diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-15 01:31:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-17 02:56:06 +0000 |
commit | 391f7efe7103a37f719f86a3c3902c37e3b64c65 (patch) | |
tree | c2ff41eead7c8f3e3eba084ce7e73bafd22569bd /recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | |
parent | 83238d77e053b0f48cb0ec7a44d32e974c646453 (diff) | |
download | meta-ti-391f7efe7103a37f719f86a3c3902c37e3b64c65.tar.gz |
i2c-lld-rtos: SRCREV update to 01.00.00.13
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb')
-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 a0a0aaef..df32cc61 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.12" | 16 | # Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.13" |
17 | I2C_LLD_SRCREV = "3857dbd3039e2ce3a726f2916638596d6a2232f5" | 17 | I2C_LLD_SRCREV = "b9e3347623b29c8c6709c69a26caf465ffef5b92" |
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.12" | 23 | PV = "01.00.00.13" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append = " osal-rtos \ | 26 | DEPENDS_append = " osal-rtos \ |