From: Nitin A Kamble <[email protected]> Enable the Intel microcode feature for this BSP.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-romley/conf/machine/romley.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index ed52a1e..a6f7525 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf @@ -14,6 +14,8 @@ require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc require conf/machine/include/meta-intel.inc +MACHINE_FEATURES += "intel-ucode" + XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ ${XSERVER_X86_MATROX_MGA} \ -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
