diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-03 15:09:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:59 +0100 |
commit | 209158c26b9caf80f5d4ca2654f1e129056a6353 (patch) | |
tree | b906f61199cf540843c3f8ffedc2685f75aa640b /documentation/yocto-project-qs | |
parent | c9b3c34049d78b2a7998e22b260c10d7b975436c (diff) | |
download | poky-209158c26b9caf80f5d4ca2654f1e129056a6353.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: updated env and qemu start
tightened up the section that talks about setting up the environment
and starting qemu. I just added a little more clarification on the
kernel-image variable.
(From yocto-docs rev: 54c037d45ca46c09544dae67793237c76a1205f5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 35eebbcd8c..8bd8a07914 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -539,7 +539,7 @@ | |||
539 | 539 | ||
540 | Where: | 540 | Where: |
541 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | 541 | <<emphasis>arch</emphasis>> is a string representing the target architecture: |
542 | i686, x86_64, ppc603e, mips, or armv5te. | 542 | i586, x86_64, ppc603e, mips, or armv5te. |
543 | 543 | ||
544 | <<emphasis>if</emphasis>> is a string representing an embedded application binary interface. | 544 | <<emphasis>if</emphasis>> is a string representing an embedded application binary interface. |
545 | Not all setup scripts include this string. | 545 | Not all setup scripts include this string. |
@@ -550,15 +550,15 @@ | |||
550 | </para> | 550 | </para> |
551 | 551 | ||
552 | <literallayout class='monospaced'> | 552 | <literallayout class='monospaced'> |
553 | $ poky-qemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel</emphasis>> <<emphasis>filesystem_image</emphasis>> | 553 | $ poky-qemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel-image</emphasis>> <<emphasis>filesystem-image</emphasis>> |
554 | 554 | ||
555 | Where: | 555 | Where: |
556 | <<emphasis>qemuarch</emphasis>> is a string representing the target architecture: qemux86, qemux86-64, | 556 | <<emphasis>qemuarch</emphasis>> is a string representing the target architecture: qemux86, qemux86-64, |
557 | qemuppc, qemumips, or qemuarm. | 557 | qemuppc, qemumips, or qemuarm. |
558 | 558 | ||
559 | <<emphasis>kernel</emphasis>> is the architecture-specific kernel. | 559 | <<emphasis>kernel-image</emphasis>> is the architecture-specific kernel image. |
560 | 560 | ||
561 | <<emphasis>filesystem_image</emphasis>> is the .ext3 filesystem image. | 561 | <<emphasis>filesystem-image</emphasis>> is the .ext3 filesystem image. |
562 | 562 | ||
563 | </literallayout> | 563 | </literallayout> |
564 | 564 | ||