From: Andrey Zhizhikin Date: Fri, 18 Dec 2020 10:49:53 +0000 (+0000) Subject: optee-imx: add compatibility with imx-boot-container X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c56750306053510d5e745657fba625497082f0fc;p=meta-freescale.git 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 --- 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/" RDEPENDS_${PN}-dev += "${PN}-staticdev" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(imx)" +COMPATIBLE_MACHINE = "(imx|imx-boot-container)"