mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Adds support for k3 platform NOTE: License checksum change is just due to addition of current year 2018 to copyright Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
21 lines
423 B
BlitzBasic
21 lines
423 B
BlitzBasic
inherit ti-pdk
|
|
require recipes-bsp/osal/osal.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
COMPATIBLE_MACHINE_append = "|c66x|k3"
|
|
|
|
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"
|