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>
This commit is contained in:
Khem Raj 2016-11-08 16:39:31 +00:00 committed by Saul Wold
parent 337cee235c
commit a23aeecd54

View File

@ -20,6 +20,8 @@ S = "${WORKDIR}/git"
DEPENDS_class-target = "gnu-efi" DEPENDS_class-target = "gnu-efi"
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux*"
EXTRA_OEMAKE='RMC_CFLAGS="-Wl,--hash-style=both"' EXTRA_OEMAKE='RMC_CFLAGS="-Wl,--hash-style=both"'
# from gnu-efi, we should align arch-mapping with it. # from gnu-efi, we should align arch-mapping with it.