aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-30 08:09:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:09:58 +0000
commit08b5e3129c84bf5694fc1785775b43c7e2ee16ce (patch)
treea1e14d23a05e57178fc65dffae8f655e9963af52 /documentation/ref-manual/introduction.xml
parent0ef2170a2b6ebe3fe075c6d6c1948de9dfe792b8 (diff)
downloadopenembedded-core-contrib-08b5e3129c84bf5694fc1785775b43c7e2ee16ce.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml30
1 files changed, 23 insertions, 7 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index 3e071baebd..18363d48dd 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -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>