summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2023-12-23 11:51:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-12 11:34:05 +0000
commit040eea3de69f921f79b1be05df9b6665a9159228 (patch)
tree9d0cb78139f5e4a07b3da79655cf634d2e8dfa1d /documentation
parent5841968223e1f9383f29112ea444e1cf9f8e2c1a (diff)
downloadpoky-040eea3de69f921f79b1be05df9b6665a9159228.tar.gz
dev-manual: start.rst: update use of Download page
The yocto website has changed its structure. Update the section for Accessing the Downloads page to match the new structure. (From yocto-docs rev: d8fdec653f96c4ddcb705ff0ef17ed641afcfe2d) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/start.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 4a556967eb..d70c39d546 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -621,7 +621,7 @@ a selection of these components.
621Using the Downloads Page 621Using the Downloads Page
622------------------------ 622------------------------
623 623
624The :yocto_home:`Yocto Project Website <>` uses a "DOWNLOADS" page 624The :yocto_home:`Yocto Project Website <>` uses a "RELEASES" page
625from which you can locate and download tarballs of any Yocto Project 625from which you can locate and download tarballs of any Yocto Project
626release. Rather than Git repositories, these files represent snapshot 626release. Rather than Git repositories, these files represent snapshot
627tarballs similar to the tarballs located in the Index of Releases 627tarballs similar to the tarballs located in the Index of Releases
@@ -630,11 +630,13 @@ described in the ":ref:`dev-manual/start:accessing source archives`" section.
630#. *Go to the Yocto Project Website:* Open The 630#. *Go to the Yocto Project Website:* Open The
631 :yocto_home:`Yocto Project Website <>` in your browser. 631 :yocto_home:`Yocto Project Website <>` in your browser.
632 632
633#. *Get to the Downloads Area:* Select the "DOWNLOADS" item from the 633#. *Get to the Downloads Area:* Select the "RELEASES" item from the
634 pull-down "SOFTWARE" tab menu near the top of the page. 634 pull-down "DEVELOPMENT" tab menu near the top of the page.
635 635
636#. *Select a Yocto Project Release:* Use the menu next to "RELEASE" to 636#. *Select a Yocto Project Release:* On the top of the "RELEASE" page currently
637 display and choose a recent or past supported Yocto Project release 637 supported releases are displayed, further down past supported Yocto Project
638 releases are visible. The "Download" links in the rows of the table there
639 will lead to the download tarballs for the release.
638 (e.g. &DISTRO_NAME_NO_CAP;, &DISTRO_NAME_NO_CAP_MINUS_ONE;, and so forth). 640 (e.g. &DISTRO_NAME_NO_CAP;, &DISTRO_NAME_NO_CAP_MINUS_ONE;, and so forth).
639 641
640 .. note:: 642 .. note::
@@ -645,9 +647,9 @@ described in the ":ref:`dev-manual/start:accessing source archives`" section.
645 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto 647 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto
646 Project releases. 648 Project releases.
647 649
648#. *Download Tools or Board Support Packages (BSPs):* From the 650#. *Download Tools or Board Support Packages (BSPs):* Next to the tarballs you
649 "DOWNLOADS" page, you can download tools or BSPs as well. Just scroll 651 will find download tools or BSPs as well. Just select a Yocto Project
650 down the page and look for what you need. 652 release and look for what you need.
651 653
652Cloning and Checking Out Branches 654Cloning and Checking Out Branches
653================================= 655=================================