mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
21 lines
420 B
BlitzBasic
21 lines
420 B
BlitzBasic
inherit ti-pdk
|
|
require recipes-bsp/osal/osal.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
COMPATIBLE_MACHINE_append = "|c66x"
|
|
|
|
S = "${WORKDIR}/${OSAL_GIT_DESTSUFFIX}"
|
|
|
|
DEPENDS_append_ti33x = " starterware-rtos"
|
|
DEPENDS_append_ti43x = " starterware-rtos"
|
|
|
|
# Build with make instead of XDC
|
|
TI_PDK_XDCMAKE = "0"
|
|
|
|
export PDK_OSAL_ROOT_PATH ="${WORKDIR}/build"
|
|
export DEST_ROOT="${S}"
|
|
|
|
# HTML doc link params
|
|
PDK_COMP_LINK_TEXT = "OSAL Library"
|