diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-02 10:52:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 10:52:37 -0300 |
commit | 57955f43f5840c83bec9da1344a0fb54ad965e4a (patch) | |
tree | c19b2f7e4aabcc0a5ebd6de68ce09096027debe9 /recipes-security/optee/optee-client.nxp.inc | |
parent | 0f619f42b4ba3cb02dd9da322785678ac8e2ed56 (diff) | |
parent | 39868190cda524c0cf781bbacb8e894e2e0078a6 (diff) | |
download | meta-freescale-57955f43f5840c83bec9da1344a0fb54ad965e4a.tar.gz |
Merge pull request #970 from tprrt/tprrt/fix-optee-overrides
optee: fix override syntax
Diffstat (limited to 'recipes-security/optee/optee-client.nxp.inc')
-rw-r--r-- | recipes-security/optee/optee-client.nxp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-client.nxp.inc b/recipes-security/optee/optee-client.nxp.inc index de2ba8ae..fa187e84 100644 --- a/recipes-security/optee/optee-client.nxp.inc +++ b/recipes-security/optee/optee-client.nxp.inc | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git" | |||
17 | B = "${WORKDIR}/build" | 17 | B = "${WORKDIR}/build" |
18 | 18 | ||
19 | OPTEE_ARCH ?= "arm32" | 19 | OPTEE_ARCH ?= "arm32" |
20 | OPTEE_ARCH_armv7a = "arm32" | 20 | OPTEE_ARCH:armv7a = "arm32" |
21 | OPTEE_ARCH:aarch64 = "arm64" | 21 | OPTEE_ARCH:aarch64 = "arm64" |
22 | 22 | ||
23 | EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}" | 23 | EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}" |