All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] runqemu change to show early boot messages
@ 2012-03-29 15:57 Scott Garman
  2012-03-29 15:57 ` [PATCH 1/1] runqemu: set console=ttyS0 when running with nographic option Scott Garman
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2012-03-29 15:57 UTC (permalink / raw)
  To: openembedded-core

Hello,

This pull request sets console=ttyS0 in the kernel options when booting
images with the nographic option to runqemu. It is a bugfix for
[YOCTO #1475].

I have runtime tested it on all 5 of our QEMU architectures using
core-image-minimal, both for standard boot cases as well as booting
via NFS. 

Scott

The following changes since commit 8fe53bdc807184bc41469d8587368b31192e6252:

  ghostscript: Fix remaining CP_ prallel make races (2012-03-29 09:44:36 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib sgarman/runqemu-fix-oe
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/runqemu-fix-oe

Scott Garman (1):
  runqemu: set console=ttyS0 when running with nographic option

 scripts/runqemu |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] runqemu: set console=ttyS0 when running with nographic option
  2012-03-29 15:57 [PATCH 0/1] runqemu change to show early boot messages Scott Garman
@ 2012-03-29 15:57 ` Scott Garman
  2012-03-29 21:18   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2012-03-29 15:57 UTC (permalink / raw)
  To: openembedded-core

When passing the nograhic option to the runqemu script, set
console=ttyS0 in the kernel options so the user can view
the kernel boot messages.

This fixes [YOCTO #1475]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 scripts/runqemu |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index c349de0..caabf61 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -135,6 +135,7 @@ while [ $i -le $# ]; do
             ;;
         "nographic")
             SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -nographic"
+            SCRIPT_KERNEL_OPT="$SCRIPT_KERNEL_OPT console=ttyS0"
             ;;
         "serial")
             SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -serial stdio"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] runqemu: set console=ttyS0 when running with nographic option
  2012-03-29 15:57 ` [PATCH 1/1] runqemu: set console=ttyS0 when running with nographic option Scott Garman
@ 2012-03-29 21:18   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-03-29 21:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2012-03-29 at 08:57 -0700, Scott Garman wrote:
> When passing the nograhic option to the runqemu script, set
> console=ttyS0 in the kernel options so the user can view
> the kernel boot messages.
> 
> This fixes [YOCTO #1475]
> 
> Signed-off-by: Scott Garman <scott.a.garman@intel.com>
> ---
>  scripts/runqemu |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-29 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29 15:57 [PATCH 0/1] runqemu change to show early boot messages Scott Garman
2012-03-29 15:57 ` [PATCH 1/1] runqemu: set console=ttyS0 when running with nographic option Scott Garman
2012-03-29 21:18   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.