summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-08 16:39:31 +0000
committerSaul Wold <sgw@linux.intel.com>2016-11-08 11:26:22 -0800
commita23aeecd54aa3bc879c11e56c410bda3fdff5a72 (patch)
treeb29c1206ea44780dcdedcd8a4355b4acc3330fac /common
parent337cee235c4987f5c2af9d3cbcbfb352742043d8 (diff)
downloadmeta-intel-a23aeecd54aa3bc879c11e56c410bda3fdff5a72.tar.gz
rmc: Limit them to x86 targets
Makes meta-intel behave well in multi-BSP scene Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-bsp/rmc/rmc.bb2
1 files changed, 2 insertions, 0 deletions
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"
20 20
21DEPENDS_class-target = "gnu-efi" 21DEPENDS_class-target = "gnu-efi"
22 22
23COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux*"
24
23EXTRA_OEMAKE='RMC_CFLAGS="-Wl,--hash-style=both"' 25EXTRA_OEMAKE='RMC_CFLAGS="-Wl,--hash-style=both"'
24 26
25# from gnu-efi, we should align arch-mapping with it. 27# from gnu-efi, we should align arch-mapping with it.