diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-28 09:29:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-28 13:17:13 +0000 |
commit | 2c2d3bd92c9efbfd67273bb827ba1660967bccb4 (patch) | |
tree | 9ddc26be2c39f87224d466c43baa9443576b30fd /documentation/ref-manual | |
parent | 0570d98f1b312f9e1b4edf52f637c9efb66dd4bd (diff) | |
download | poky-2c2d3bd92c9efbfd67273bb827ba1660967bccb4.tar.gz |
ref-manual/system-requirements.rst: update list of supported distributions
Before the 5.2 release, update the list of supported distributions to
match the SANITY_TESTED_DISTROS variable in poky.conf.
(From yocto-docs rev: 9dac392c0d834c0089c514d7ad85beeb04d1b698)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index e9f8155945..04d2674efd 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -62,20 +62,20 @@ supported on the following distributions: | |||
62 | 62 | ||
63 | - Ubuntu 24.04 (LTS) | 63 | - Ubuntu 24.04 (LTS) |
64 | 64 | ||
65 | - Fedora 38 | 65 | - Ubuntu 24.10 |
66 | 66 | ||
67 | - Fedora 39 | 67 | - Fedora 39 |
68 | 68 | ||
69 | - Fedora 40 | 69 | - Fedora 40 |
70 | 70 | ||
71 | - CentOS Stream 8 | 71 | - Fedora 41 |
72 | |||
73 | - CentOS Stream 9 | ||
72 | 74 | ||
73 | - Debian GNU/Linux 11 (Bullseye) | 75 | - Debian GNU/Linux 11 (Bullseye) |
74 | 76 | ||
75 | - Debian GNU/Linux 12 (Bookworm) | 77 | - Debian GNU/Linux 12 (Bookworm) |
76 | 78 | ||
77 | - OpenSUSE Leap 15.4 | ||
78 | |||
79 | - OpenSUSE Leap 15.5 | 79 | - OpenSUSE Leap 15.5 |
80 | 80 | ||
81 | - OpenSUSE Leap 15.6 | 81 | - OpenSUSE Leap 15.6 |
@@ -84,6 +84,8 @@ supported on the following distributions: | |||
84 | 84 | ||
85 | - AlmaLinux 9 | 85 | - AlmaLinux 9 |
86 | 86 | ||
87 | - Rocky 8 | ||
88 | |||
87 | - Rocky 9 | 89 | - Rocky 9 |
88 | 90 | ||
89 | The following distribution versions are still tested, even though the | 91 | The following distribution versions are still tested, even though the |