diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-08-06 17:04:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | a4d83b4986f7acc9be6f61636e31644efd6da0ee (patch) | |
tree | 6b317c633d77ac81716bac5082cd1c0ef9e65b7e /documentation | |
parent | a59d042448e38e50c0e3c675e1252422b01c2cf4 (diff) | |
download | poky-a4d83b4986f7acc9be6f61636e31644efd6da0ee.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.
- Remove older Ubuntu distributions that are not tested on the
Autobuilder anymore.
- Fill the second list with EOL distros still running on the
Autobuilder.
- Empty the third list as it does not make sense to maitain on the
master branch.
(From yocto-docs rev: 56a7e8c209e804896558d759525d0c0317ac0ff5)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 14b635013b..0ea52ae951 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -58,54 +58,55 @@ 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 master --config yocto-autobuilder2/config.py --output-format docs |
64 | |||
65 | - Ubuntu 24.10 | ||
66 | |||
67 | - Fedora 39 | ||
68 | |||
69 | - Fedora 40 | ||
70 | |||
71 | - Fedora 41 | ||
72 | 64 | ||
65 | - AlmaLinux 8 | ||
66 | - AlmaLinux 9 | ||
73 | - CentOS Stream 9 | 67 | - CentOS Stream 9 |
74 | |||
75 | - Debian GNU/Linux 11 (Bullseye) | 68 | - Debian GNU/Linux 11 (Bullseye) |
76 | |||
77 | - Debian GNU/Linux 12 (Bookworm) | 69 | - Debian GNU/Linux 12 (Bookworm) |
78 | 70 | - Fedora 39 | |
71 | - Fedora 40 | ||
72 | - Fedora 41 | ||
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 22.04 (LTS) | |
85 | - AlmaLinux 9 | 78 | - Ubuntu 24.04 (LTS) |
86 | 79 | - Ubuntu 24.10 | |
87 | - Rocky 8 | ||
88 | |||
89 | - Rocky 9 | ||
90 | 80 | ||
91 | The following distribution versions are still tested, even though the | 81 | The following distribution versions are still tested, even though the |
92 | organizations publishing them no longer make updates publicly available: | 82 | organizations publishing them no longer make updates publicly available: |
93 | 83 | ||
94 | - Ubuntu 18.04 (LTS) | 84 | .. |
85 | This list contains EOL distros that are still tested on the Autobuilder | ||
86 | (meaning there are running workers). | ||
87 | See https://endoflife.date for information of EOL releases. | ||
95 | 88 | ||
96 | - Ubuntu 20.04 (LTS) | 89 | - Fedora 39 |
97 | 90 | - Fedora 40 | |
98 | - Ubuntu 23.04 | 91 | - OpenSUSE Leap 15.5 |
92 | - Ubuntu 24.10 | ||
99 | 93 | ||
100 | Note that the Yocto Project doesn't have access to private updates | 94 | Note that the Yocto Project doesn't have access to private updates |
101 | that some of these versions may have. Therefore, our testing has | 95 | that some of these versions may have. Therefore, our testing has |
102 | limited value if you have access to such updates. Also, :term:`buildtools` | 96 | limited value if you have access to such updates. Also, :term:`buildtools` |
103 | may have to be used on older releases in order to get current enough | 97 | may have to be used on older releases in order to get current enough |
104 | tools, such as python. | 98 | tools, such as Python. |
105 | 99 | ||
106 | Finally, here are the distribution versions which were previously | 100 | Finally, here are the distribution versions which were previously |
107 | tested on former revisions of "&DISTRO_NAME;", but no longer are: | 101 | tested on former revisions of "&DISTRO_NAME;", but no longer are: |
108 | 102 | ||
103 | .. | ||
104 | On the master branch it does not really make sense to fill this list. We | ||
105 | should maintain the list below on stable branches once we drop support for | ||
106 | distributions. | ||
107 | The list can be generated with yocto-autobuilder-helper's scripts/yocto-supported-distros: | ||
108 | yocto-supported-distros --release <release> --config yocto-autobuilder2/config.py --output-format docs --old-distros | ||
109 | |||
109 | *This list is currently empty* | 110 | *This list is currently empty* |
110 | 111 | ||
111 | .. note:: | 112 | .. note:: |