summaryrefslogtreecommitdiffstats
path: root/meta-nuc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-06-04 12:27:21 +0000
committerTom Zanussi <tom.zanussi@intel.com>2013-06-12 11:14:04 -0500
commitdc66e1b4678642db62d52ccba512c5e1f0bd7344 (patch)
treefec49671881f8506bb56842a0406745fbb1b3db7 /meta-nuc
parent41e8642e2062ffddabc33d1cae59f4681d8a5124 (diff)
downloadmeta-intel-dc66e1b4678642db62d52ccba512c5e1f0bd7344.tar.gz
nuc: use package lms8 insted of lms for AMT
Now there are 2 versions of lms packages, so use the lms8 package which matches with the version 8 of the AMT/MEI firmware on some of the NUC BSP compatible hardware such as DQ77BK board. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-nuc')
-rw-r--r--meta-nuc/conf/machine/nuc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf
index 1f7321d4..1404f723 100644
--- a/meta-nuc/conf/machine/nuc.conf
+++ b/meta-nuc/conf/machine/nuc.conf
@@ -19,7 +19,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
19 ${XSERVER_IA32_I965} \ 19 ${XSERVER_IA32_I965} \
20 " 20 "
21 21
22MACHINE_EXTRA_RRECOMMENDS += "lms linux-firmware-iwlwifi-6000g2b-6" 22MACHINE_EXTRA_RRECOMMENDS += "lms8 linux-firmware-iwlwifi-6000g2b-6"
23 23
24# disable the serial port configuration 24# disable the serial port configuration
25SERIAL_CONSOLE = "" 25SERIAL_CONSOLE = ""