mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-01 00:11:11 +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:
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"
|
||||||
Reference in New Issue
Block a user