diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-13 12:27:38 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 22:38:04 +0100 |
| commit | a27fbe5e25a5aee956d2a43a2e2bf671c6d985f2 (patch) | |
| tree | 46d81e77498233161ebd6f1a783fa156342cb164 | |
| parent | 306e1a5320bd841317ff0efcbb421098dc2f67fa (diff) | |
| download | poky-a27fbe5e25a5aee956d2a43a2e2bf671c6d985f2.tar.gz | |
documentation/yocto-project-qs/yocto-project-qs.xml: removed 5.0 references
Removed several instances to the 5.0 Bernard release. I replaced
these with the 5.0.1 release. I also re-wrote a paragraph that
instructs the user on where to find and download the most recent
YP tarball. It used to point to the Index of /Downloads into the
"yocto-1.0" folder. I now instruct the user to go to the
Yocto Project website and download the desired release from there.
(From yocto-docs rev: 30b5163730139b2b852d64c87a7e710b7fcc7dad)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 |
