diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-11-08 16:39:31 +0000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-11-08 11:26:22 -0800 |
commit | a23aeecd54aa3bc879c11e56c410bda3fdff5a72 (patch) | |
tree | b29c1206ea44780dcdedcd8a4355b4acc3330fac /common/recipes-bsp/rmc | |
parent | 337cee235c4987f5c2af9d3cbcbfb352742043d8 (diff) | |
download | meta-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/recipes-bsp/rmc')
-rw-r--r-- | common/recipes-bsp/rmc/rmc.bb | 2 |
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 | ||
21 | DEPENDS_class-target = "gnu-efi" | 21 | DEPENDS_class-target = "gnu-efi" |
22 | 22 | ||
23 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux*" | ||
24 | |||
23 | EXTRA_OEMAKE='RMC_CFLAGS="-Wl,--hash-style=both"' | 25 | EXTRA_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. |