All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] icss-emac-lld-rtos: add for TI RTOS
@ 2017-11-02 19:19 Jacob Stiffler
  2017-11-02 19:19 ` [PATCH 2/2] icss-emac-lld: update to version 1.0.0.8 Jacob Stiffler
  0 siblings, 1 reply; 5+ messages in thread
From: Jacob Stiffler @ 2017-11-02 19:19 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---

* icss-emac-lld-rtos is a dependency for the board-rtos recipe.

 .../icss-emac-lld/icss-emac-lld-rtos_git.bb        | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb

diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb b/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb
new file mode 100644
index 0000000..882ce99
--- /dev/null
+++ b/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb
@@ -0,0 +1,25 @@
+SUMMARY = "TI RTOS low level driver for ICSS-EMAC"
+
+inherit ti-pdk
+require icss-emac-lld.inc
+
+PR = "${INC_PR}.0"
+
+DEPENDS_append = " osal-rtos \
+                   pruss-lld-rtos \
+"
+DEPENDS_append_ti33x = " starterware-rtos \
+"
+DEPENDS_append_ti43x = " starterware-rtos \
+"
+
+# Build with make instead of XDC
+TI_PDK_XDCMAKE = "0"
+
+export PDK_ICSS_EMAC_ROOT_PATH ="${WORKDIR}/build"
+export DEST_ROOT="${S}"
+
+# HTML doc link params
+PDK_COMP_LINK_TEXT = "ICSS-EMAC LLD"
+
+INSANE_SKIP_${PN} = "arch"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-07 17:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-02 19:19 [PATCH 1/2] icss-emac-lld-rtos: add for TI RTOS Jacob Stiffler
2017-11-02 19:19 ` [PATCH 2/2] icss-emac-lld: update to version 1.0.0.8 Jacob Stiffler
2017-11-06 19:42   ` Denys Dmytriyenko
2017-11-06 20:57     ` Jacob Stiffler
2017-11-07 17:02       ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.