]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/yocto-project-qs/yocto-project-qs.xml: replaced runqemu with poky-qemu
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 23 May 2011 23:17:35 +0000 (18:17 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Jun 2011 21:38:03 +0000 (22:38 +0100)
Evidently the command 'runqemu' is not a valid command for Bernard.
I changed four occurances of 'runqemu' to 'poky-qemu'.

(From yocto-docs rev: 0296920cc07a6fb9871c5af4bb991fcee2949564)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/yocto-project-qs/yocto-project-qs.xml

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