diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-19 05:03:27 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-08-22 16:03:59 -0400 |
commit | 3d84b2e57616e19f29b1f1ff0c0a065db04909ad (patch) | |
tree | 7b160c9f54d03ee1a2f2959bb6ec47ec063c8083 /recipes-bsp/srio-lld | |
parent | 9abc770e7df9af04aa3ee5877888d7bbbe2860be (diff) | |
download | meta-ti-3d84b2e57616e19f29b1f1ff0c0a065db04909ad.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>
Diffstat (limited to 'recipes-bsp/srio-lld')
-rw-r--r-- | recipes-bsp/srio-lld/srio-lld-rtos_git.bb | 17 |
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 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for Serial Rapid IO (SRIO)" | ||
2 | |||
3 | inherit ti-pdk | ||
4 | |||
5 | require recipes-bsp/srio-lld/srio-lld.inc | ||
6 | |||
7 | PR = "${INC_PR}.0" | ||
8 | |||
9 | DEPENDS_append = " cppi-lld-rtos \ | ||
10 | qmss-lld-rtos \ | ||
11 | " | ||
12 | COMPATIBLE_MACHINE_append = "|c66x" | ||
13 | |||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
15 | |||
16 | # HTML doc link params | ||
17 | PDK_COMP_LINK_TEXT = "SRIO LLD" | ||