diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 17 |
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> |