From a23aeecd54aa3bc879c11e56c410bda3fdff5a72 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 8 Nov 2016 16:39:31 +0000 Subject: rmc: Limit them to x86 targets Makes meta-intel behave well in multi-BSP scene Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- common/recipes-bsp/rmc/rmc.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/recipes-bsp') diff --git a/common/recipes-bsp/rmc/rmc.bb b/common/recipes-bsp/rmc/rmc.bb index 9b87dd5b..aeaf12e8 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. -- cgit v1.2.3-54-g00ecf