summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-03-06 14:53:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-25 09:41:11 +0100
commit1fccc4d2ee88827e12655723c3b1781b94da4708 (patch)
tree0e99a45c7e2eb3861655fe2385f30a60c8396639 /documentation
parentbf839ab5d64e4d433dd44d2a770e5b213a4a17d7 (diff)
downloadpoky-1fccc4d2ee88827e12655723c3b1781b94da4708.tar.gz
getting-started, dev-manual: Updated verbiage around new YP website.
(From yocto-docs rev: 033c7771ff1dfabf9f6ef9b6cb88a18f471e0c76) 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.xml23
-rw-r--r--documentation/getting-started/getting-started-development-environment.xml10
2 files changed, 19 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index dad8df139c..7732fdfb74 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -380,7 +380,7 @@
380 <para> 380 <para>
381 The 381 The
382 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> 382 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>
383 uses a "Downloads" area from which you can locate and download 383 uses a "DOWNLOADS" page from which you can locate and download
384 tarballs of any Yocto Project release. 384 tarballs of any Yocto Project release.
385 Rather than Git repositories, these files represent snapshot 385 Rather than Git repositories, these files represent snapshot
386 tarballs. 386 tarballs.
@@ -400,17 +400,24 @@
400 </para></listitem> 400 </para></listitem>
401 <listitem><para> 401 <listitem><para>
402 <emphasis>Get to the Downloads Area:</emphasis> 402 <emphasis>Get to the Downloads Area:</emphasis>
403 Click the "Downloads" tab. 403 Select the "DOWNLOADS" item from the pull-down
404 "SOFTWARE" tab menu.
404 </para></listitem> 405 </para></listitem>
405 <listitem><para> 406 <listitem><para>
406 <emphasis>Select the Type of Files:</emphasis> 407 <emphasis>Select a Yocto Project Release:</emphasis>
407 Click the type of files you want such as "Build System", 408 Use the menu next to "RELEASE" to display and choose
408 "Tools", or "Board Support Packages (BSPs)". 409 a Yocto Project release (e.g. sumo, rocko, pyro, and
410 so forth.
411 For a "map" of Yocto Project releases to version numbers,
412 see the
413 <ulink url='https://wiki.yoctoproject.org/wiki/Releases'>Releases</ulink>
414 wiki page.
409 </para></listitem> 415 </para></listitem>
410 <listitem><para> 416 <listitem><para>
411 <emphasis>Locate and Download the Tarball:</emphasis> 417 <emphasis>Download Tools or Board Support Packages (BSPs):</emphasis>
412 From the list of releases, locate the appropriate 418 From the "DOWNLOADS" page, you can download tools or
413 download link and download the files. 419 BSPs as well.
420 Just scroll down the page and look for what you need.
414 </para></listitem> 421 </para></listitem>
415 </orderedlist> 422 </orderedlist>
416 </para> 423 </para>
diff --git a/documentation/getting-started/getting-started-development-environment.xml b/documentation/getting-started/getting-started-development-environment.xml
index 23021e1844..9bbd8e062f 100644
--- a/documentation/getting-started/getting-started-development-environment.xml
+++ b/documentation/getting-started/getting-started-development-environment.xml
@@ -294,18 +294,16 @@
294 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>: 294 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>:
295 </emphasis></para> 295 </emphasis></para>
296 296
297 <para role="writernotes">This section will change due to 297 <para>The Yocto Project website includes a "DOWNLOADS" page
298 reworking of the YP Website.</para> 298 accessible through the "SOFTWARE" tab
299
300 <para>The Yocto Project website includes a "Downloads" tab
301 that allows you to download any Yocto Project 299 that allows you to download any Yocto Project
302 release and Board Support Package (BSP) in tarball form. 300 release, tool, and Board Support Package (BSP) in tarball form.
303 The tarballs are similar to those found in the 301 The tarballs are similar to those found in the
304 <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> area.</para> 302 <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> area.</para>
305 303
306 <para> 304 <para>
307 <imagedata fileref="figures/yp-download.png" align="center" width="6in" depth="4in" /> 305 <imagedata fileref="figures/yp-download.png" align="center" width="6in" depth="4in" />
308 For steps on how to use the "Downloads" page, see the 306 For steps on how to use the "DOWNLOADS" page, see the
309 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-the-downloads-page'>Using the Downloads Page</ulink>" 307 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-the-downloads-page'>Using the Downloads Page</ulink>"
310 section in the Yocto Project Development Tasks Manual. 308 section in the Yocto Project Development Tasks Manual.
311 </para></listitem> 309 </para></listitem>