diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-08-06 17:04:46 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-13 08:42:58 -0700 |
commit | 353d1a0b2891c32d847e5ec0b14e9aea77b7bad9 (patch) | |
tree | b5a76d582b7f0f50891bfb3a84e58f188ba07008 | |
parent | 6c48d4b799859d36ceece4b9c0ede22fb46b6ae7 (diff) | |
download | poky-353d1a0b2891c32d847e5ec0b14e9aea77b7bad9.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: 378bceec8f5a57d4961df178c141f627e48f0235)
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 | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index b64a13320a..eec4becea9 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -58,44 +58,40 @@ 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 22.04 (LTS) | 61 | .. |
62 | 62 | Can be generated with yocto-autobuilder-helper's scripts/yocto-supported-distros: | |
63 | - Ubuntu 24.04 (LTS) | 63 | yocto-supported-distros --release walnascar --config yocto-autobuilder2/config.py --output-format docs --poky-distros |
64 | |||
65 | - Ubuntu 24.10 | ||
66 | 64 | ||
65 | - AlmaLinux 8 | ||
66 | - AlmaLinux 9 | ||
67 | - CentOS Stream 9 | ||
68 | - Debian 11 | ||
69 | - Debian 12 | ||
67 | - Fedora 39 | 70 | - Fedora 39 |
68 | |||
69 | - Fedora 40 | 71 | - Fedora 40 |
70 | |||
71 | - Fedora 41 | 72 | - Fedora 41 |
72 | |||
73 | - CentOS Stream 9 | ||
74 | |||
75 | - Debian GNU/Linux 11 (Bullseye) | ||
76 | |||
77 | - Debian GNU/Linux 12 (Bookworm) | ||
78 | |||
79 | - OpenSUSE Leap 15.5 | 73 | - OpenSUSE Leap 15.5 |
80 | |||
81 | - OpenSUSE Leap 15.6 | 74 | - OpenSUSE Leap 15.6 |
82 | 75 | - Rocky Linux 8 | |
83 | - AlmaLinux 8 | 76 | - Rocky Linux 9 |
84 | 77 | - Ubuntu 20.04 (LTS) | |
85 | - AlmaLinux 9 | 78 | - Ubuntu 22.04 (LTS) |
86 | 79 | - Ubuntu 24.04 (LTS) | |
87 | - Rocky 8 | 80 | - Ubuntu 24.10 |
88 | |||
89 | - Rocky 9 | ||
90 | 81 | ||
91 | The following distribution versions are still tested, even though the | 82 | The following distribution versions are still tested, even though the |
92 | organizations publishing them no longer make updates publicly available: | 83 | organizations publishing them no longer make updates publicly available: |
93 | 84 | ||
94 | - Ubuntu 18.04 (LTS) | 85 | .. |
86 | This list contains EOL distros that are still tested on the Autobuilder | ||
87 | (meaning there are running workers). | ||
88 | See https://endoflife.date for information of EOL releases. | ||
95 | 89 | ||
90 | - Fedora 39 | ||
91 | - Fedora 40 | ||
92 | - OpenSUSE Leap 15.5 | ||
96 | - Ubuntu 20.04 (LTS) | 93 | - Ubuntu 20.04 (LTS) |
97 | 94 | - Ubuntu 24.10 | |
98 | - Ubuntu 23.04 | ||
99 | 95 | ||
100 | Note that the Yocto Project doesn't have access to private updates | 96 | Note that the Yocto Project doesn't have access to private updates |
101 | that some of these versions may have. Therefore, our testing has | 97 | that some of these versions may have. Therefore, our testing has |
@@ -106,7 +102,11 @@ tools, such as python. | |||
106 | Finally, here are the distribution versions which were previously | 102 | Finally, here are the distribution versions which were previously |
107 | tested on former revisions of "&DISTRO_NAME;", but no longer are: | 103 | tested on former revisions of "&DISTRO_NAME;", but no longer are: |
108 | 104 | ||
109 | *This list is currently empty* | 105 | .. |
106 | Can be generated with yocto-autobuilder-helper's scripts/yocto-supported-distros: | ||
107 | yocto-supported-distros --release walnascar --config yocto-autobuilder2/config.py --output-format docs --old-distros | ||
108 | |||
109 | - Ubuntu 23.04 | ||
110 | 110 | ||
111 | .. note:: | 111 | .. note:: |
112 | 112 | ||