aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/osal/osal-rtos_git.bb
blob: eeaeb23fd349388fd741610cf6571cf03c91d769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
inherit ti-pdk
require recipes-bsp/osal/osal.inc

PR = "${INC_PR}.0"

COMPATIBLE_MACHINE:append = "|c66x|k3"

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"