aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
blob: 11baafcce28cc34f39e3e57d4f3f1bd295b6ec84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require common-csl-ip.inc
PR = "${INC_PR}.6"

PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE:append = "|c66x|k3"

inherit ti-pdk

DEPENDS:remove = "${PN}"
DEPENDS:remove = "ti-sysbios"

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

export PDK_CSL_ROOT_PATH ="${WORKDIR}/build"
export DEST_ROOT="${S}"

# HTML doc link params
PDK_COMP_LINK_TEXT = "CSL-Chip Support Library"

# Workaround: dra7xx build requires am57xx CSL libraries for opencl-monitor
TI_PDK_LIMIT_SOCS:append:dra7xx = " am571x am572x am574x"
TI_PDK_LIMIT_BOARDS:append:dra7xx = " evmAM571x evmAM572x idkAM574x"