summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-17 13:46:31 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-10-21 14:40:46 -0500
commit20f21fc2a1619424e425c1b22906aa0dca829053 (patch)
tree8cd7085b5912f89f2bf7782b3504bbb2b57b350d
parent0acec3ec4212c0ebf60a2dc216be261cc8407756 (diff)
downloadmeta-intel-20f21fc2a1619424e425c1b22906aa0dca829053.tar.gz
jasperforest: Add intel-ucode to MACHINE_FEATURES
Enable the Intel microcode feature for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf2
1 files changed, 2 insertions, 0 deletions
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
12require conf/machine/include/intel-corei7-64-common.inc 12require conf/machine/include/intel-corei7-64-common.inc
13require conf/machine/include/intel-common-pkgarch.inc 13require conf/machine/include/intel-common-pkgarch.inc
14 14
15MACHINE_FEATURES += "intel-ucode"
16
15XSERVER ?= "${XSERVER_X86_BASE} \ 17XSERVER ?= "${XSERVER_X86_BASE} \
16 ${XSERVER_X86_EXT} \ 18 ${XSERVER_X86_EXT} \
17 ${XSERVER_X86_VESA} \ 19 ${XSERVER_X86_VESA} \