Added the S for SERIAL_CONSOLES to properly take affect

Signed-off-by: Saul Wold <[email protected]>
---
 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

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to