All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH V3 6/8] qemuppc.conf: set vars for runqemu
Date: Thu, 18 Aug 2016 23:55:27 -0700	[thread overview]
Message-ID: <db16605bd34665d74c3c365fbc83f177cd5c0edc.1471589537.git.liezhi.yang@windriver.com> (raw)
In-Reply-To: <cover.1471589537.git.liezhi.yang@windriver.com>

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/conf/machine/qemuppc.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index bf0038d..dbadf5a 100644
--- a/meta/conf/machine/qemuppc.conf
+++ b/meta/conf/machine/qemuppc.conf
@@ -11,3 +11,9 @@ KERNEL_IMAGETYPE = "vmlinux"
 
 SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
 
+# For runqemu
+QB_SYSTEM_NAME = "qemu-system-ppc"
+QB_MACHINE = "-machine mac99"
+QB_CPU = "-cpu G4"
+QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
+QB_OPT_APPEND = "-show-cursor -usb -usbdevice tablet"
-- 
2.9.0



  parent reply	other threads:[~2016-08-19  6:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-19  6:55 [PATCH V3 0/8] runqemu: refactor it and remove machine knowledge Robert Yang
2016-08-19  6:55 ` [PATCH V3 1/8] qemuboot.bbclass: add it for runqemu Robert Yang
2016-08-19  6:55 ` [PATCH V3 2/8] qemuarm.conf: set vars " Robert Yang
2016-08-19  6:55 ` [PATCH V3 3/8] qemuarm64.conf: " Robert Yang
2016-08-19  6:55 ` [PATCH V3 4/8] qemux86.conf/qemux86-64.conf: " Robert Yang
2016-08-19  6:55 ` [PATCH V3 5/8] qemumips/qemumips64.conf: " Robert Yang
2016-08-19  6:55 ` Robert Yang [this message]
2016-08-19  6:55 ` [PATCH V3 7/8] qemu.inc: inherit qemuboot.bbclass Robert Yang
2016-08-19  6:55 ` [PATCH V3 8/8] runqemu: refactor it and remove machine knowledge Robert Yang
2016-08-19  7:52   ` Nathan Rossi
2016-08-19  8:20     ` Robert Yang
2016-08-19  8:52       ` Nathan Rossi
2016-08-19  9:34         ` Robert Yang
2016-08-20 20:09 ` [PATCH V3 0/8] " Richard Purdie
2016-08-22  5:49   ` Robert Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=db16605bd34665d74c3c365fbc83f177cd5c0edc.1471589537.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.