summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
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/dev-manual/dev-manual-start.xml
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/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml40
1 files changed, 40 insertions, 0 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