From 29a8d79d8ca3eadc2377628af2e2118b8f9e9350 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 25 Jun 2013 17:47:06 +0100 Subject: meta-nuc: don't install lms8 as NUC doesn't support AMT The NUC doesn't support Active Management Technology, so don't install lms8 as part of the machine recommendations. Signed-off-by: Ross Burton Signed-off-by: Tom Zanussi --- meta-nuc/conf/machine/nuc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 1404f723..f6ae4040 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf @@ -19,7 +19,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_I965} \ " -MACHINE_EXTRA_RRECOMMENDS += "lms8 linux-firmware-iwlwifi-6000g2b-6" +MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2b-6" # disable the serial port configuration SERIAL_CONSOLE = "" -- cgit v1.2.3-54-g00ecf