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