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

2015-09-30 Thread Burton, Ross
On 30 September 2015 at 02:05, Saul Wold  wrote:

> -MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
> +MACHINE_EXTRA_RRECOMMENDS += "linux-firmware \
> +  gma500-gfx-fix \
> + "
>

Spurious hunk that shouldn't have been in this patch I guess?

Ross
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2015-09-30 Thread Saul Wold

On 09/30/2015 12:05 AM, Burton, Ross wrote:

On 30 September 2015 at 02:05, Saul Wold  wrote:


-MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
+MACHINE_EXTRA_RRECOMMENDS += "linux-firmware \
+  gma500-gfx-fix \
+ "




Opps, right that does not belong here.

Sau!


Spurious hunk that shouldn't have been in this patch I guess?

Ross


--
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH][v2] intel-core2-32: Correct SERIAL_CONSOLES entry

2015-09-30 Thread Saul Wold
When adding multiple console entries, the correct format is to use ;
and SERIAL_CONSOLES, not SERIAL_CONSOLE.

Signed-off-by: Saul Wold 
---
v2: removed extranous code & added ; in console definition
 conf/machine/intel-core2-32.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index d9478fc..5c870d9 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -29,5 +29,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
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel