diff options
Diffstat (limited to 'recipes-bsp/transport-rtos')
-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" |