From 576af718e62d42040e12c72f37ad4a4d1c24660b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Jun 2017 10:47:55 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 57 ++++++++++++++++++++-- .../ref-manual/ref-development-environment.xml | 7 +++ 2 files changed, 61 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 48f49e05dd..e7049f9fa6 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -270,13 +270,13 @@ -
- Viewing Source Repositories Using Your Browser +
+ Accessing Source Repositories Yocto Project maintains upstream Git Source Repositories - that you can examine using a browser-based UI: + that you can examine and access using a browser-based UI: Open a browser and go to @@ -305,6 +305,57 @@
+
+ Accessing Index of Releases + + + Yocto Project maintains an Index of Releases area that contains + related files that contribute to the Yocto Project. + Rather than Git repositories, these files represent snapshot + tarballs. + Tip + 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. + + + + Open a browser and go to + to access the + Index of Releases. + The list represents released components (e.g. + eclipse-plugin, + sato, and so on). + + The yocto directory contains the + full array of released Poky tarballs. + The poky directory in the + Index of Releases was historically used for very + early releases and exists for retroactive + completeness only. + + + + Click on any released component in which you are interested + (e.g. yocto). + + + Drill down to find the associated tarball. + For example, click on yocto-2.3 to + view files associated with the Yocto Project 2.3 + release (e.g. poky-pyro-17.0.0tar.bz2, + which is the released Poky tarball). + + + Click a tarball to download and save a snapshot of a + given component. + + + +
+
Cloning the <filename>poky</filename> Repository 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 @@ + For steps on how to view and access these upstream Git + repositories, see the + "Accessing Source Repositories" + Section in the Yocto Project Development Manual. @@ -703,6 +707,9 @@ + For steps on how to view and access these files, see the + "Accessing Index of Releases" + section in the Yocto Project Development Manual. "Downloads" page for the -- cgit v1.2.3-54-g00ecf