diff options
author | Simone Weiß <simone.p.weiss@posteo.com> | 2023-12-23 11:51:24 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-24 04:04:56 -1000 |
commit | 8f6035f44d627f52302b8ade5a04535845840556 (patch) | |
tree | 49cce51d07f5ea89ef1b723a2aac820f4c8f7640 | |
parent | ae249a900fae8d046744699145cbca83f11512a5 (diff) | |
download | poky-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.rst | 18 |
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: | |||
642 | Using the Downloads Page | 642 | Using the Downloads Page |
643 | ------------------------ | 643 | ------------------------ |
644 | 644 | ||
645 | The :yocto_home:`Yocto Project Website <>` uses a "DOWNLOADS" page | 645 | The :yocto_home:`Yocto Project Website <>` uses a "RELEASES" page |
646 | from which you can locate and download tarballs of any Yocto Project | 646 | from which you can locate and download tarballs of any Yocto Project |
647 | release. Rather than Git repositories, these files represent snapshot | 647 | release. Rather than Git repositories, these files represent snapshot |
648 | tarballs similar to the tarballs located in the Index of Releases | 648 | tarballs 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. | |||
651 | 1. *Go to the Yocto Project Website:* Open The | 651 | 1. *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 | ||
654 | 2. *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 | ||
657 | 3. *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 | ||
669 | 4. *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 | ||
673 | Cloning and Checking Out Branches | 675 | Cloning and Checking Out Branches |
674 | ================================= | 676 | ================================= |