[meta-intel] [PATCH] intel-core2-32: Fix-up SERIAL_CONSOLES list

Saul Wold sgw at linux.intel.com
Tue Sep 29 18:05:01 PDT 2015


Added the S for SERIAL_CONSOLES to properly take affect

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 conf/machine/intel-core2-32.conf | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index d9478fc..eb01787 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -17,7 +17,9 @@ MACHINE_FEATURES += "intel-ucode"
 
 MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
 
-MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
+MACHINE_EXTRA_RRECOMMENDS += "linux-firmware \
+                              gma500-gfx-fix \
+                             "
 
 XSERVER ?= "${XSERVER_X86_BASE} \
             ${XSERVER_X86_EXT} \
@@ -29,5 +31,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
            "
 
 SYSLINUX_OPTS = "serial 0 115200"
-SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0"
+SERIAL_CONSOLES = "115200 ttyS0 115200 ttyPCH0"
 APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
-- 
2.1.4



More information about the meta-intel mailing list