Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment
Date: Wed, 22 Aug 2012 10:59:47 -0700	[thread overview]
Message-ID: <1345658390-19692-1-git-send-email-raj.khem@gmail.com> (raw)

Expand the usage to be able to specify KERNEL and ROOTFS
on commandline. This helps in using the script for booting
images that are essentially not part of OE-Core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 scripts/runqemu |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index 90998ae..290f9cc 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -54,9 +54,9 @@ error() {
 }
 
 MACHINE=${MACHINE:=""}
-KERNEL=""
+KERNEL=${KERNEL:=""}
+ROOTFS=${ROOTFS:=""}
 FSTYPE=""
-ROOTFS=""
 LAZY_ROOTFS=""
 SCRIPT_QEMU_OPT=""
 SCRIPT_QEMU_EXTRA_OPT=""
-- 
1.7.9.5




             reply	other threads:[~2012-08-22 18:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 17:59 Khem Raj [this message]
2012-08-22 17:59 ` [PATCH 2/4] linux-yocto: Remove parens from COMPATIBLE_MACHINE regexp Khem Raj
2012-08-22 18:11   ` Bruce Ashfield
2012-08-22 17:59 ` [PATCH 3/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC Khem Raj
2012-08-22 18:19   ` Bruce Ashfield
2012-09-07  7:31     ` Khem Raj
2012-08-22 17:59 ` [PATCH 4/4] eglibc-2.15: Delete Khem Raj
2012-08-24  7:26 ` [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment Scott Garman
2012-08-24 18:09 ` Saul Wold

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=1345658390-19692-1-git-send-email-raj.khem@gmail.com \
    --to=raj.khem@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox