[yocto] [meta-intel][PATCH] meta-nuc: don't install lms8 as NUC doesn't support AMT

Ross Burton ross.burton at intel.com
Tue Jun 25 09:47:06 PDT 2013


The NUC doesn't support Active Management Technology, so don't install lms8 as
part of the machine recommendations.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 1404f72..f6ae404 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 = ""
-- 
1.7.10.4




More information about the yocto mailing list