summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-22 14:05:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:13 +0100
commited25d7df9cc755cfcbf24e3a83f129ad8e1575e9 (patch)
tree81f532e66d2cb02a6f3216fcefcbed482ffb93ee /documentation
parent534a614312be4b1764a1d6b7805b1cbbf8759746 (diff)
downloadpoky-ed25d7df9cc755cfcbf24e3a83f129ad8e1575e9.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml40
-rw-r--r--documentation/ref-manual/ref-development-environment.xml18
2 files changed, 52 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index e7049f9fa6..cdb349be3a 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -356,6 +356,46 @@
356 </para> 356 </para>
357 </section> 357 </section>
358 358
359 <section id='using-the-downloads-page'>
360 <title>Using the Downloads Page</title>
361
362 <para>
363 The
364 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>
365 uses a "Downloads" area from which you can locate and download
366 tarballs of any Yocto Project release.
367 Rather than Git repositories, these files represent snapshot
368 tarballs.
369 <note><title>Tip</title>
370 The recommended method for accessing Yocto Project
371 components is to use Git to clone a repository and work from
372 within that local repository.
373 The procedure in this section exists should you desire a
374 tarball snapshot of any given component.
375 </note>
376 <orderedlist>
377 <listitem><para>
378 Open The
379 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>
380 in your browser.
381 </para></listitem>
382 <listitem><para>
383 Click the "Downloads" tab.
384 </para></listitem>
385 <listitem><para>
386 Click the type of files you want (i.e "Build System",
387 "Tools", or "Board Support Packages (BSPs)".
388 </para></listitem>
389 <listitem><para>
390 Locate the release.
391 </para></listitem>
392 <listitem><para>
393 Click the download link to get your files.
394 </para></listitem>
395 </orderedlist>
396 </para>
397 </section>
398
359 <section id='cloning-the-poky-repository'> 399 <section id='cloning-the-poky-repository'>
360 <title>Cloning the <filename>poky</filename> Repository</title> 400 <title>Cloning the <filename>poky</filename> Repository</title>
361 401
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml
index b640f44298..6922736d61 100644
--- a/documentation/ref-manual/ref-development-environment.xml
+++ b/documentation/ref-manual/ref-development-environment.xml
@@ -711,19 +711,25 @@
711 "<ulink url='&YOCTO_DOCS_DEV_URL;#accessing-index-of-releases'>Accessing Index of Releases</ulink>" 711 "<ulink url='&YOCTO_DOCS_DEV_URL;#accessing-index-of-releases'>Accessing Index of Releases</ulink>"
712 section in the Yocto Project Development Manual. 712 section in the Yocto Project Development Manual.
713 </para></listitem> 713 </para></listitem>
714 <listitem><para> 714 <listitem><para id='downloads-page'>
715 <emphasis>"Downloads" page for the 715 <emphasis>"Downloads" page for the
716 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>: 716 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>:
717 </emphasis> 717 </emphasis></para>
718 Access this page by going to the website and then selecting 718
719 the "Downloads" tab. 719 <para role="writernotes">This section will change due to
720 This page allows you to download any Yocto Project 720 reworking of the YP Website.</para>
721 release or Board Support Package (BSP) in tarball form. 721
722 <para>The Yocto Project website includes a "Downloads" tab
723 that allows you to download any Yocto Project
724 release and Board Support Package (BSP) in tarball form.
722 The tarballs are similar to those found in the 725 The tarballs are similar to those found in the
723 <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> area.</para> 726 <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> area.</para>
724 727
725 <para> 728 <para>
726 <imagedata fileref="figures/yp-download.png" align="center" width="6in" depth="4in" /> 729 <imagedata fileref="figures/yp-download.png" align="center" width="6in" depth="4in" />
730 For steps on how to use the "Downloads" page, see the
731 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-the-downloads-page'>Using the Downloads Page</ulink>"
732 section in the Yocto Project Development Manual.
727 </para></listitem> 733 </para></listitem>
728 </itemizedlist> 734 </itemizedlist>
729 </para> 735 </para>