aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/osal/osal-rtos_git.bb
blob: b150760f88c00094c274e895e365324018c65183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"