mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-06 19:39:17 +00:00
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
16 lines
282 B
BlitzBasic
16 lines
282 B
BlitzBasic
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}"
|