diff mbox series

ref-manual: update supported distro versions

Message ID 20230803125043.3025475-1-michael.opdenacker@bootlin.com
State New
Headers show
Series ref-manual: update supported distro versions | expand

Commit Message

Michael Opdenacker Aug. 3, 2023, 12:50 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

- Update according to changes in SANITY_TESTED_DISTROS
  (meta-poky/conf/distro/poky.conf)

- No longer declare as "Supported" the distributions versions
  which are End of Life for their vendors, as some of them
  (Ubuntu for example) ship updates to subscribers only,
  which the Yocto Project has no access to.

- List distribution versions which were previously tested
  for the branch of the Yocto Project being considered
  (should be an empty list on master, until the next
  release is made).

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 .../ref-manual/system-requirements.rst        | 31 ++++++++++++++-----
 1 file changed, 23 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 3c2f979a6d..ff26d68709 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -55,27 +55,43 @@  as much RAM and as many CPU cores as possible.
 Supported Linux Distributions
 =============================
 
-Currently, the Yocto Project is supported on the following distributions:
-
--  Ubuntu 18.04 (LTS)
+Currently, the &DISTRO; release ("&DISTRO_NAME;") of the Yocto Project is
+supported on the following distributions:
 
 -  Ubuntu 20.04 (LTS)
 
 -  Ubuntu 22.04 (LTS)
 
+-  Fedora 37
+
+-  Debian GNU/Linux 11 (Bullseye)
+
+-  Debian GNU/Linux 12 (Bookworm)
+
+-  OpenSUSE Leap 15.4
+
+The following distribution versions are still tested (being listed
+in :term:`SANITY_TESTED_DISTROS`, even though the organization
+publishing them no longer make updates publicly available:
+
+-  Ubuntu 18.04 (LTS)
+
 -  Fedora 36
 
--  Fedora 37
+-  OpenSUSE Leap 15.3
 
 -  AlmaLinux 8.7
 
 -  AlmaLinux 9.1
 
--  Debian GNU/Linux 11.x (Bullseye)
+Note that the Yocto Project doesn't have access to private updates
+that some of these versions may have. Therefore, our testing has
+limited value if you have access to such updates.
 
--  OpenSUSE Leap 15.3
+Finally, here are the distribution versions which were previously
+tested by the &DISTRO; release ("&DISTRO_NAME;"), but no longer are:
 
--  OpenSUSE Leap 15.4
+*This list is currently empty*
 
 .. note::
 
@@ -117,7 +133,6 @@  Currently, the Yocto Project is supported on the following distributions:
       and the ":doc:`../contributor-guide/submit-defect`"
       section in the Yocto Project and OpenEmbedded Contributor Guide.
 
-
 Required Packages for the Build Host
 ====================================