diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-02 06:04:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-02 23:55:53 +0000 |
commit | f6db16616fb446531544e88cf02b6129354ded17 (patch) | |
tree | 88781f36fa32e9df4b8bbd618a0561ca985caa87 /recipes-bsp | |
parent | 3f7e8c01e9d4d1c942b75e8a3f7a3a1bdbb8678f (diff) | |
download | meta-ti-f6db16616fb446531544e88cf02b6129354ded17.tar.gz |
transport-rtos: SRCREV update to 01.00.00.17
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/transport-rtos/transport.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc index 52784dc6..0943b912 100644 --- a/recipes-bsp/transport-rtos/transport.inc +++ b/recipes-bsp/transport-rtos/transport.inc | |||
@@ -6,12 +6,12 @@ TRANSPORT_GIT_URI = "git://git.ti.com/keystone-rtos/transport.git" | |||
6 | TRANSPORT_GIT_PROTOCOL = "git" | 6 | TRANSPORT_GIT_PROTOCOL = "git" |
7 | TRANSPORT_GIT_BRANCH = "master" | 7 | TRANSPORT_GIT_BRANCH = "master" |
8 | 8 | ||
9 | # Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.16B" | 9 | # Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.17" |
10 | TRANSPORT_SRCREV = "70fead21c102b9b75db99f1933aade27a000ef34" | 10 | TRANSPORT_SRCREV = "666ec8637a16e210dd823daf7a152afe16ae229f" |
11 | 11 | ||
12 | BRANCH = "${TRANSPORT_GIT_BRANCH}" | 12 | BRANCH = "${TRANSPORT_GIT_BRANCH}" |
13 | SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" | 13 | SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" |
14 | 14 | ||
15 | SRCREV = "${TRANSPORT_SRCREV}" | 15 | SRCREV = "${TRANSPORT_SRCREV}" |
16 | PV = "01.00.00.16B" | 16 | PV = "01.00.00.17" |
17 | INC_PR = "r0" | 17 | INC_PR = "r0" |