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 <[email protected]> --- 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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
