summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-07-29 20:04:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 23:11:28 +0100
commitf7763317f8f9844e325101fde1eac6ecd8cfdbee (patch)
tree85ff2f921e2e227fd51b5d7ce64354002f7285b8 /documentation
parent3eb3888ef004a700a9bf11d226b5b1a68853dc9f (diff)
downloadpoky-f7763317f8f9844e325101fde1eac6ecd8cfdbee.tar.gz
system-requirements.rst: remove EOL and Centos7 hosts
Commit https://git.yoctoproject.org/poky/commit/?id=d08e47312741a18e7be505d22762b90528253ac9 removed some EOL and CentOS7 from list hos supported hosts. Sync docs with Poky Replace CentOS with AlmaLinux. (From yocto-docs rev: 25a0e14ee8da9f59fa50ec209478e08e6438b827) Signed-off-by: Armin Kuster <akuster808@gmail.com> Reviewed-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.rst51
1 files changed, 3 insertions, 48 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 310ee45611..62da1bfaaa 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -45,14 +45,8 @@ distributions:
45 45
46- Fedora 35 46- Fedora 35
47 47
48- CentOS 7.x
49
50- CentOS 8.x
51
52- AlmaLinux 8.5 48- AlmaLinux 8.5
53 49
54- Debian GNU/Linux 9.x (Stretch)
55
56- Debian GNU/Linux 10.x (Buster) 50- Debian GNU/Linux 10.x (Buster)
57 51
58- Debian GNU/Linux 11.x (Bullseye) 52- Debian GNU/Linux 11.x (Bullseye)
@@ -120,12 +114,6 @@ supported Ubuntu or Debian Linux distribution:
120 $ sudo apt build-dep qemu 114 $ sudo apt build-dep qemu
121 $ sudo apt remove oss4-dev 115 $ sudo apt remove oss4-dev
122 116
123 - For Debian-8, ``python3-git`` and ``pylint3`` are no longer
124 available via ``apt``.
125 ::
126
127 $ sudo pip3 install GitPython pylint==1.9.5
128
129- *Essentials:* Packages needed to build an image on a headless system:: 117- *Essentials:* Packages needed to build an image on a headless system::
130 118
131 $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL; 119 $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
@@ -136,12 +124,6 @@ supported Ubuntu or Debian Linux distribution:
136 $ sudo apt install make python3-pip inkscape texlive-latex-extra 124 $ sudo apt install make python3-pip inkscape texlive-latex-extra
137 &PIP3_HOST_PACKAGES_DOC; 125 &PIP3_HOST_PACKAGES_DOC;
138 126
139 .. note::
140
141 It is currently not possible to build out documentation from Debian 8
142 (Jessie) because of outdated ``pip3`` and ``python3``. ``python3-sphinx``
143 is too outdated.
144
145Fedora Packages 127Fedora Packages
146--------------- 128---------------
147 129
@@ -177,38 +159,11 @@ supported openSUSE Linux distribution:
177 &PIP3_HOST_PACKAGES_DOC; 159 &PIP3_HOST_PACKAGES_DOC;
178 160
179 161
180CentOS-7 Packages 162AlmaLinux-8 Packages
181----------------- 163--------------------
182
183Here are the required packages by function given a
184supported CentOS-7 Linux distribution:
185
186- *Essentials:* Packages needed to build an image for a headless
187 system::
188
189 $ sudo yum install &CENTOS7_HOST_PACKAGES_ESSENTIAL;
190
191 .. note::
192
193 - Extra Packages for Enterprise Linux (i.e. ``epel-release``) is
194 a collection of packages from Fedora built on RHEL/CentOS for
195 easy installation of packages not included in enterprise Linux
196 by default. You need to install these packages separately.
197
198 - The ``makecache`` command consumes additional Metadata from
199 ``epel-release``.
200
201- *Documentation:* Packages needed if you are going to build out the
202 Yocto Project documentation manuals::
203
204 $ sudo yum install make python3-pip which inkscape texlive-fncychap
205 &PIP3_HOST_PACKAGES_DOC;
206
207CentOS-8 Packages
208-----------------
209 164
210Here are the required packages by function given a 165Here are the required packages by function given a
211supported CentOS-8 Linux distribution: 166supported AlmaLinux-8 Linux distribution:
212 167
213- *Essentials:* Packages needed to build an image for a headless 168- *Essentials:* Packages needed to build an image for a headless
214 system:: 169 system::