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 | |
parent | 7af5e26383e3213eda744cff3f55d4c49cd3936d (diff) | |
download | poky-962e548d1c724fdd561bf0b29c32ee4cc30d865a.tar.gz |
documentation/qs-guide: Fix urls for release
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/yocto-project-qs')
-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 @@ | |||
153 | <title>Yocto Project Release</title> | 153 | <title>Yocto Project Release</title> |
154 | 154 | ||
155 | <para> | 155 | <para> |
156 | The latest releases for Yocto Project are kept at | 156 | The latest release images for the Yocto Project are kept at |
157 | <ulink url="http://yoctoproject.org/releases"></ulink>. | 157 | <ulink url="http://yoctoproject.org/downloads/yoctolinux-0.9/"></ulink>. |
158 | Nightly and developmental builds are also maintained. However, for this | 158 | Nightly and developmental builds are also maintained. However, for this |
159 | document a released version of Yocto Project is used. | 159 | document a released version of Yocto Project is used. |
160 | </para> | 160 | </para> |
@@ -205,10 +205,10 @@ | |||
205 | 205 | ||
206 | <para> | 206 | <para> |
207 | <literallayout class='monospaced'> | 207 | <literallayout class='monospaced'> |
208 | $ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 | 208 | $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2 |
209 | $ tar xjf poky-green-3.3.tar.bz2 | 209 | $ tar xjf poky-laverne-4.0.tar.bz2 |
210 | $ source green-3.3/poky-init-build-env green-3.3-build | 210 | $ source poky-4.0/poky-init-build-env poky-4.0-build |
211 | $ cd green-3.3-build | 211 | $ cd poky-4.0-build |
212 | $ bitbake poky-image-sato | 212 | $ bitbake poky-image-sato |
213 | $ poky-qemu qemux86 | 213 | $ poky-qemu qemux86 |
214 | </literallayout> | 214 | </literallayout> |
@@ -302,7 +302,7 @@ | |||
302 | </para> | 302 | </para> |
303 | 303 | ||
304 | <para> | 304 | <para> |
305 | You can download the pre-built Linux kernel and the file image system from <ulink url='http://pokylinux.org/releases/blinky-3.0'></ulink>. | 305 | You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/'></ulink>. |
306 | The kernel and file image system have the following forms, respectively: | 306 | The kernel and file image system have the following forms, respectively: |
307 | </para> | 307 | </para> |
308 | 308 | ||