summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-07-19 05:03:27 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-08-16 13:49:00 -0400
commit746fd15d2a90e332b763bfd808005217f9afa5b5 (patch)
treed9e4d173081471c0cd2aa417d4af21cee899ec9d
parentdcb37f56dd394b7974a185486a913375962bc3da (diff)
downloadmeta-ti-746fd15d2a90e332b763bfd808005217f9afa5b5.tar.gz
srio-lld-rtos:Add rtos recipe for srio-lld
Upstreaming RTOS recipe for Serial Rapid IO (SRIO) low level driver Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/srio-lld/srio-lld-rtos_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-bsp/srio-lld/srio-lld-rtos_git.bb b/recipes-bsp/srio-lld/srio-lld-rtos_git.bb
new file mode 100644
index 00000000..7708a18e
--- /dev/null
+++ b/recipes-bsp/srio-lld/srio-lld-rtos_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "TI RTOS low level driver for Serial Rapid IO (SRIO)"
2
3inherit ti-pdk
4
5require recipes-bsp/srio-lld/srio-lld.inc
6
7PR = "${INC_PR}.0"
8
9DEPENDS_append = " cppi-lld-rtos \
10 qmss-lld-rtos \
11"
12COMPATIBLE_MACHINE_append = "|c66x"
13
14PACKAGE_ARCH = "${MACHINE_ARCH}"
15
16# HTML doc link params
17PDK_COMP_LINK_TEXT = "SRIO LLD"