diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:24:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-24 18:18:49 +0000 |
commit | fd3e00511b3809c7badd9a7e101e4284f5fc06dd (patch) | |
tree | de43fd966bcec1dd4e194b5fd84d56ae540c0f05 /recipes-bsp/tsip-lld | |
parent | a73fb6a0ffc05dbaf6cc420ceeabad5e88297610 (diff) | |
download | meta-ti-fd3e00511b3809c7badd9a7e101e4284f5fc06dd.tar.gz |
tsip-lld-rtos: Update to version 1.0.0.8
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/tsip-lld')
-rw-r--r-- | recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb b/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb index 168c67ec..0e90e6a4 100644 --- a/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb +++ b/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb | |||
@@ -12,14 +12,14 @@ TSIP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tsip-lld.git" | |||
12 | TSIP_LLD_GIT_PROTOCOL = "git" | 12 | TSIP_LLD_GIT_PROTOCOL = "git" |
13 | TSIP_LLD_GIT_BRANCH = "master" | 13 | TSIP_LLD_GIT_BRANCH = "master" |
14 | 14 | ||
15 | # Below commit ID corresponds to "DEV.TSIP_LLD.01.00.00.07A" | 15 | # Below commit ID corresponds to "DEV.TSIP_LLD.01.00.00.08" |
16 | TSIP_LLD_SRCREV = "211d2f1a5c3c7ec80349a18e6e6cae6c9e4df921" | 16 | TSIP_LLD_SRCREV = "f40c0153b711622e67ab4b36da5cf044f7bd9a8e" |
17 | 17 | ||
18 | BRANCH = "${TSIP_LLD_GIT_BRANCH}" | 18 | BRANCH = "${TSIP_LLD_GIT_BRANCH}" |
19 | SRC_URI = "${TSIP_LLD_GIT_URI};protocol=${TSIP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${TSIP_LLD_GIT_URI};protocol=${TSIP_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${TSIP_LLD_SRCREV}" | 21 | SRCREV = "${TSIP_LLD_SRCREV}" |
22 | PV = "01.00.00.07" | 22 | PV = "01.00.00.08" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | # HTML doc link params | 25 | # HTML doc link params |