diff options
author | Daiane Angolini <daiane.angolini@foundries.io> | 2024-10-22 09:27:41 -0300 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@foundries.io> | 2024-10-22 09:27:41 -0300 |
commit | 9cb48dfa57d96ba1254c2380c531331eb755b7e7 (patch) | |
tree | 0dba78723acb83483da027dd92476e6cd8b8386c /recipes-security/optee-imx/optee-fslc.inc | |
parent | 12fc8f4da4677d60404acb116a3dbce6366102cf (diff) | |
download | meta-freescale-wip-optee-os-fix.tar.gz |
WIP: optee-oswip-optee-os-fix
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Diffstat (limited to 'recipes-security/optee-imx/optee-fslc.inc')
-rw-r--r-- | recipes-security/optee-imx/optee-fslc.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-security/optee-imx/optee-fslc.inc b/recipes-security/optee-imx/optee-fslc.inc index 6c96dc2b..47f95b0e 100644 --- a/recipes-security/optee-imx/optee-fslc.inc +++ b/recipes-security/optee-imx/optee-fslc.inc | |||
@@ -6,8 +6,8 @@ REQUIRED_MACHINE_FEATURES = "optee" | |||
6 | 6 | ||
7 | DEPENDS = "python3-cryptography-native" | 7 | DEPENDS = "python3-cryptography-native" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${UNPACKDIR}/git" |
10 | B = "${WORKDIR}/build" | 10 | B = "${UNPACKDIR}/build" |
11 | 11 | ||
12 | OPTEE_ARCH:arm = "arm32" | 12 | OPTEE_ARCH:arm = "arm32" |
13 | OPTEE_ARCH:aarch64 = "arm64" | 13 | OPTEE_ARCH:aarch64 = "arm64" |
@@ -23,4 +23,5 @@ EXTRA_OEMAKE = " \ | |||
23 | OPENSSL_MODULES=${STAGING_LIBDIR_NATIVE}/ossl-modules \ | 23 | OPENSSL_MODULES=${STAGING_LIBDIR_NATIVE}/ossl-modules \ |
24 | OPTEE_CLIENT_EXPORT=${STAGING_DIR_HOST}${exec_prefix} \ | 24 | OPTEE_CLIENT_EXPORT=${STAGING_DIR_HOST}${exec_prefix} \ |
25 | -C ${S} O=${B} \ | 25 | -C ${S} O=${B} \ |
26 | AFLAGS="${CFLAGS}" \ | ||
26 | " | 27 | " |