Re: [yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-22 Thread Bruce Ashfield
On 11-08-22 04:21 AM, Liming Wang wrote: On 2011-8-20 0:28, Richard Purdie wrote: On Fri, 2011-08-19 at 18:06 +0800, Liming Wang wrote: Because qemuppc has no graphic emulation, remove console=tty0 and make it run into 3 run level. This can reduce boot time for qemuppc booting. Signed-off-by:

Re: [yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-22 Thread Liming Wang
On 2011-8-20 0:28, Richard Purdie wrote: On Fri, 2011-08-19 at 18:06 +0800, Liming Wang wrote: Because qemuppc has no graphic emulation, remove console=tty0 and make it run into 3 run level. This can reduce boot time for qemuppc booting. Signed-off-by: Liming Wang --- scripts/runqemu-internal

Re: [yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 18:06 +0800, Liming Wang wrote: > Because qemuppc has no graphic emulation, remove console=tty0 > and make it run into 3 run level. This can reduce boot time > for qemuppc booting. > > Signed-off-by: Liming Wang > --- > scripts/runqemu-internal |4 ++-- > 1 files change

Re: [yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-19 Thread Darren Hart
On 08/19/2011 03:06 AM, Liming Wang wrote: > Because qemuppc has no graphic emulation, remove console=tty0 > and make it run into 3 run level. This can reduce boot time > for qemuppc booting. > > Signed-off-by: Liming Wang Acked-by: Darren Hart > --- > scripts/runqemu-internal |4 ++-- >

[yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-19 Thread Liming Wang
Because qemuppc has no graphic emulation, remove console=tty0 and make it run into 3 run level. This can reduce boot time for qemuppc booting. Signed-off-by: Liming Wang --- scripts/runqemu-internal |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu-inter