mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 22:19:11 +00:00
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
26 lines
495 B
BlitzBasic
26 lines
495 B
BlitzBasic
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"
|