summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-17 13:46:04 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-10-21 14:40:39 -0500
commit0acec3ec4212c0ebf60a2dc216be261cc8407756 (patch)
treef297468606f402e25b618dcbceb6ad146b79b7b5 /meta-emenlow/conf/machine
parente8ddbf4fea78bfb03cf3f3be1e0c55afa0c4e449 (diff)
downloadmeta-intel-0acec3ec4212c0ebf60a2dc216be261cc8407756.tar.gz
emenlow-noemgd: 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>
Diffstat (limited to 'meta-emenlow/conf/machine')
-rw-r--r--meta-emenlow/conf/machine/emenlow-noemgd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf
index 21875f85..7f346719 100644
--- a/meta-emenlow/conf/machine/emenlow-noemgd.conf
+++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf
@@ -11,6 +11,8 @@ require conf/machine/include/intel-core2-32-common.inc
11require conf/machine/include/intel-common-pkgarch.inc 11require conf/machine/include/intel-common-pkgarch.inc
12require conf/machine/include/meta-intel.inc 12require conf/machine/include/meta-intel.inc
13 13
14MACHINE_FEATURES += "intel-ucode"
15
14XSERVER ?= "${XSERVER_X86_BASE} \ 16XSERVER ?= "${XSERVER_X86_BASE} \
15 ${XSERVER_X86_EXT} \ 17 ${XSERVER_X86_EXT} \
16 ${XSERVER_X86_MODESETTING} \ 18 ${XSERVER_X86_MODESETTING} \