|
@@ -188,10 +188,15 @@
|
|
|
<title>Yocto Project Release</title>
|
|
|
|
|
|
<para>
|
|
|
- The latest release images for the Yocto Project are kept at
|
|
|
- <ulink url="http://yoctoproject.org/downloads/yocto-1.0/"></ulink>.
|
|
|
- Nightly and developmental builds are also maintained. However, for this
|
|
|
- document a released version of Yocto Project is used.
|
|
|
+ You can download the latest release images for the Yocto Project on the
|
|
|
+ <ulink url="http://yoctoproject.org/download">Yocto Project Download page</ulink>.
|
|
|
+ Just go to the page and click the "Yocto Downloads" link found in the "Download"
|
|
|
+ navigation pane to the right to view all available Yocto Project releases.
|
|
|
+ Then, click the "Yocto Release" link for the release you want from the list to
|
|
|
+ begin the download.
|
|
|
+ Nightly and developmental builds are also maintained at
|
|
|
+ <ulink url="http://autobuilder.yoctoproject.org/nightly/"></ulink>.
|
|
|
+ However, for this document a released version of Yocto Project is used.
|
|
|
</para>
|
|
|
</section>
|
|
|
</section>
|
|
@@ -253,9 +258,9 @@
|
|
|
|
|
|
<para>
|
|
|
<literallayout class='monospaced'>
|
|
|
- $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2
|
|
|
- $ tar xjf poky-bernard-5.0.tar.bz2
|
|
|
- $ source poky-bernard-5.0/poky-init-build-env poky-5.0-build
|
|
|
+ $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.1.tar.bz2
|
|
|
+ $ tar xjf poky-bernard-5.0.1.tar.bz2
|
|
|
+ $ source poky-bernard-5.0.1/poky-init-build-env poky-5.0.1-build
|
|
|
</literallayout>
|
|
|
</para>
|
|
|
|
|
@@ -273,8 +278,8 @@
|
|
|
<listitem><para>The first two commands extract the Yocto Project files from the
|
|
|
release tarball and place them into a subdirectory of your current directory.</para></listitem>
|
|
|
<listitem><para>The <command>source</command> command creates the
|
|
|
- <filename>poky-5.0-build</filename> directory and executes the <command>cd</command>
|
|
|
- command to make <filename>poky-5.0-build</filename> the working directory.
|
|
|
+ <filename>poky-5.0.1-build</filename> directory and executes the <command>cd</command>
|
|
|
+ command to make <filename>poky-5.0.1-build</filename> the working directory.
|
|
|
The resulting build directory contains all the files created during the build.
|
|
|
By default the target architecture is qemux86.
|
|
|
To change this default, edit the value of the MACHINE variable in the
|