1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 11:20:45 +00:00

iolink-lld: TI RTOS low level driver for IO-Link Master

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2019-11-15 21:15:02 +00:00
committed by Denys Dmytriyenko
parent 0cc2d5007d
commit 77a6b7b5c4
@@ -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"