From c56750306053510d5e745657fba625497082f0fc Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Fri, 18 Dec 2020 10:49:53 +0000 Subject: [PATCH] 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 --- recipes-security/optee-imx/optee-os_3.10.0.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.40.1