summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-08-06 17:04:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-08 23:41:10 +0100
commita4d83b4986f7acc9be6f61636e31644efd6da0ee (patch)
tree6b317c633d77ac81716bac5082cd1c0ef9e65b7e /documentation
parenta59d042448e38e50c0e3c675e1252422b01c2cf4 (diff)
downloadpoky-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.rst57
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
58Currently, the &DISTRO; release ("&DISTRO_NAME;") of the Yocto Project is 58Currently, the &DISTRO; release ("&DISTRO_NAME;") of the Yocto Project is
59supported on the following distributions: 59supported 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
91The following distribution versions are still tested, even though the 81The following distribution versions are still tested, even though the
92organizations publishing them no longer make updates publicly available: 82organizations 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
100Note that the Yocto Project doesn't have access to private updates 94Note that the Yocto Project doesn't have access to private updates
101that some of these versions may have. Therefore, our testing has 95that some of these versions may have. Therefore, our testing has
102limited value if you have access to such updates. Also, :term:`buildtools` 96limited value if you have access to such updates. Also, :term:`buildtools`
103may have to be used on older releases in order to get current enough 97may have to be used on older releases in order to get current enough
104tools, such as python. 98tools, such as Python.
105 99
106Finally, here are the distribution versions which were previously 100Finally, here are the distribution versions which were previously
107tested on former revisions of "&DISTRO_NAME;", but no longer are: 101tested 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::