diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-12-21 16:02:14 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-10 05:02:09 -1000 |
commit | 61a59d00a0484fb3c0c64ca8eaa3a24c7f23fd24 (patch) | |
tree | 498f25c2768b23cfd80dab8d0a23cc3eb0da3c9d | |
parent | afe1706a7795dd07e7b92e85019c17acedb4ac85 (diff) | |
download | poky-61a59d00a0484fb3c0c64ca8eaa3a24c7f23fd24.tar.gz |
ref-manual: update tested and supported distros
According to currently active workers
https://autobuilder.yoctoproject.org/typhoon/#/workers
and to the "workers_prev_releases" definition
in https://git.yoctoproject.org/yocto-autobuilder2/tree/config.py
Also correct the text saying that SANITY_TESTED_DISTROS
lists currently tested distros.
Also replace AlmaLinux 8.8 and 9.2 by just AlmaLinux 8 and 9,
as we update our workers anyway.
(From yocto-docs rev: f169122a4594d7733ebc478d34aaf269801fc068)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index e1ff51c859..9dee24a1fa 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -62,8 +62,6 @@ supported on the following distributions: | |||
62 | 62 | ||
63 | - Ubuntu 22.04 (LTS) | 63 | - Ubuntu 22.04 (LTS) |
64 | 64 | ||
65 | - Fedora 37 | ||
66 | |||
67 | - Fedora 38 | 65 | - Fedora 38 |
68 | 66 | ||
69 | - CentOS Stream 8 | 67 | - CentOS Stream 8 |
@@ -74,19 +72,18 @@ supported on the following distributions: | |||
74 | 72 | ||
75 | - OpenSUSE Leap 15.4 | 73 | - OpenSUSE Leap 15.4 |
76 | 74 | ||
77 | - AlmaLinux 8.8 | 75 | - AlmaLinux 8 |
78 | 76 | ||
79 | - AlmaLinux 9.2 | 77 | - AlmaLinux 9 |
80 | 78 | ||
81 | The following distribution versions are still tested (being listed | 79 | - Rocky 9 |
82 | in :term:`SANITY_TESTED_DISTROS`), even though the organizations | ||
83 | publishing them no longer make updates publicly available: | ||
84 | 80 | ||
85 | - Ubuntu 18.04 (LTS) | 81 | The following distribution versions are still tested, even though the |
82 | organizations publishing them no longer make updates publicly available: | ||
86 | 83 | ||
87 | - Ubuntu 22.10 | 84 | - Ubuntu 18.04 (LTS) |
88 | 85 | ||
89 | - OpenSUSE Leap 15.3 | 86 | - Ubuntu 23.04 |
90 | 87 | ||
91 | Note that the Yocto Project doesn't have access to private updates | 88 | Note that the Yocto Project doesn't have access to private updates |
92 | that some of these versions may have. Therefore, our testing has | 89 | that some of these versions may have. Therefore, our testing has |
@@ -95,7 +92,11 @@ limited value if you have access to such updates. | |||
95 | Finally, here are the distribution versions which were previously | 92 | Finally, here are the distribution versions which were previously |
96 | tested on former revisions of "&DISTRO_NAME;", but no longer are: | 93 | tested on former revisions of "&DISTRO_NAME;", but no longer are: |
97 | 94 | ||
98 | *This list is currently empty* | 95 | - Ubuntu 22.10 |
96 | |||
97 | - Fedora 37 | ||
98 | |||
99 | - OpenSUSE Leap 15.3 | ||
99 | 100 | ||
100 | .. note:: | 101 | .. note:: |
101 | 102 | ||