summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-17 13:44:55 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-10-21 14:40:20 -0500
commitfe1f149d5e919c732dc6ccdc37826f04f50fbd65 (patch)
tree860e8d887580db0b69a2d03736d29573a65ab7a2
parente5427e8e7573abc51d8908517551705e072271ae (diff)
downloadmeta-intel-fe1f149d5e919c732dc6ccdc37826f04f50fbd65.tar.gz
crownbay-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>
-rw-r--r--meta-crownbay/conf/machine/crownbay-noemgd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index 634aa5df..161ed38c 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
12require conf/machine/include/intel-core2-32-common.inc 12require conf/machine/include/intel-core2-32-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} \