diff options
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 | " |