1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00

icss-emac-lld-rtos: add for TI RTOS

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2017-11-03 01:19:29 +00:00
committed by Denys Dmytriyenko
parent bb1816021b
commit ebebaae69d
@@ -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"