[meta-intel] [PATCH] intel-microcode: mark as x86-specific

Ross Burton ross.burton at intel.com
Wed Jan 7 03:56:20 PST 2015


Previously iucode-tool was marked as x86-specific but this recipe also needs to
be marked as it depends on iucode-tool.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 common/recipes-core/microcode/intel-microcode_20140624.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/recipes-core/microcode/intel-microcode_20140624.bb b/common/recipes-core/microcode/intel-microcode_20140624.bb
index ca03328..b202250 100644
--- a/common/recipes-core/microcode/intel-microcode_20140624.bb
+++ b/common/recipes-core/microcode/intel-microcode_20140624.bb
@@ -21,7 +21,9 @@ RDEPENDS_${PN} = "iucode-tool"
 DEPENDS = "iucode-tool-native"
 S = "${WORKDIR}"
 
+COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 inherit deploy
 
 # Use any of the iucode_tool parameters to filter specific microcodes from the data file
-- 
1.7.10.4



More information about the meta-intel mailing list