mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
14 lines
243 B
BlitzBasic
14 lines
243 B
BlitzBasic
require optee-test.nxp.inc
|
|
|
|
PV:append = "+git${SRCPV}"
|
|
|
|
DEPENDS += "optee-client-qoriq optee-os-qoriq"
|
|
|
|
TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"
|
|
|
|
EXTRA_OEMAKE += " \
|
|
TEEC_EXPORT=${TEEC_EXPORT} \
|
|
"
|
|
|
|
COMPATIBLE_MACHINE = "(qoriq-arm64)"
|