ref-manual: updated the list of where to get YP release

Partial fix for [YOCTO #5368]

The list that summarized where to get YP release did not include
the source repositories.  It basically just listed tarball
areas.  Now that cloning the Git repo of poky is the preferred
method for obtaining YP, I made sure that this area was the
first spot listed and called out as the preferred method.

(From yocto-docs rev: d5aabd2cb70ea7b7caf5f39d0630ba6961280e1a)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-10-30 08:09:53 -07:00 committed by Richard Purdie
parent 0ef2170a2b
commit 08b5e3129c
1 changed files with 23 additions and 7 deletions

View File

@ -409,16 +409,32 @@
The Yocto Project development team makes the Yocto Project available through a number
of methods:
<itemizedlist>
<listitem><para><emphasis>Releases:</emphasis> Stable, tested releases are available through
<listitem><para><emphasis>Source Repositories:</emphasis>
Working from a copy of the upstream
<filename>poky</filename> repository is the
preferred method for obtaining and using a Yocto Project
release.
You can view the Yocto Project Source Repositories at
<ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.
In particular, you can find the
<filename>poky</filename> repository at
<ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/poky/'></ulink>.
</para></listitem>
<listitem><para><emphasis>Releases:</emphasis> Stable, tested
releases are available as tarballs through
<ulink url='&YOCTO_DL_URL;/releases/yocto/'/>.</para></listitem>
<listitem><para><emphasis>Nightly Builds:</emphasis> These releases are available at
<listitem><para><emphasis>Nightly Builds:</emphasis> These
tarball releases are available at
<ulink url='http://autobuilder.yoctoproject.org/nightly'/>.
These builds include Yocto Project releases, meta-toolchain tarball installation scripts, and
experimental builds.</para></listitem>
<listitem><para><emphasis>Yocto Project Website:</emphasis> You can find releases
of the Yocto Project and supported BSPs at the
These builds include Yocto Project releases, meta-toolchain
tarball installation scripts, and experimental builds.
</para></listitem>
<listitem><para><emphasis>Yocto Project Website:</emphasis> You can
find tarball releases of the Yocto Project and supported BSPs
at the
<ulink url='&YOCTO_HOME_URL;'>Yocto Project website</ulink>.
Along with these downloads, you can find lots of other information at this site.
Along with these downloads, you can find lots of other
information at this site.
</para></listitem>
</itemizedlist>
</para>