diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-12-21 16:08:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-12 11:34:05 +0000 |
commit | 5841968223e1f9383f29112ea444e1cf9f8e2c1a (patch) | |
tree | c02ba789e452f363aa6a906375afd5c926e9851e /documentation | |
parent | 120ac9aa8bf23c05d68b9d3f74c62e56264daa00 (diff) | |
download | poky-5841968223e1f9383f29112ea444e1cf9f8e2c1a.tar.gz |
ref-manual: update tested and supported distros
According to currently active workers
https://autobuilder.yoctoproject.org/typhoon/#/workers
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: bceadfad0954e8473b0e87bba8d6b1e67fd88eef)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index e1ff51c859..9e2dd532f9 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 |