]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/qs-guide: Fix urls for release
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 21 Oct 2010 19:02:44 +0000 (20:02 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 27 Oct 2010 06:51:01 +0000 (07:51 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
documentation/yocto-project-qs/yocto-project-qs.xml

index dbca724eea803b32d2eaf23e4bc177a9838e5d34..8dca0b9dde6e8624732a4bddaab7d5a546600511 100644 (file)
         <title>Yocto Project Release</title>
             
         <para>
-            The latest releases for Yocto Project are kept at 
-            <ulink url="http://yoctoproject.org/releases"></ulink>.
+            The latest release images for the Yocto Project are kept at 
+            <ulink url="http://yoctoproject.org/downloads/yoctolinux-0.9/"></ulink>.
             Nightly and developmental builds are also maintained.  However, for this 
             document a released version of Yocto Project is used.
         </para>
 
          <para>
              <literallayout class='monospaced'>
-     $ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2
-     $ tar xjf poky-green-3.3.tar.bz2
-     $ source green-3.3/poky-init-build-env green-3.3-build
-     $ cd green-3.3-build
+     $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2
+     $ tar xjf poky-laverne-4.0.tar.bz2
+     $ source poky-4.0/poky-init-build-env poky-4.0-build
+     $ cd poky-4.0-build
      $ bitbake poky-image-sato
      $ poky-qemu qemux86
              </literallayout>
          </para>
 
          <para>
-             You can download the pre-built Linux kernel and the file image system from <ulink url='http://pokylinux.org/releases/blinky-3.0'></ulink>.  
+             You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/'></ulink>.  
              The kernel and file image system have the following forms, respectively:
          </para>