1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

dev-manual, ref-manual: Added procedure for Downloads page

Fixes [YOCTO #11630]

Added a new procedure section for using the Downloads page from
the YP website.

(From yocto-docs rev: 7efb29dfa7a0960710ca7cf3983048f166c6a13f)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-06-22 14:05:24 -07:00
committed by Richard Purdie
parent 534a614312
commit ed25d7df9c
2 changed files with 52 additions and 6 deletions
@@ -356,6 +356,46 @@
</para>
</section>
<section id='using-the-downloads-page'>
<title>Using the Downloads Page</title>
<para>
The
<ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>
uses a "Downloads" area from which you can locate and download
tarballs of any Yocto Project release.
Rather than Git repositories, these files represent snapshot
tarballs.
<note><title>Tip</title>
The recommended method for accessing Yocto Project
components is to use Git to clone a repository and work from
within that local repository.
The procedure in this section exists should you desire a
tarball snapshot of any given component.
</note>
<orderedlist>
<listitem><para>
Open The
<ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>
in your browser.
</para></listitem>
<listitem><para>
Click the "Downloads" tab.
</para></listitem>
<listitem><para>
Click the type of files you want (i.e "Build System",
"Tools", or "Board Support Packages (BSPs)".
</para></listitem>
<listitem><para>
Locate the release.
</para></listitem>
<listitem><para>
Click the download link to get your files.
</para></listitem>
</orderedlist>
</para>
</section>
<section id='cloning-the-poky-repository'>
<title>Cloning the <filename>poky</filename> Repository</title>