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

PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE_append = "|c66x"

inherit ti-pdk

DEPENDS_remove = "${PN}"

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

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