From: Nitin A Kamble <[email protected]> Enable the Intel microcode feature for this BSP.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf index 05e2f6f..88f234f 100644 --- a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf +++ b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf @@ -16,6 +16,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ " MACHINE_FEATURES += "pcbios efi" +MACHINE_FEATURES += "intel-ucode" SYSLINUX_OPTS = "serial 1 115200" SERIAL_CONSOLE = "115200 ttyS1" -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
