diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-08-06 17:04:47 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-20 07:37:19 -0700 |
commit | 0a71bd589cc77b99b5c758e2091e54fbb12d26fe (patch) | |
tree | 13989fd32d8635822d038e302165f1aa4fdcfc4e | |
parent | 61545ac190b60aa00a8b747ebdf8b4f7913d4392 (diff) | |
download | poky-0a71bd589cc77b99b5c758e2091e54fbb12d26fe.tar.gz |
ref-manual/system-requirements.rst: update supported distributions
Update the distributions to match the list of workers on the
Autobuilder. This list was generated with the help of
yocto-autobuilder-helper/scripts/yocto-supported-distros.
Also:
- Sort the lists alphabetically.
- Decrease spacing between entries for readability.
(From yocto-docs rev: e99a9283e30ae2b844018d1ffb88560ab6877ab7)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 53 |
1 files changed, 30 insertions, 23 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index b22572c6b4..ad7c70727a 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -58,36 +58,35 @@ Supported Linux Distributions | |||
58 | Currently, the &DISTRO; release ("&DISTRO_NAME;") of the Yocto Project is | 58 | Currently, the &DISTRO; release ("&DISTRO_NAME;") of the Yocto Project is |
59 | supported on the following distributions: | 59 | supported on the following distributions: |
60 | 60 | ||
61 | - Ubuntu 20.04 (LTS) | 61 | .. |
62 | 62 | Can be generated with yocto-autobuilder-helper's scripts/yocto-supported-distros: | |
63 | - Ubuntu 22.04 (LTS) | 63 | yocto-supported-distros --release scarthgap --config yocto-autobuilder2/config.py --output-format docs --poky-distros |
64 | |||
65 | - Ubuntu 23.04 | ||
66 | |||
67 | - Fedora 38 | ||
68 | |||
69 | - Fedora 39 | ||
70 | |||
71 | - CentOS Stream 8 | ||
72 | |||
73 | - Debian GNU/Linux 11 (Bullseye) | ||
74 | |||
75 | - Debian GNU/Linux 12 (Bookworm) | ||
76 | |||
77 | - OpenSUSE Leap 15.4 | ||
78 | 64 | ||
79 | - AlmaLinux 8 | 65 | - AlmaLinux 8 |
80 | |||
81 | - AlmaLinux 9 | 66 | - AlmaLinux 9 |
82 | 67 | - Debian 11 | |
83 | - Rocky 9 | 68 | - Debian 12 |
69 | - Fedora 39 | ||
70 | - Fedora 40 | ||
71 | - Fedora 41 | ||
72 | - Rocky Linux 8 | ||
73 | - Rocky Linux 9 | ||
74 | - Ubuntu 20.04 (LTS) | ||
75 | - Ubuntu 22.04 (LTS) | ||
76 | - Ubuntu 24.04 (LTS) | ||
77 | - Ubuntu 24.10 | ||
84 | 78 | ||
85 | The following distribution versions are still tested, even though the | 79 | The following distribution versions are still tested, even though the |
86 | organizations publishing them no longer make updates publicly available: | 80 | organizations publishing them no longer make updates publicly available: |
87 | 81 | ||
88 | - Ubuntu 18.04 (LTS) | 82 | .. |
83 | This list contains EOL distros that are still tested on the Autobuilder | ||
84 | (meaning there are running workers). | ||
85 | See https://endoflife.date for information of EOL releases. | ||
89 | 86 | ||
90 | - Ubuntu 23.04 | 87 | - Fedora 39 |
88 | - Fedora 40 | ||
89 | - Ubuntu 20.04 (LTS) | ||
91 | 90 | ||
92 | Note that the Yocto Project doesn't have access to private updates | 91 | Note that the Yocto Project doesn't have access to private updates |
93 | that some of these versions may have. Therefore, our testing has | 92 | that some of these versions may have. Therefore, our testing has |
@@ -96,7 +95,15 @@ limited value if you have access to such updates. | |||
96 | Finally, here are the distribution versions which were previously | 95 | Finally, here are the distribution versions which were previously |
97 | tested on former revisions of "&DISTRO_NAME;", but no longer are: | 96 | tested on former revisions of "&DISTRO_NAME;", but no longer are: |
98 | 97 | ||
99 | *This list is currently empty* | 98 | .. |
99 | Can be generated with yocto-autobuilder-helper's scripts/yocto-supported-distros. | ||
100 | yocto-supported-distros --release scarthgap --config yocto-autobuilder2/config.py --output-format docs --old-distros | ||
101 | |||
102 | - CentOS Stream 8 | ||
103 | - Fedora 38 | ||
104 | - OpenSUSE Leap 15.4 | ||
105 | - Ubuntu 18.04 | ||
106 | - Ubuntu 23.04 | ||
100 | 107 | ||
101 | .. note:: | 108 | .. note:: |
102 | 109 | ||