summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-07-28 12:22:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit34864ad94c8276f4988179c36174de83d840af4f (patch)
treee651769ea999a6fcba073a751282052bfe5c3699 /documentation/ref-manual
parent2090a416ad4080fbd594ecb207e7545a05a63146 (diff)
downloadpoky-34864ad94c8276f4988179c36174de83d840af4f.tar.gz
ref-manual: update supported distro versions
- 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). (From yocto-docs rev: a2c0918493fb85235d90edd782ec14fa75d10cf1) Signed-off-by: Michael Opdenacker <michael.opdenacker@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.rst39
1 files changed, 29 insertions, 10 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 3c2f979a6d..d1c440cf19 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -55,28 +55,48 @@ as much RAM and as many CPU cores as possible.
55Supported Linux Distributions 55Supported Linux Distributions
56============================= 56=============================
57 57
58Currently, the Yocto Project is supported on the following distributions: 58Currently, the &DISTRO; release ("&DISTRO_NAME;") of the Yocto Project is
59 59supported on the following distributions:
60- Ubuntu 18.04 (LTS)
61 60
62- Ubuntu 20.04 (LTS) 61- Ubuntu 20.04 (LTS)
63 62
64- Ubuntu 22.04 (LTS) 63- Ubuntu 22.04 (LTS)
65 64
66- Fedora 36
67
68- Fedora 37 65- Fedora 37
69 66
70- AlmaLinux 8.7 67- Fedora 38
71 68
72- AlmaLinux 9.1 69- CentOS Stream 8
73 70
74- Debian GNU/Linux 11.x (Bullseye) 71- Debian GNU/Linux 11 (Bullseye)
75 72
76- OpenSUSE Leap 15.3 73- Debian GNU/Linux 12 (Bookworm)
77 74
78- OpenSUSE Leap 15.4 75- OpenSUSE Leap 15.4
79 76
77- AlmaLinux 8.8
78
79- AlmaLinux 9.2
80
81The following distribution versions are still tested (being listed
82in :term:`SANITY_TESTED_DISTROS`), even though the organizations
83publishing them no longer make updates publicly available:
84
85- Ubuntu 18.04 (LTS)
86
87- Ubuntu 22.10
88
89- OpenSUSE Leap 15.3
90
91Note that the Yocto Project doesn't have access to private updates
92that some of these versions may have. Therefore, our testing has
93limited value if you have access to such updates.
94
95Finally, here are the distribution versions which were previously
96tested on former revisions of "&DISTRO_NAME;", but no longer are:
97
98*This list is currently empty*
99
80.. note:: 100.. note::
81 101
82 - While the Yocto Project Team attempts to ensure all Yocto Project 102 - While the Yocto Project Team attempts to ensure all Yocto Project
@@ -117,7 +137,6 @@ Currently, the Yocto Project is supported on the following distributions:
117 and the ":doc:`../contributor-guide/submit-defect`" 137 and the ":doc:`../contributor-guide/submit-defect`"
118 section in the Yocto Project and OpenEmbedded Contributor Guide. 138 section in the Yocto Project and OpenEmbedded Contributor Guide.
119 139
120
121Required Packages for the Build Host 140Required Packages for the Build Host
122==================================== 141====================================
123 142