diff options
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:: |