From 1a3291f7b4c6347dba600078bccda87a654b379d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 7 Jan 2015 11:56:20 +0000 Subject: intel-microcode: Mark as x86-specific 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 Signed-off-by: Tom Zanussi --- common/recipes-core/microcode/intel-microcode_20140624.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/recipes-core/microcode/intel-microcode_20140624.bb b/common/recipes-core/microcode/intel-microcode_20140624.bb index ca033282..b2022500 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 -- cgit v1.2.3-54-g00ecf