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 7/8] qemu.inc: inherit qemuboot.bbclass
Date: Thu, 18 Aug 2016 23:55:28 -0700	[thread overview]
Message-ID: <eb9f14b3fc6f56b0dfbbb145f230cd6fd51c5f57.1471589537.git.liezhi.yang@windriver.com> (raw)
In-Reply-To: <cover.1471589537.git.liezhi.yang@windriver.com>

All qemu boards should be able to boot by runqemu.

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

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index f44dbe6..2bc4dc2 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -29,3 +29,5 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
 KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
 
 MACHINE_EXTRA_RRECOMMENDS += "rng-tools"
+
+IMAGE_CLASSES += "qemuboot"
-- 
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 ` [PATCH V3 6/8] qemuppc.conf: " Robert Yang
2016-08-19  6:55 ` Robert Yang [this message]
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=eb9f14b3fc6f56b0dfbbb145f230cd6fd51c5f57.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.