From 9e1d63196df20009c93189272d060037387f51fa Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 19 Jan 2022 13:12:33 -0300 Subject: optee: Fix typo on override syntax Signed-off-by: Daiane Angolini --- recipes-security/optee/optee-client.nxp.inc | 2 +- recipes-security/optee/optee-os.nxp.inc | 2 +- 2 files changed, 2 insertions(+), 2 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" B = "${WORKDIR}/build" OPTEE_ARCH ?= "arm32" -OPTEE_ARCH_armv7a = "arm32" +OPTEE_ARCH:armv7a = "arm32" OPTEE_ARCH:aarch64 = "arm64" EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}" diff --git a/recipes-security/optee/optee-os.nxp.inc b/recipes-security/optee/optee-os.nxp.inc index f376b3ce..7be11583 100644 --- a/recipes-security/optee/optee-os.nxp.inc +++ b/recipes-security/optee/optee-os.nxp.inc @@ -18,7 +18,7 @@ B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" PLATFORM_FLAVOR ?= "${MACHINE}" OPTEE_ARCH ?= "arm64" -OPTEE_ARCH_armv7a = "arm32" +OPTEE_ARCH:armv7a = "arm32" OPTEE_ARCH:aarch64 = "arm64" OPTEE_CORE_LOG_LEVEL ?= "1" -- cgit v1.2.3-54-g00ecf