summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r--documentation/dev-manual/start.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 7b6026cf42..aec39b02a9 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -612,10 +612,14 @@ Use the following procedure to locate the latest upstream copy of the
612Accessing Index of Releases 612Accessing Index of Releases
613--------------------------- 613---------------------------
614 614
615Yocto Project maintains an Index of Releases area that contains related 615The Yocto Project also provides source archives of its releases, which
616files that contribute to the Yocto Project. Rather than Git 616are available on :yocto_dl:`/releases/yocto/`. Then, choose the subdirectory
617repositories, these files are tarballs that represent snapshots in time 617containing the release you wish to use, for example
618of a given component. 618:yocto_dl:`yocto-&DISTRO; </releases/yocto/yocto-&DISTRO;/>`.
619
620You will find there source archives of individual components (if you wish
621to use them individually), and of the corresponding Poky release bundling
622a selection of these components.
619 623
620.. note:: 624.. note::
621 625