diff options
Diffstat (limited to 'recipes-security/optee-imx/optee-test-fslc-imx.inc')
-rw-r--r-- | recipes-security/optee-imx/optee-test-fslc-imx.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-security/optee-imx/optee-test-fslc-imx.inc b/recipes-security/optee-imx/optee-test-fslc-imx.inc new file mode 100644 index 000000000..ab16fd221 --- /dev/null +++ b/recipes-security/optee-imx/optee-test-fslc-imx.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | # Copied from meta-imx/meta-imx-bsp/recipes-security/optee/optee-test-imx.inc. | ||
2 | # See: https://github.com/nxp-imx/imx-manifest/blob/imx-linux-scarthgap/imx-6.6.52-2.2.0.xml#L37 | ||
3 | |||
4 | require optee-test-fslc.inc | ||
5 | |||
6 | DEPENDS += "openssl" | ||
7 | |||
8 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:" | ||
9 | |||
10 | SRC_URI:remove = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https" | ||
11 | SRC_URI:prepend = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} " | ||
12 | |||
13 | OPTEE_TEST_SRC ?= "git://github.com/nxp-imx/imx-optee-test.git;protocol=https" | ||
14 | |||
15 | EXTRA_OEMAKE:append:libc-musl = " OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}" | ||
16 | CFLAGS:append:libc-musl = " -Wno-error=deprecated-declarations" | ||
17 | |||
18 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | ||