]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-os: fix an override syntax
authorThomas Perrot <thomas.perrot@bootlin.com>
Wed, 2 Feb 2022 09:36:25 +0000 (10:36 +0100)
committerThomas Perrot <thomas.perrot@bootlin.com>
Wed, 2 Feb 2022 09:38:16 +0000 (10:38 +0100)
Correct a forgotten change when switching to the new syntax.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
recipes-security/optee/optee-os.nxp.inc

index f376b3ce25e30e5e011519a371c853808911da16..72af6ca42cc4be05f32b137d5f0c837aa89e7dcc 100644 (file)
@@ -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"
@@ -73,4 +73,3 @@ FILES:${PN}-staticdev = "/usr/include/optee/"
 RDEPENDS:${PN}-dev += "${PN}-staticdev"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-