Rename poky-qemu to runqemu

(From yocto-docs rev: b654d6a741edf70220e81f6b56276413a308ba6f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-04-20 16:44:31 +01:00
parent 6d49cb5332
commit c1f79ab0be
1 changed files with 4 additions and 4 deletions

View File

@ -301,7 +301,7 @@
</para></note> </para></note>
The final command runs the image: The final command runs the image:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ poky-qemu qemux86 $ runqemu qemux86
</literallayout> </literallayout>
<note><para> <note><para>
Depending on the number of processors and cores, the amount or RAM, the speed of your Depending on the number of processors and cores, the amount or RAM, the speed of your
@ -366,7 +366,7 @@
<section id='installing-the-toolchain'> <section id='installing-the-toolchain'>
<title>Installing the Toolchain</title> <title>Installing the Toolchain</title>
<para> <para>
You can download the pre-built toolchain, which includes the poky-qemu script and You can download the pre-built toolchain, which includes the runqemu script and
support files, from support files, from
<ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>. <ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>.
Toolchains are available for 32-bit and 64-bit development systems from the Toolchains are available for 32-bit and 64-bit development systems from the
@ -481,7 +481,7 @@
</para> </para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ poky-qemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>filesystem_image</emphasis>&gt; $ runqemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>filesystem_image</emphasis>&gt;
Where: Where:
&lt;<emphasis>qemuarch</emphasis>&gt; is a string representing the target architecture: qemux86, qemux86-64, &lt;<emphasis>qemuarch</emphasis>&gt; is a string representing the target architecture: qemux86, qemux86-64,
@ -501,7 +501,7 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ source /opt/poky/environment-setup-i686-poky-linux $ source /opt/poky/environment-setup-i686-poky-linux
$ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 $ runqemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3
</literallayout> </literallayout>
<para> <para>