[yocto] [PATCH] Final cosmetic/grammar/URL patches for QS Guide

Robert P. J. Day rpjday at crashcourse.ca
Sun Oct 30 18:39:04 PDT 2011


  One more set of patches for the QS Guide, covering the remainder of
the Guide from the kernel section to the end; mostly updating
filenames and URLs to reflect what actually exists these days.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  nothing earth-shaking here, just thought i'd finish off the QS guide
so i can move on to the next one.  let me know if any of this is
incorrect.


diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 41da903..169b66a 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -531,7 +531,7 @@

             <para>
                 You can download the pre-built Linux kernel suitable for running in the QEMU emulator from
-                <ulink url='http://yoctoproject.org/downloads/yocto-1.1/machines/qemu'></ulink>.
+                <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/machines/qemu'></ulink>.
                 Be sure to use the kernel that matches the architecture you want to simulate.
                 Download areas exist for the five supported machine architectures:
                 <filename>qemuarm</filename>, <filename>qemumips</filename>, <filename>qemuppc</filename>,
@@ -541,19 +541,15 @@
             <para>
                 Most kernel files have one of the following forms:
                 <literallayout class='monospaced'>
-     *zImage-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>*.bin
-     vmlinux-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>*.bin
+     *zImage-qemu<<emphasis>arch</emphasis>>.bin
+     vmlinux-qemu<<emphasis>arch</emphasis>>.bin

      Where:
-         <<emphasis>kernel-rev</emphasis>> is the base Linux kernel revision
-                (e.g. 2.6.37).
-
          <<emphasis>arch</emphasis>> is a string representing the target architecture:
                 x86, x86-64, ppc, mips, or arm.
-
-         <<emphasis>release</emphasis>> is the version of Yocto Project.
                 </literallayout>
             </para>
+

             <para>
                 You can learn more about downloading a Yocto Project kernel in the
@@ -568,7 +564,7 @@

             <para>
                 You can also download the filesystem image suitable for your target architecture from
-                <ulink url='http://yoctoproject.org/downloads/yocto-1.1/machines/qemu'></ulink>.
+                <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/machines/qemu'></ulink>.
                 Again, be sure to use the filesystem that matches the architecture you want
                 to simulate.
             </para>
@@ -581,19 +577,17 @@
                 The <filename>tar</filename> form can be flattened out in your host development system
                 and used for Yocto Project build purposes.
                 <literallayout class='monospaced'>
-     yocto-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>.rootfs.ext3.bz2
-     yocto-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>.rootfs.tar.bz2
+     core-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>.ext3
+     core-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>.tar.bz2

      Where:
          <<emphasis>profile</emphasis>> is the filesystem image's profile:
-                   lsb, lsb-dev, lsb-sdk, minimal, minimal-dev, sato, sato-dev, or sato-sdk.
+                   lsb, lsb-dev, lsb-sdk, lsb-qt3, minimal, minimal-dev, sato, sato-dev, or sato-sdk.
                    For information on these types of image profiles, see
                    <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink> in the Yocto Project Reference Manual.

          <<emphasis>arch</emphasis>> is a string representing the target architecture:
                 x86, x86-64, ppc, mips, or arm.
-
-         <<emphasis>release</emphasis>> is the version of Yocto Project.
                 </literallayout>
             </para>
         </section>
@@ -639,8 +633,8 @@
                 that the kernel and filesystem are for a 32-bit target architecture.
                 <literallayout class='monospaced'>
      $ source /opt/poky/1.1/environment-setup-i686-poky-linux
-     $ runqemu qemux86 bzImage-3.0-qemux86-1.1.bin \
-     yocto-image-sato-qemux86-1.1.rootfs.ext3
+     $ runqemu qemux86 bzImage-qemux86.bin \
+     core-image-sato-qemux86.ext3
                 </literallayout>
             </para>

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the yocto mailing list