aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb
blob: 882ce9977f485fc25060c165ae7c047ad95bf557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"