aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
blob: b8db20ede5d5865a3c40a25b7fa3b6b62eaea421 (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
SUMMARY = "TI RTOS low level driver library for PRUSS"

inherit ti-pdk
require recipes-bsp/pruss-lld/pruss-lld.inc

COMPATIBLE_MACHINE_append = "|k3"
PR = "${INC_PR}.0"

S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"

DEPENDS_append = " osal-rtos"
DEPENDS_append_ti33x = " starterware-rtos"
DEPENDS_append_ti43x = " starterware-rtos"

# Build with make instead of XDC
TI_PDK_XDCMAKE = "0"

export PDK_PRUSS_ROOT_PATH ="${WORKDIR}/build"
export DEST_ROOT="${WORKDIR}/build"

# HTML doc link params
PDK_COMP_LINK_TEXT = "PRUSS LLD"

INSANE_SKIP_${PN} = "arch"