diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-21 20:02:44 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-27 07:51:01 +0100 |
commit | 962e548d1c724fdd561bf0b29c32ee4cc30d865a (patch) | |
tree | b7ec0e99f327284490b480b0f556816c3f893e44 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 7af5e26383e3213eda744cff3f55d4c49cd3936d (diff) | |
download | openembedded-core-962e548d1c724fdd561bf0b29c32ee4cc30d865a.tar.gz openembedded-core-962e548d1c724fdd561bf0b29c32ee4cc30d865a.tar.bz2 openembedded-core-962e548d1c724fdd561bf0b29c32ee4cc30d865a.zip |
documentation/qs-guide: Fix urls for release
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index dbca724eea..8dca0b9dde 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -153,8 +153,8 @@ <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> @@ -205,10 +205,10 @@ <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> @@ -302,7 +302,7 @@ </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> |