diff options
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 67 |
1 files changed, 48 insertions, 19 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 660a2051ae..dbac18bda8 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -58,20 +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 kirkstone --config yocto-autobuilder2/config.py --output-format docs --poky-distros |
64 | |||
65 | - Fedora 38 | ||
66 | |||
67 | - Debian GNU/Linux 11.x (Bullseye) | ||
68 | 64 | ||
69 | - AlmaLinux 8 | 65 | - AlmaLinux 8 |
66 | - AlmaLinux 9 | ||
67 | - Debian 11 | ||
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 | ||
70 | 78 | ||
71 | The following distribution versions are still tested, even though the | 79 | The following distribution versions are still tested, even though the |
72 | organizations publishing them no longer make updates publicly available: | 80 | organizations publishing them no longer make updates publicly available: |
73 | 81 | ||
74 | - Ubuntu 18.04 (LTS) | 82 | .. |
83 | This list contains EOL distros that are still tested on the Autobuilder | ||
84 | (meaning there are running workers for them). | ||
85 | See https://endoflife.date for information of EOL releases. | ||
86 | |||
87 | - Fedora 39 | ||
88 | - Fedora 40 | ||
89 | - Ubuntu 20.04 (LTS) | ||
75 | 90 | ||
76 | 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 |
77 | that some of these versions may have. Therefore, our testing has | 92 | that some of these versions may have. Therefore, our testing has |
@@ -80,19 +95,33 @@ limited value if you have access to such updates. | |||
80 | Finally, here are the distribution versions which were previously | 95 | Finally, here are the distribution versions which were previously |
81 | tested on former revisions of "&DISTRO_NAME;", but no longer are: | 96 | tested on former revisions of "&DISTRO_NAME;", but no longer are: |
82 | 97 | ||
83 | - Ubuntu 18.04 (LTS) | 98 | .. |
84 | 99 | Can be generated with yocto-autobuilder-helper's scripts/yocto-supported-distros: | |
85 | - Ubuntu 20.04 (LTS) | 100 | yocto-supported-distros --release kirkstone --config yocto-autobuilder2/config.py --output-format docs --old-distros |
86 | 101 | ||
87 | - Ubuntu 22.04 (LTS) | 102 | - CentOS 7 |
88 | 103 | - CentOS 8 | |
104 | - Debian 10 | ||
105 | - Debian 8 | ||
106 | - Debian 9 | ||
107 | - Fedora 29 | ||
108 | - Fedora 30 | ||
109 | - Fedora 31 | ||
110 | - Fedora 32 | ||
111 | - Fedora 33 | ||
112 | - Fedora 34 | ||
113 | - Fedora 35 | ||
114 | - Fedora 36 | ||
89 | - Fedora 37 | 115 | - Fedora 37 |
90 | 116 | - Fedora 38 | |
91 | - Debian GNU/Linux 11.x (Bookworm) | 117 | - OpenSUSE Leap 15.0 |
92 | 118 | - OpenSUSE Leap 15.1 | |
119 | - OpenSUSE Leap 15.2 | ||
93 | - OpenSUSE Leap 15.3 | 120 | - OpenSUSE Leap 15.3 |
94 | 121 | - Ubuntu 16.04 | |
95 | - AlmaLinux 8 | 122 | - Ubuntu 18.04 |
123 | - Ubuntu 19.04 | ||
124 | - Ubuntu 21.10 | ||
96 | 125 | ||
97 | .. note:: | 126 | .. note:: |
98 | 127 | ||