From: Scott Garman <scott.a.garman@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment
Date: Fri, 24 Aug 2012 00:26:02 -0700 [thread overview]
Message-ID: <50372C8A.3030202@intel.com> (raw)
In-Reply-To: <1345658390-19692-1-git-send-email-raj.khem@gmail.com>
On 08/22/2012 10:59 AM, Khem Raj wrote:
> 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>
Sure, this looks okay.
Acked-by: Scott Garman <scott.a.garman@intel.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=""
>
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
next prev parent reply other threads:[~2012-08-24 7:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-22 17:59 [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment Khem Raj
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 ` Scott Garman [this message]
2012-08-24 18:09 ` [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment 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=50372C8A.3030202@intel.com \
--to=scott.a.garman@intel.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