diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-01-19 13:36:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 13:36:25 -0300 |
commit | a5448e0e60ae1f388b7ab6bd6a8d730f5a6a38ae (patch) | |
tree | c4ab71c6c02399863c2127a3ce36fb099dd1c3d9 | |
parent | 45dd70ae9428f67e3c8c39f3acf112d2cd710eb9 (diff) | |
parent | 9e1d63196df20009c93189272d060037387f51fa (diff) | |
download | meta-freescale-a5448e0e60ae1f388b7ab6bd6a8d730f5a6a38ae.tar.gz |
Merge pull request #953 from angolini/honister-typo
[RFC] optee: Fix typo on override syntax
-rw-r--r-- | recipes-security/optee/optee-client.nxp.inc | 2 | ||||
-rw-r--r-- | 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" | |||
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}" |
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}" | |||
18 | PLATFORM_FLAVOR ?= "${MACHINE}" | 18 | PLATFORM_FLAVOR ?= "${MACHINE}" |
19 | 19 | ||
20 | OPTEE_ARCH ?= "arm64" | 20 | OPTEE_ARCH ?= "arm64" |
21 | OPTEE_ARCH_armv7a = "arm32" | 21 | OPTEE_ARCH:armv7a = "arm32" |
22 | OPTEE_ARCH:aarch64 = "arm64" | 22 | OPTEE_ARCH:aarch64 = "arm64" |
23 | 23 | ||
24 | OPTEE_CORE_LOG_LEVEL ?= "1" | 24 | OPTEE_CORE_LOG_LEVEL ?= "1" |