diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-22 10:47:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:13 +0100 |
commit | 576af718e62d42040e12c72f37ad4a4d1c24660b (patch) | |
tree | 1b66681c1f83b30486ebb34d8b85f92efeb99679 /documentation/ref-manual | |
parent | 5cbd459c64dda81b7f215d5506e43bfe897f79b1 (diff) | |
download | poky-576af718e62d42040e12c72f37ad4a4d1c24660b.tar.gz |
dev-manual, ref-manual: Added section on index of releases procedure
Fixes [YOCTO #11630]
I have added a new procedure on using the Index of Releases area
to get snapshots of various tarballs. I recommend that is not
the way you usually want to get files as using Git is recommended.
The section exists for completeness.
In the ref-manual, I cross-reference the procedures from the
associated conceptual areas.
(From yocto-docs rev: 812f344966966591d883fbebb4ae1f72c11dd483)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-development-environment.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index e47b183c5a..b640f44298 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
@@ -687,6 +687,10 @@ | |||
687 | 687 | ||
688 | <para> | 688 | <para> |
689 | <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" /> | 689 | <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" /> |
690 | For steps on how to view and access these upstream Git | ||
691 | repositories, see the | ||
692 | "<ulink url='&YOCTO_DOCS_DEV_URL;#accessing-source-repositories'>Accessing Source Repositories</ulink>" | ||
693 | Section in the Yocto Project Development Manual. | ||
690 | </para></listitem> | 694 | </para></listitem> |
691 | <listitem><para><anchor id='index-downloads' /> | 695 | <listitem><para><anchor id='index-downloads' /> |
692 | <emphasis> | 696 | <emphasis> |
@@ -703,6 +707,9 @@ | |||
703 | 707 | ||
704 | <para> | 708 | <para> |
705 | <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="3.5in" /> | 709 | <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="3.5in" /> |
710 | For steps on how to view and access these files, see the | ||
711 | "<ulink url='&YOCTO_DOCS_DEV_URL;#accessing-index-of-releases'>Accessing Index of Releases</ulink>" | ||
712 | section in the Yocto Project Development Manual. | ||
706 | </para></listitem> | 713 | </para></listitem> |
707 | <listitem><para> | 714 | <listitem><para> |
708 | <emphasis>"Downloads" page for the | 715 | <emphasis>"Downloads" page for the |