summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2022-01-19 13:12:33 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2022-01-19 13:12:33 -0300
commit9e1d63196df20009c93189272d060037387f51fa (patch)
treec4ab71c6c02399863c2127a3ce36fb099dd1c3d9
parent45dd70ae9428f67e3c8c39f3acf112d2cd710eb9 (diff)
downloadmeta-freescale-9e1d63196df20009c93189272d060037387f51fa.tar.gz
optee: Fix typo on override syntax
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
-rw-r--r--recipes-security/optee/optee-client.nxp.inc2
-rw-r--r--recipes-security/optee/optee-os.nxp.inc2
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"
17B = "${WORKDIR}/build" 17B = "${WORKDIR}/build"
18 18
19OPTEE_ARCH ?= "arm32" 19OPTEE_ARCH ?= "arm32"
20OPTEE_ARCH_armv7a = "arm32" 20OPTEE_ARCH:armv7a = "arm32"
21OPTEE_ARCH:aarch64 = "arm64" 21OPTEE_ARCH:aarch64 = "arm64"
22 22
23EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}" 23EXTRA_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}"
18PLATFORM_FLAVOR ?= "${MACHINE}" 18PLATFORM_FLAVOR ?= "${MACHINE}"
19 19
20OPTEE_ARCH ?= "arm64" 20OPTEE_ARCH ?= "arm64"
21OPTEE_ARCH_armv7a = "arm32" 21OPTEE_ARCH:armv7a = "arm32"
22OPTEE_ARCH:aarch64 = "arm64" 22OPTEE_ARCH:aarch64 = "arm64"
23 23
24OPTEE_CORE_LOG_LEVEL ?= "1" 24OPTEE_CORE_LOG_LEVEL ?= "1"