summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-04-13 23:02:16 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-16 21:44:43 -0400
commitff3562d296d5ea86b3eebef75df5486b5fb2b126 (patch)
tree06d023bdbde7dec563f5f81a4a71890ff638c595
parent85788893c4f2079fc98a5c87450531beaa8efff2 (diff)
downloadmeta-ti-ff3562d296d5ea86b3eebef75df5486b5fb2b126.tar.gz
transport-rtos: Udpate to version 1.0.0.11A
Updating to version 1.0.0.11A and update the license checksum of the sub component recipes Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb2
-rw-r--r--recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb2
-rw-r--r--recipes-bsp/transport-rtos/nimu-rtos_git.bb2
-rw-r--r--recipes-bsp/transport-rtos/transport.inc6
4 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb b/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb
index 775ef3da..71bea184 100644
--- a/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb
+++ b/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb
@@ -5,7 +5,7 @@ require transport.inc
5 5
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8LIC_FILES_CHKSUM = "file://bmet_transport.h;beginline=12;endline=40;md5=7c7fbe6af03d79b61025a67a8fc96f93" 8LIC_FILES_CHKSUM = "file://bmet_transport.h;beginline=12;endline=40;md5=6d209c698b273aef180b0c1d38469e8e"
9 9
10COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm|k2l-evm" 10COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm|k2l-evm"
11 11
diff --git a/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb
index 9aacfe43..4750e046 100644
--- a/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb
+++ b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb
@@ -5,7 +5,7 @@ require transport.inc
5 5
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8LIC_FILES_CHKSUM = "file://nimu_icssEth.h;beginline=1;endline=35;md5=fd897e67955a19ba88443d4bc2e7e18a" 8LIC_FILES_CHKSUM = "file://nimu_icssEth.h;beginline=1;endline=35;md5=3ea633a510be24d8a89d9d08b930994c"
9 9
10COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|c66x|omapl1" 10COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|c66x|omapl1"
11 11
diff --git a/recipes-bsp/transport-rtos/nimu-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-rtos_git.bb
index 7f4a00dd..c60606b8 100644
--- a/recipes-bsp/transport-rtos/nimu-rtos_git.bb
+++ b/recipes-bsp/transport-rtos/nimu-rtos_git.bb
@@ -5,7 +5,7 @@ require transport.inc
5 5
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8LIC_FILES_CHKSUM = "file://nimu_eth.h;beginline=1;endline=35;md5=52ba99291b03b91058e37115b66edb10" 8LIC_FILES_CHKSUM = "file://nimu_eth.h;beginline=1;endline=35;md5=ee9c662c39d4584fb2a8b66413d2866d"
9 9
10COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1" 10COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1"
11 11
diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc
index 9097689d..8d1b3275 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.09" 9# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.11A"
10TRANSPORT_SRCREV = "7b69e1d6d189c579e2a27b955891f9f268fd0e98" 10TRANSPORT_SRCREV = "472efde60b5ede35c0746c432001d8e3673a6bb9"
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.09" 16PV = "01.00.00.11A"
17INC_PR = "r0" 17INC_PR = "r0"