diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-09 15:26:53 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-10 11:51:32 -0300 |
commit | 188be007393760d8238725a9bb8903fc383a2028 (patch) | |
tree | 5d51e52521e6de1f42cea6f22d9d8f40f8f54afc /recipes-security | |
parent | 2cbca9a255674649730b3f440a6142cf16030267 (diff) | |
download | meta-freescale-188be007393760d8238725a9bb8903fc383a2028.tar.gz |
optee-imx: Make it imx specific
Fails to build on qemu
| core/arch/arm/plat-imx/conf.mk:112: *** Unsupported PLATFORM_FLAVOR "emuarm". Stop.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.2.0.imx.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb index 594aec35..9fbe09a4 100644 --- a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb | |||
@@ -90,3 +90,4 @@ FILES_${PN}-staticdev = "/usr/include/optee/" | |||
90 | RDEPENDS_${PN}-dev += "${PN}-staticdev" | 90 | RDEPENDS_${PN}-dev += "${PN}-staticdev" |
91 | 91 | ||
92 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 92 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
93 | COMPATIBLE_MACHINE = "(imx)" | ||