diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-09-10 12:00:09 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-09-18 11:35:21 -0500 |
commit | 1a887e54300c764fff45d1714ec8b6cd32343299 (patch) | |
tree | 9667ec06355add31cbe91e81829cdacbff03b647 /conf/machine/intel-corei7-64.conf | |
parent | 1796fac0f9baaa056e31559a3c6f5e5b0a8eb743 (diff) | |
download | meta-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/machine/intel-corei7-64.conf')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
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 | ||
17 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | 17 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" |
18 | 18 | ||
19 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" | 19 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8" |
20 | 20 | ||
21 | XSERVER ?= "${XSERVER_X86_BASE} \ | 21 | XSERVER ?= "${XSERVER_X86_BASE} \ |
22 | ${XSERVER_X86_EXT} \ | 22 | ${XSERVER_X86_EXT} \ |