summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/transport-rtos/transport.inc
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-09-19 02:33:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-02 16:18:37 -0400
commit97fb053708c2623e161e069cc466152d4e0d1e0c (patch)
tree92b4321472cb5f90e384728bd1478533ba55e254 /recipes-bsp/transport-rtos/transport.inc
parent237669570640fda49a9c3a1565437e402275d99d (diff)
downloadmeta-ti-97fb053708c2623e161e069cc466152d4e0d1e0c.tar.gz
transport-rtos: Added transport recipes(bmet, nimu, nimu-icss) for rtos
RTOS driver for Network Interface Management Unit (NIMU),BMET Ethernet and NIMU ICSS Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/transport-rtos/transport.inc')
-rw-r--r--recipes-bsp/transport-rtos/transport.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc
new file mode 100644
index 00000000..82427fb9
--- /dev/null
+++ b/recipes-bsp/transport-rtos/transport.inc
@@ -0,0 +1,17 @@
1LICENSE = "BSD-3-Clause"
2
3PACKAGE_ARCH = "${MACHINE_ARCH}"
4
5TRANSPORT_GIT_URI = "git://git.ti.com/keystone-rtos/transport.git"
6TRANSPORT_GIT_PROTOCOL = "git"
7TRANSPORT_GIT_BRANCH = "master"
8
9# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.07A"
10TRANSPORT_SRCREV = "099dbf371cea3b2d883f5c97a4b0e7ef40e84c6a"
11
12BRANCH = "${TRANSPORT_GIT_BRANCH}"
13SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
14
15SRCREV = "${TRANSPORT_SRCREV}"
16PV = "01.00.00.07A"
17INC_PR = "r0"