diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 57 | ||||
-rw-r--r-- | documentation/ref-manual/ref-development-environment.xml | 7 |
2 files changed, 61 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 48f49e05dd..e7049f9fa6 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -270,13 +270,13 @@ | |||
270 | </note> | 270 | </note> |
271 | </para> | 271 | </para> |
272 | 272 | ||
273 | <section id='viewing-source-repositories-using-your-browser'> | 273 | <section id='accessing-source-repositories'> |
274 | <title>Viewing Source Repositories Using Your Browser</title> | 274 | <title>Accessing Source Repositories</title> |
275 | 275 | ||
276 | <para> | 276 | <para> |
277 | Yocto Project maintains upstream Git | 277 | Yocto Project maintains upstream Git |
278 | <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink> | 278 | <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink> |
279 | that you can examine using a browser-based UI: | 279 | that you can examine and access using a browser-based UI: |
280 | <orderedlist> | 280 | <orderedlist> |
281 | <listitem><para> | 281 | <listitem><para> |
282 | Open a browser and go to | 282 | Open a browser and go to |
@@ -305,6 +305,57 @@ | |||
305 | </para> | 305 | </para> |
306 | </section> | 306 | </section> |
307 | 307 | ||
308 | <section id='accessing-index-of-releases'> | ||
309 | <title>Accessing Index of Releases</title> | ||
310 | |||
311 | <para> | ||
312 | Yocto Project maintains an Index of Releases area that contains | ||
313 | related files that contribute to the Yocto Project. | ||
314 | Rather than Git repositories, these files represent snapshot | ||
315 | tarballs. | ||
316 | <note><title>Tip</title> | ||
317 | The recommended method for accessing Yocto Project | ||
318 | components is to use Git to clone a repository and work from | ||
319 | within that local repository. | ||
320 | The procedure in this section exists should you desire a | ||
321 | tarball snapshot of any given component. | ||
322 | </note> | ||
323 | <orderedlist> | ||
324 | <listitem><para> | ||
325 | Open a browser and go to | ||
326 | <ulink url='&YOCTO_DL_URL;/releases'></ulink> to access the | ||
327 | Index of Releases. | ||
328 | The list represents released components (e.g. | ||
329 | <filename>eclipse-plugin</filename>, | ||
330 | <filename>sato</filename>, and so on). | ||
331 | <note> | ||
332 | The <filename>yocto</filename> directory contains the | ||
333 | full array of released Poky tarballs. | ||
334 | The <filename>poky</filename> directory in the | ||
335 | Index of Releases was historically used for very | ||
336 | early releases and exists for retroactive | ||
337 | completeness only. | ||
338 | </note> | ||
339 | </para></listitem> | ||
340 | <listitem><para> | ||
341 | Click on any released component in which you are interested | ||
342 | (e.g. <filename>yocto</filename>). | ||
343 | </para></listitem> | ||
344 | <listitem><para> | ||
345 | Drill down to find the associated tarball. | ||
346 | For example, click on <filename>yocto-2.3</filename> to | ||
347 | view files associated with the Yocto Project 2.3 | ||
348 | release (e.g. <filename>poky-pyro-17.0.0tar.bz2</filename>, | ||
349 | which is the released Poky tarball). | ||
350 | </para></listitem> | ||
351 | <listitem><para> | ||
352 | Click a tarball to download and save a snapshot of a | ||
353 | given component. | ||
354 | </para></listitem> | ||
355 | </orderedlist> | ||
356 | </para> | ||
357 | </section> | ||
358 | |||
308 | <section id='cloning-the-poky-repository'> | 359 | <section id='cloning-the-poky-repository'> |
309 | <title>Cloning the <filename>poky</filename> Repository</title> | 360 | <title>Cloning the <filename>poky</filename> Repository</title> |
310 | 361 | ||
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index e47b183c5a..b640f44298 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
@@ -687,6 +687,10 @@ | |||
687 | 687 | ||
688 | <para> | 688 | <para> |
689 | <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" /> | 689 | <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" /> |
690 | For steps on how to view and access these upstream Git | ||
691 | repositories, see the | ||
692 | "<ulink url='&YOCTO_DOCS_DEV_URL;#accessing-source-repositories'>Accessing Source Repositories</ulink>" | ||
693 | Section in the Yocto Project Development Manual. | ||
690 | </para></listitem> | 694 | </para></listitem> |
691 | <listitem><para><anchor id='index-downloads' /> | 695 | <listitem><para><anchor id='index-downloads' /> |
692 | <emphasis> | 696 | <emphasis> |
@@ -703,6 +707,9 @@ | |||
703 | 707 | ||
704 | <para> | 708 | <para> |
705 | <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="3.5in" /> | 709 | <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="3.5in" /> |
710 | For steps on how to view and access these files, see the | ||
711 | "<ulink url='&YOCTO_DOCS_DEV_URL;#accessing-index-of-releases'>Accessing Index of Releases</ulink>" | ||
712 | section in the Yocto Project Development Manual. | ||
706 | </para></listitem> | 713 | </para></listitem> |
707 | <listitem><para> | 714 | <listitem><para> |
708 | <emphasis>"Downloads" page for the | 715 | <emphasis>"Downloads" page for the |