mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-08-22 00:42:07 +02:00

Copy latest support from NXP BSP LF6.6.52_2.2.0. Note that clang is disabled in optee-os-fslc.inc, which is copied from meta-arm optee-os.inc. Fixes: Issue 2048 - Upgrade BSP to LF6.6.52_2.2.0 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
19 lines
684 B
C++
19 lines
684 B
C++
# Copied from meta-imx/meta-imx-bsp/recipes-security/optee/optee-test-imx.inc.
|
|
# See: https://github.com/nxp-imx/imx-manifest/blob/imx-linux-scarthgap/imx-6.6.52-2.2.0.xml#L37
|
|
|
|
require optee-test-fslc.inc
|
|
|
|
DEPENDS += "openssl"
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:"
|
|
|
|
SRC_URI:remove = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https"
|
|
SRC_URI:prepend = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} "
|
|
|
|
OPTEE_TEST_SRC ?= "git://github.com/nxp-imx/imx-optee-test.git;protocol=https"
|
|
|
|
EXTRA_OEMAKE:append:libc-musl = " OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}"
|
|
CFLAGS:append:libc-musl = " -Wno-error=deprecated-declarations"
|
|
|
|
COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
|