[meta-ti] [PATCH v2 28/37] nwal-lld-rtos: Add rtos recipe for nwal
Mahesh Radhakrishnan
m-radhakrishnan2 at ti.com
Tue Jul 18 16:03:39 PDT 2017
Upstreaming the Network abstraction layer LLD library for RTOS
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
---
v2 - Added summary
recipes-bsp/nwal-lld/nwal-lld-rtos_git.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 recipes-bsp/nwal-lld/nwal-lld-rtos_git.bb
diff --git a/recipes-bsp/nwal-lld/nwal-lld-rtos_git.bb b/recipes-bsp/nwal-lld/nwal-lld-rtos_git.bb
new file mode 100644
index 0000000..7fe5103
--- /dev/null
+++ b/recipes-bsp/nwal-lld/nwal-lld-rtos_git.bb
@@ -0,0 +1,19 @@
+SUMMARY = "TI Network abstraction layer RTOS LLD library "
+
+inherit ti-pdk
+
+require recipes-bsp/nwal-lld/nwal-lld.inc
+
+PR = "${INC_PR}.0"
+
+DEPENDS_append = " cppi-lld-rtos \
+ pa-lld-rtos \
+ pktlib-rtos \
+ qmss-lld-rtos \
+ sa-lld-rtos \
+"
+
+COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm|k2l-evm|c667x-evm"
+
+# HTML doc link params
+PDK_COMP_LINK_TEXT = "NWAL LLD"
--
1.9.1
More information about the meta-ti
mailing list