summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-09 12:00:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 16:20:56 +0100
commitc218ec68833683c2474cfcf5044f6d0e035e4ee9 (patch)
tree1e99fa1c036bbe30d2d4371ae8a87f6aff2de616 /documentation/dev-manual/dev-manual-newbie.xml
parentc589b853056eff75cade3d2760acebd04513657d (diff)
downloadpoky-c218ec68833683c2474cfcf5044f6d0e035e4ee9.tar.gz
dev-manual: Edits to "Yocto Project Source Repositories" section.
Some minor text editing. Also, updated two figures to be more recent. One for the Index of Releases and one for the YP Downloads page from the website. They were very dated. (From yocto-docs rev: 59255d7c0175a5280239d070ce902079229cf909) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 7572f36788..48d42d50b7 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -412,7 +412,7 @@
412 This web-based source code browser is organized into categories by function such as 412 This web-based source code browser is organized into categories by function such as
413 IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and so forth. 413 IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and so forth.
414 From the interface, you can click on any particular item in the "Name" column and 414 From the interface, you can click on any particular item in the "Name" column and
415 see the URL at the bottom of the page that you need to set up a Git repository for 415 see the URL at the bottom of the page that you need to clone a Git repository for
416 that particular item. 416 that particular item.
417 Having a local Git repository of the Source Directory (poky) allows you to 417 Having a local Git repository of the Source Directory (poky) allows you to
418 make changes, contribute to the history, and ultimately enhance the Yocto Project's 418 make changes, contribute to the history, and ultimately enhance the Yocto Project's
@@ -428,9 +428,9 @@
428 </para> 428 </para>
429 429
430 <para> 430 <para>
431 For any supported release of Yocto Project, you can go to the Yocto Project website’s 431 For any supported release of Yocto Project, you can go to the
432 <ulink url='&YOCTO_HOME_URL;/download'>download page</ulink> and get a 432 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and
433 tarball of the release. 433 select the "Downloads" tab and get a tarball of the release.
434 You can also go to this site to download any supported BSP tarballs. 434 You can also go to this site to download any supported BSP tarballs.
435 Unpacking the tarball gives you a hierarchical Source Directory that lets you develop 435 Unpacking the tarball gives you a hierarchical Source Directory that lets you develop
436 using the Yocto Project. 436 using the Yocto Project.
@@ -459,10 +459,13 @@
459 Downloading and extracting these files does not produce a local copy of the 459 Downloading and extracting these files does not produce a local copy of the
460 Git repository but rather a snapshot of a particular release or image.</para> 460 Git repository but rather a snapshot of a particular release or image.</para>
461 <para> 461 <para>
462 <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="4in" /> 462 <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="3.5in" />
463 </para></listitem> 463 </para></listitem>
464 <listitem><para><emphasis><ulink url='&YOCTO_HOME_URL;/download'>Yocto Project Download Page</ulink></emphasis> 464 <listitem><para><emphasis>"Downloads" page for the
465 This page on the Yocto Project website allows you to download any Yocto Project 465 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>:</emphasis>
466 Access this page by going to the website and then selecting
467 the "Downloads" tab.
468 This page allows you to download any Yocto Project
466 release or Board Support Package (BSP) in tarball form. 469 release or Board Support Package (BSP) in tarball form.
467 The tarballs are similar to those found in the 470 The tarballs are similar to those found in the
468 <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> area.</para> 471 <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> area.</para>