summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:24:11 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-23 16:58:23 +0000
commitb6b065328035a411edec406edb5c97d0f7c3cee2 (patch)
treea9358b4f1232f5ccec90363de467c6a913bf3704
parent196f9bbcece8c222097a32a373dbd3bd12690a92 (diff)
downloadmeta-ti-b6b065328035a411edec406edb5c97d0f7c3cee2.tar.gz
transport-rtos: Update to version 1.0.0.12
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/transport-rtos/transport.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc
index 8d1b3275..61772bd8 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"
6TRANSPORT_GIT_PROTOCOL = "git" 6TRANSPORT_GIT_PROTOCOL = "git"
7TRANSPORT_GIT_BRANCH = "master" 7TRANSPORT_GIT_BRANCH = "master"
8 8
9# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.11A" 9# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.12"
10TRANSPORT_SRCREV = "472efde60b5ede35c0746c432001d8e3673a6bb9" 10TRANSPORT_SRCREV = "0e0f30a30388ea34b3a00beb69c9bfccc26dfaa0"
11 11
12BRANCH = "${TRANSPORT_GIT_BRANCH}" 12BRANCH = "${TRANSPORT_GIT_BRANCH}"
13SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" 13SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
14 14
15SRCREV = "${TRANSPORT_SRCREV}" 15SRCREV = "${TRANSPORT_SRCREV}"
16PV = "01.00.00.11A" 16PV = "01.00.00.12"
17INC_PR = "r0" 17INC_PR = "r0"