]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-imx: add compatibility with imx-boot-container
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 18 Dec 2020 10:49:53 +0000 (10:49 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 17 Mar 2021 13:53:42 +0000 (10:53 -0300)
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>
recipes-security/optee-imx/optee-os_3.10.0.imx.bb

index f9399496b2ba5d6f4463d01db4a85d62cdf40f0f..5b8c5add9a69fa64c430c5dd8eda1b4eb5f78e2c 100644 (file)
@@ -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)"