summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2023-12-23 11:51:24 +0000
committerSteve Sakoman <steve@sakoman.com>2024-01-24 04:04:56 -1000
commit8f6035f44d627f52302b8ade5a04535845840556 (patch)
tree49cce51d07f5ea89ef1b723a2aac820f4c8f7640
parentae249a900fae8d046744699145cbca83f11512a5 (diff)
downloadpoky-8f6035f44d627f52302b8ade5a04535845840556.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: c67d471145cf09162059368ffd99f0c80df92520) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 3bc4244595..5a81506a9b 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -642,7 +642,7 @@ Follow these steps to locate and download a particular tarball:
642Using the Downloads Page 642Using the Downloads Page
643------------------------ 643------------------------
644 644
645The :yocto_home:`Yocto Project Website <>` uses a "DOWNLOADS" page 645The :yocto_home:`Yocto Project Website <>` uses a "RELEASES" page
646from which you can locate and download tarballs of any Yocto Project 646from which you can locate and download tarballs of any Yocto Project
647release. Rather than Git repositories, these files represent snapshot 647release. Rather than Git repositories, these files represent snapshot
648tarballs similar to the tarballs located in the Index of Releases 648tarballs similar to the tarballs located in the Index of Releases
@@ -651,11 +651,13 @@ described in the ":ref:`dev-manual/start:accessing index of releases`" section.
6511. *Go to the Yocto Project Website:* Open The 6511. *Go to the Yocto Project Website:* Open The
652 :yocto_home:`Yocto Project Website <>` in your browser. 652 :yocto_home:`Yocto Project Website <>` in your browser.
653 653
6542. *Get to the Downloads Area:* Select the "DOWNLOADS" item from the 654#. *Get to the Downloads Area:* Select the "RELEASES" item from the
655 pull-down "SOFTWARE" tab menu near the top of the page. 655 pull-down "DEVELOPMENT" tab menu near the top of the page.
656 656
6573. *Select a Yocto Project Release:* Use the menu next to "RELEASE" to 657#. *Select a Yocto Project Release:* On the top of the "RELEASE" page currently
658 display and choose a recent or past supported Yocto Project release 658 supported releases are displayed, further down past supported Yocto Project
659 releases are visible. The "Download" links in the rows of the table there
660 will lead to the download tarballs for the release
659 (e.g. &DISTRO_NAME_NO_CAP;, &DISTRO_NAME_NO_CAP_MINUS_ONE;, and so forth). 661 (e.g. &DISTRO_NAME_NO_CAP;, &DISTRO_NAME_NO_CAP_MINUS_ONE;, and so forth).
660 662
661 .. note:: 663 .. note::
@@ -666,9 +668,9 @@ described in the ":ref:`dev-manual/start:accessing index of releases`" section.
666 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto 668 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto
667 Project releases. 669 Project releases.
668 670
6694. *Download Tools or Board Support Packages (BSPs):* From the 671#. *Download Tools or Board Support Packages (BSPs):* Next to the tarballs you
670 "DOWNLOADS" page, you can download tools or BSPs as well. Just scroll 672 will find download tools or BSPs as well. Just select a Yocto Project
671 down the page and look for what you need. 673 release and look for what you need.
672 674
673Cloning and Checking Out Branches 675Cloning and Checking Out Branches
674================================= 676=================================