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..b4bb6031b --- /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-walnascar/imx-6.12.20-2.0.0.xml#L37 | ||
3 | require optee-test-fslc.inc | ||
4 | |||
5 | DEPENDS += "openssl" | ||
6 | |||
7 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:" | ||
8 | |||
9 | SRC_URI:remove = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https" | ||
10 | SRC_URI:prepend = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} " | ||
11 | |||
12 | OPTEE_TEST_SRC ?= "git://github.com/nxp-imx/imx-optee-test.git;protocol=https" | ||
13 | |||
14 | EXTRA_OEMAKE:append:libc-musl = " OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}" | ||
15 | CFLAGS:append:libc-musl = " -Wno-error=deprecated-declarations" | ||
16 | CFLAGS += " -Wno-error=unterminated-string-initialization" | ||
17 | |||
18 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | ||