]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/yocto-project-qs/yocto-project-qs.xml: Corrections to Using Pre-Built...
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 6 Jan 2011 20:55:42 +0000 (12:55 -0800)
committerScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 7 Jan 2011 00:21:12 +0000 (16:21 -0800)
Made several small changes:

 - Added a period to three-bullet list for consistency
 - grammar fix to sentence
 - Added clarification for getting stuff from qemu URL
 - Fixed the forms for the image and the file system image

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/yocto-project-qs/yocto-project-qs.xml

index 1c45cde88b307da040e465d12e07cb00652c039f..ca2794b1b0f7aaf988bc3c4cfb5e7aada05e00a7 100644 (file)
          <itemizedlist>
              <listitem>
                  <para>
-                     Install the standalone Yocto toolchain tarball
+                     Install the standalone Yocto toolchain tarball.
                  </para>
              </listitem>
              <listitem>
          </itemizedlist>
 
          <para>
-             You can download the pre-built toolchain which includes the poky-qemu script and support files from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>.  These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the 5 supported target architectures. The tarballs are self contained and install into /opt/poky.
+             You can download the pre-built toolchain, which includes the poky-qemu script and support files, from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>.  These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the five supported target architectures. The tarballs are self contained and install into <filename>/opt/poky</filename>.
              Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example):
          </para>
 
          </para>
 
          <para>
-             You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/'></ulink>.  
+             You can download the pre-built Linux kernel and the file image system suitable for 
+             running in the emulator QEMU from 
+             <ulink url='http://yoctoproject.org/downloads/yocto-0.9/qemu'></ulink>.
+             Be sure to use the kernel and file image system that matches the architecture you want 
+             to simulate.
+         </para>
+       
+         <para>  
              The kernel and file image system have the following forms, respectively:
          </para>
 
           <literallayout class='monospaced'>
      *zImage*qemu*.bin
-     poky-image-*-qemu*.ext2.bz2
+     yocto-image-*-qemu*.ext3.bz2
           </literallayout>
 
          <para>