summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-12-18 10:49:53 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-17 10:53:42 -0300
commitc56750306053510d5e745657fba625497082f0fc (patch)
treec2e8ff3918ecf28ca8f04b9356881112794c9382
parent4e2e89dc5b2f2a8043962fbfc5ece2942b471882 (diff)
downloadmeta-freescale-c56750306053510d5e745657fba625497082f0fc.tar.gz
optee-imx: add compatibility with imx-boot-container
NXP version of OP-TEE is required to be packed in the boot container if optee feature is enabled in machine features. Add compatibility with imx-boot-container in order to pick up binaries produced by this package. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-security/optee-imx/optee-os_3.10.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb
index f9399496..5b8c5add 100644
--- a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb
@@ -97,4 +97,4 @@ FILES_${PN}-staticdev = "/usr/include/optee/"
97RDEPENDS_${PN}-dev += "${PN}-staticdev" 97RDEPENDS_${PN}-dev += "${PN}-staticdev"
98 98
99PACKAGE_ARCH = "${MACHINE_ARCH}" 99PACKAGE_ARCH = "${MACHINE_ARCH}"
100COMPATIBLE_MACHINE = "(imx)" 100COMPATIBLE_MACHINE = "(imx|imx-boot-container)"