diff options
Diffstat (limited to 'recipes-security/optee')
-rw-r--r-- | recipes-security/optee/optee-client.nxp.inc | 2 | ||||
-rw-r--r-- | recipes-security/optee/optee-os.nxp.inc | 3 |
2 files changed, 2 insertions, 3 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..72af6ca4 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" |
@@ -73,4 +73,3 @@ FILES:${PN}-staticdev = "/usr/include/optee/" | |||
73 | RDEPENDS:${PN}-dev += "${PN}-staticdev" | 73 | RDEPENDS:${PN}-dev += "${PN}-staticdev" |
74 | 74 | ||
75 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 75 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
76 | |||