From 20f21fc2a1619424e425c1b22906aa0dca829053 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 17 Sep 2014 13:46:31 -0700 Subject: jasperforest: Add intel-ucode to MACHINE_FEATURES Enable the Intel microcode feature for this BSP. Signed-off-by: Nitin A Kamble Acked-by: Darren Hart Signed-off-by: Tom Zanussi --- meta-jasperforest/conf/machine/jasperforest.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 564a70bc..0a9c6d60 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf @@ -12,6 +12,8 @@ require conf/machine/include/meta-intel.inc require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc +MACHINE_FEATURES += "intel-ucode" + XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ ${XSERVER_X86_VESA} \ -- cgit v1.2.3-54-g00ecf