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-22 03:31:37 -1000
commitacf1b571881bd534c5df78027af075e311f4f895 (patch)
tree835d359547251202de2cbbafbd50d70a32045438
parentd9d1a730aee831120e99a3250dd4e91f435b0b40 (diff)
downloadpoky-acf1b571881bd534c5df78027af075e311f4f895.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: f9a3b59c130d498c02dfdc016958c92ac74737a7) 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/dev-manual-start.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst
index a85b86fbfb..6a330d4a32 100644
--- a/documentation/dev-manual/dev-manual-start.rst
+++ b/documentation/dev-manual/dev-manual-start.rst
@@ -659,7 +659,7 @@ Follow these steps to locate and download a particular tarball:
659Using the Downloads Page 659Using the Downloads Page
660------------------------ 660------------------------
661 661
662The :yocto_home:`Yocto Project Website <>` uses a "DOWNLOADS" page 662The :yocto_home:`Yocto Project Website <>` uses a "RELEASES" page
663from which you can locate and download tarballs of any Yocto Project 663from which you can locate and download tarballs of any Yocto Project
664release. Rather than Git repositories, these files represent snapshot 664release. Rather than Git repositories, these files represent snapshot
665tarballs similar to the tarballs located in the Index of Releases 665tarballs similar to the tarballs located in the Index of Releases
@@ -676,12 +676,13 @@ Releases <#accessing-index-of-releases>`__" section.
6761. *Go to the Yocto Project Website:* Open The 6761. *Go to the Yocto Project Website:* Open The
677 :yocto_home:`Yocto Project Website <>` in your browser. 677 :yocto_home:`Yocto Project Website <>` in your browser.
678 678
6792. *Get to the Downloads Area:* Select the "DOWNLOADS" item from the 679#. *Get to the Downloads Area:* Select the "RELEASES" item from the
680 pull-down "SOFTWARE" tab menu near the top of the page. 680 pull-down "DEVELOPMENT" tab menu near the top of the page.
681 681
6823. *Select a Yocto Project Release:* Use the menu next to "RELEASE" to 682#. *Select a Yocto Project Release:* On the top of the "RELEASE" page currently
683 display and choose a recent or past supported Yocto Project release 683 supported releases are displayed, further down past supported Yocto Project
684 (e.g. &DISTRO_NAME_NO_CAP;, &DISTRO_NAME_NO_CAP_MINUS_ONE;, and so forth). 684 releases are visible. The "Download" links in the rows of the table there
685 will lead to the download tarballs for the release.
685 686
686 .. note:: 687 .. note::
687 688
@@ -691,9 +692,9 @@ Releases <#accessing-index-of-releases>`__" section.
691 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto 692 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto
692 Project releases. 693 Project releases.
693 694
6944. *Download Tools or Board Support Packages (BSPs):* From the 695#. *Download Tools or Board Support Packages (BSPs):* Next to the tarballs you
695 "DOWNLOADS" page, you can download tools or BSPs as well. Just scroll 696 will find download tools or BSPs as well. Just select a Yocto Project
696 down the page and look for what you need. 697 release and look for what you need.
697 698
698Accessing Nightly Builds 699Accessing Nightly Builds
699------------------------ 700------------------------