[meta-freescale] [PATCH 5/5] imx-uuc, optee-client: Enable only on relevant fsl SOCs

Khem Raj raj.khem at gmail.com
Fri Sep 28 12:56:40 PDT 2018


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-bsp/imx-uuc/imx-uuc_git.bb           | 2 ++
 recipes-security/optee/optee-client-qoriq.bb | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
index 381c214a..0590b128 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -16,3 +16,5 @@ SRCREV = "323efa5e4c799c40503ac92a8104c33b090e6731"
 S = "${WORKDIR}/git"
 
 FILES_${PN} += "/linuxrc /fat"
+
+COMPATIBLE_HOST = "(imx)"
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb
index 0a76743b..3679e8d3 100644
--- a/recipes-security/optee/optee-client-qoriq.bb
+++ b/recipes-security/optee/optee-client-qoriq.bb
@@ -27,3 +27,6 @@ do_install() {
 
     cp -a ${S}/out/export/include ${D}/usr/
 }
+
+COMPATIBLE_HOST ?= "null"
+COMPATIBLE_HOST_qoriq = "(.*)"
-- 
2.19.0



More information about the meta-freescale mailing list