[meta-ti] [master/thud][PATCH 42/42] iolink-lld: TI RTOS low level driver for IO-Link Master
Jacob Stiffler
j-stiffler at ti.com
Fri Nov 15 07:15:02 PST 2019
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb | 33 +++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb
diff --git a/recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb b/recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb
new file mode 100644
index 0000000..c0c27b6
--- /dev/null
+++ b/recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb
@@ -0,0 +1,33 @@
+SUMMARY = "TI RTOS low level driver for IO-Link Master"
+
+inherit ti-pdk ti-pdk-fetch
+
+TI_PDK_COMP = "ti.drv.iolink"
+
+PE = "1"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://IOLINK.h;beginline=1;endline=32;md5=da669339a4b8594ed3edbe7ca30c726e"
+
+COMPATIBLE_MACHINE = "ti43x"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "r2"
+
+DEPENDS_append = " osal-rtos \
+"
+DEPENDS_append_ti43x = " starterware-rtos \
+ pruss-lld-rtos \
+"
+
+# Build with make instead of XDC
+TI_PDK_XDCMAKE = "0"
+
+
+export PDK_IOLINK_ROOT_PATH ="${WORKDIR}/build"
+export DEST_ROOT="${S}"
+
+INSANE_SKIP_${PN} = "arch"
+
+# HTML doc link params
+PDK_COMP_LINK_TEXT = "IOLINK LLD"
--
2.7.4
More information about the meta-ti
mailing list