diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-09 02:14:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-08 23:51:58 +0000 |
commit | 730ce06a8c9da87154ebcba640b24e0b8cfa52f9 (patch) | |
tree | ec29970b2db5c4e78e115c98489496e0bf2b421b | |
parent | da56d99a400fccda1a70e44295473cb32b65e517 (diff) | |
download | meta-ti-730ce06a8c9da87154ebcba640b24e0b8cfa52f9.tar.gz |
transport-rtos: SRCREV update to 01.00.00.17A
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 0943b912..345cd6dd 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.17" | 9 | # Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.17A" |
10 | TRANSPORT_SRCREV = "666ec8637a16e210dd823daf7a152afe16ae229f" | 10 | TRANSPORT_SRCREV = "9ed171c476a5606777d2dcb4e831c279a5160245" |
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.17" | 16 | PV = "01.00.00.17A" |
17 | INC_PR = "r0" | 17 | INC_PR = "r0" |