[meta-intel] [PATCH] rmc: Limit them to x86 targets

Khem Raj raj.khem at gmail.com
Tue Nov 8 08:39:31 PST 2016


Makes meta-intel behave well in multi-BSP scene

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 common/recipes-bsp/rmc/rmc.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/recipes-bsp/rmc/rmc.bb b/common/recipes-bsp/rmc/rmc.bb
index 9b87dd5..aeaf12e 100644
--- a/common/recipes-bsp/rmc/rmc.bb
+++ b/common/recipes-bsp/rmc/rmc.bb
@@ -20,6 +20,8 @@ S = "${WORKDIR}/git"
 
 DEPENDS_class-target = "gnu-efi"
 
+COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux*"
+
 EXTRA_OEMAKE='RMC_CFLAGS="-Wl,--hash-style=both"'
 
 # from gnu-efi, we should align arch-mapping with it.
-- 
1.9.1



More information about the meta-intel mailing list