summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-10 12:00:09 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-18 11:35:21 -0500
commit1a887e54300c764fff45d1714ec8b6cd32343299 (patch)
tree9667ec06355add31cbe91e81829cdacbff03b647 /conf
parent1796fac0f9baaa056e31559a3c6f5e5b0a8eb743 (diff)
downloadmeta-intel-1a887e54300c764fff45d1714ec8b6cd32343299.tar.gz
intel-corei7-64.conf: include the AMT daemon in the images
Some of the platforms supported by the intel-corei7-64 BSP have AMT feature on the platform. Enable it so that it can get utilized with this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/intel-corei7-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index c3b08bcc..97d57b31 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -16,7 +16,7 @@ MACHINE_FEATURES += "wifi 3g"
16 16
17MACHINE_HWCODECS ?= "va-intel gst-va-intel" 17MACHINE_HWCODECS ?= "va-intel gst-va-intel"
18 18
19MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" 19MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8"
20 20
21XSERVER ?= "${XSERVER_X86_BASE} \ 21XSERVER ?= "${XSERVER_X86_BASE} \
22 ${XSERVER_X86_EXT} \ 22 ${XSERVER_X86_EXT} \