aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld/sa-lld-rtos_git.bb
blob: 5bcdc2e8aa73ac300121bc7eabb611e672ae664c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUMMARY = "TI RTOS low level driver for Security Accelerator (SA)"

inherit ti-pdk

require recipes-bsp/sa-lld/sa-lld.inc

PR = "${INC_PR}.0"

COMPATIBLE_MACHINE_append = "|c667x-evm|k3"

# Build with make instead of XDC
TI_PDK_XDCMAKE_k3 = "0"

# SA promote/demote library depends on osal
DEPENDS_append = " osal-rtos \
"
export PDK_SA_ROOT_PATH ="${WORKDIR}/build"
export DEST_ROOT="${S}"

INSANE_SKIP_${PN} = "arch"

PACKAGE_ARCH = "${MACHINE_ARCH}"

# HTML doc link params
PDK_COMP_LINK_TEXT = "SA LLD"