[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

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 n

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?