From ed25d7df9cc755cfcbf24e3a83f129ad8e1575e9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Jun 2017 14:05:24 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 40 ++++++++++++++++++++++ .../ref-manual/ref-development-environment.xml | 18 ++++++---- 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 @@ +
+ Using the Downloads Page + + + The + Yocto Project Website + 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. + 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 The + Yocto Project Website + in your browser. + + + Click the "Downloads" tab. + + + Click the type of files you want (i.e "Build System", + "Tools", or "Board Support Packages (BSPs)". + + + Locate the release. + + + Click the download link to get your files. + + + +
+
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 b640f44298..6922736d61 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml @@ -711,19 +711,25 @@ "Accessing Index of Releases" section in the Yocto Project Development Manual. - + "Downloads" page for the Yocto Project Website: - - Access this page by going to the website and then selecting - the "Downloads" tab. - This page allows you to download any Yocto Project - release or Board Support Package (BSP) in tarball form. + + + This section will change due to + reworking of the YP Website. + + The Yocto Project website includes a "Downloads" tab + that allows you to download any Yocto Project + release and Board Support Package (BSP) in tarball form. The tarballs are similar to those found in the Index of /releases: area. + For steps on how to use the "Downloads" page, see the + "Using the Downloads Page" + section in the Yocto Project Development Manual. -- cgit v1.2.3-54-g00ecf