diff options
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3f9519221c..f0420aadfb 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -188,10 +188,15 @@ | |||
188 | <title>Yocto Project Release</title> | 188 | <title>Yocto Project Release</title> |
189 | 189 | ||
190 | <para> | 190 | <para> |
191 | The latest release images for the Yocto Project are kept at | 191 | You can download the latest release images for the Yocto Project on the |
192 | <ulink url="http://yoctoproject.org/downloads/yocto-1.0/"></ulink>. | 192 | <ulink url="http://yoctoproject.org/download">Yocto Project Download page</ulink>. |
193 | Nightly and developmental builds are also maintained. However, for this | 193 | Just go to the page and click the "Yocto Downloads" link found in the "Download" |
194 | document a released version of Yocto Project is used. | 194 | navigation pane to the right to view all available Yocto Project releases. |
195 | Then, click the "Yocto Release" link for the release you want from the list to | ||
196 | begin the download. | ||
197 | Nightly and developmental builds are also maintained at | ||
198 | <ulink url="http://autobuilder.yoctoproject.org/nightly/"></ulink>. | ||
199 | However, for this document a released version of Yocto Project is used. | ||
195 | </para> | 200 | </para> |
196 | </section> | 201 | </section> |
197 | </section> | 202 | </section> |
@@ -253,9 +258,9 @@ | |||
253 | 258 | ||
254 | <para> | 259 | <para> |
255 | <literallayout class='monospaced'> | 260 | <literallayout class='monospaced'> |
256 | $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2 | 261 | $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.1.tar.bz2 |
257 | $ tar xjf poky-bernard-5.0.tar.bz2 | 262 | $ tar xjf poky-bernard-5.0.1.tar.bz2 |
258 | $ source poky-bernard-5.0/poky-init-build-env poky-5.0-build | 263 | $ source poky-bernard-5.0.1/poky-init-build-env poky-5.0.1-build |
259 | </literallayout> | 264 | </literallayout> |
260 | </para> | 265 | </para> |
261 | 266 | ||
@@ -273,8 +278,8 @@ | |||
273 | <listitem><para>The first two commands extract the Yocto Project files from the | 278 | <listitem><para>The first two commands extract the Yocto Project files from the |
274 | release tarball and place them into a subdirectory of your current directory.</para></listitem> | 279 | release tarball and place them into a subdirectory of your current directory.</para></listitem> |
275 | <listitem><para>The <command>source</command> command creates the | 280 | <listitem><para>The <command>source</command> command creates the |
276 | <filename>poky-5.0-build</filename> directory and executes the <command>cd</command> | 281 | <filename>poky-5.0.1-build</filename> directory and executes the <command>cd</command> |
277 | command to make <filename>poky-5.0-build</filename> the working directory. | 282 | command to make <filename>poky-5.0.1-build</filename> the working directory. |
278 | The resulting build directory contains all the files created during the build. | 283 | The resulting build directory contains all the files created during the build. |
279 | By default the target architecture is qemux86. | 284 | By default the target architecture is qemux86. |
280 | To change this default, edit the value of the MACHINE variable in the | 285 | To change this default, edit the value of the MACHINE variable in the |