mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3eb3888ef0
commit
f7763317f8
@@ -45,14 +45,8 @@ distributions:
|
|||||||
|
|
||||||
- Fedora 35
|
- Fedora 35
|
||||||
|
|
||||||
- CentOS 7.x
|
|
||||||
|
|
||||||
- CentOS 8.x
|
|
||||||
|
|
||||||
- AlmaLinux 8.5
|
- AlmaLinux 8.5
|
||||||
|
|
||||||
- Debian GNU/Linux 9.x (Stretch)
|
|
||||||
|
|
||||||
- Debian GNU/Linux 10.x (Buster)
|
- Debian GNU/Linux 10.x (Buster)
|
||||||
|
|
||||||
- Debian GNU/Linux 11.x (Bullseye)
|
- Debian GNU/Linux 11.x (Bullseye)
|
||||||
@@ -120,12 +114,6 @@ supported Ubuntu or Debian Linux distribution:
|
|||||||
$ sudo apt build-dep qemu
|
$ sudo apt build-dep qemu
|
||||||
$ sudo apt remove oss4-dev
|
$ sudo apt remove oss4-dev
|
||||||
|
|
||||||
- For Debian-8, ``python3-git`` and ``pylint3`` are no longer
|
|
||||||
available via ``apt``.
|
|
||||||
::
|
|
||||||
|
|
||||||
$ sudo pip3 install GitPython pylint==1.9.5
|
|
||||||
|
|
||||||
- *Essentials:* Packages needed to build an image on a headless system::
|
- *Essentials:* Packages needed to build an image on a headless system::
|
||||||
|
|
||||||
$ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
|
$ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
|
||||||
@@ -136,12 +124,6 @@ supported Ubuntu or Debian Linux distribution:
|
|||||||
$ sudo apt install make python3-pip inkscape texlive-latex-extra
|
$ sudo apt install make python3-pip inkscape texlive-latex-extra
|
||||||
&PIP3_HOST_PACKAGES_DOC;
|
&PIP3_HOST_PACKAGES_DOC;
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
It is currently not possible to build out documentation from Debian 8
|
|
||||||
(Jessie) because of outdated ``pip3`` and ``python3``. ``python3-sphinx``
|
|
||||||
is too outdated.
|
|
||||||
|
|
||||||
Fedora Packages
|
Fedora Packages
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
@@ -177,38 +159,11 @@ supported openSUSE Linux distribution:
|
|||||||
&PIP3_HOST_PACKAGES_DOC;
|
&PIP3_HOST_PACKAGES_DOC;
|
||||||
|
|
||||||
|
|
||||||
CentOS-7 Packages
|
AlmaLinux-8 Packages
|
||||||
-----------------
|
--------------------
|
||||||
|
|
||||||
Here are the required packages by function given a
|
Here are the required packages by function given a
|
||||||
supported CentOS-7 Linux distribution:
|
supported AlmaLinux-8 Linux distribution:
|
||||||
|
|
||||||
- *Essentials:* Packages needed to build an image for a headless
|
|
||||||
system::
|
|
||||||
|
|
||||||
$ sudo yum install &CENTOS7_HOST_PACKAGES_ESSENTIAL;
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
- Extra Packages for Enterprise Linux (i.e. ``epel-release``) is
|
|
||||||
a collection of packages from Fedora built on RHEL/CentOS for
|
|
||||||
easy installation of packages not included in enterprise Linux
|
|
||||||
by default. You need to install these packages separately.
|
|
||||||
|
|
||||||
- The ``makecache`` command consumes additional Metadata from
|
|
||||||
``epel-release``.
|
|
||||||
|
|
||||||
- *Documentation:* Packages needed if you are going to build out the
|
|
||||||
Yocto Project documentation manuals::
|
|
||||||
|
|
||||||
$ sudo yum install make python3-pip which inkscape texlive-fncychap
|
|
||||||
&PIP3_HOST_PACKAGES_DOC;
|
|
||||||
|
|
||||||
CentOS-8 Packages
|
|
||||||
-----------------
|
|
||||||
|
|
||||||
Here are the required packages by function given a
|
|
||||||
supported CentOS-8 Linux distribution:
|
|
||||||
|
|
||||||
- *Essentials:* Packages needed to build an image for a headless
|
- *Essentials:* Packages needed to build an image for a headless
|
||||||
system::
|
system::
|
||||||
|
|||||||
Reference in New Issue
Block a user