diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-12-18 10:49:53 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-17 10:53:42 -0300 |
commit | c56750306053510d5e745657fba625497082f0fc (patch) | |
tree | c2e8ff3918ecf28ca8f04b9356881112794c9382 /recipes-security/optee-imx | |
parent | 4e2e89dc5b2f2a8043962fbfc5ece2942b471882 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-security/optee-imx')
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.10.0.imx.bb | 2 |
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/" | |||
97 | RDEPENDS_${PN}-dev += "${PN}-staticdev" | 97 | RDEPENDS_${PN}-dev += "${PN}-staticdev" |
98 | 98 | ||
99 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 99 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
100 | COMPATIBLE_MACHINE = "(imx)" | 100 | COMPATIBLE_MACHINE = "(imx|imx-boot-container)" |