summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/system-requirements.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-02 19:40:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-20 13:16:52 +0000
commit443a9f2658d137def30e54fa6f7c4aab95c861f0 (patch)
treee5de143dec2c124e9d6d3f41d9de98952c9f68e6 /documentation/ref-manual/system-requirements.rst
parent0eb826a7987951369c81e65d456a7804c54cc859 (diff)
downloadpoky-443a9f2658d137def30e54fa6f7c4aab95c861f0.tar.gz
poky.yaml.in, system-requirements.rst: update system requirements
- Update system requirements after making tests on basic Docker containers of: - Ubuntu 22.04 - Fedora 37 - OpenSuse Leap 15.4 - AlmaLinux 9 - Including the need to have the en_US.UTF-8 locale on the system. - Rename the CENTOS8_HOST_PACKAGES_ESSENTIAL macro to ALMALINUX_HOST_PACKAGES_ESSENTIAL As for the other distros, stop refering to a specific version of AlmaLinux. We mention the supported versions in the system-requirements.rst file anyway. - Remove the unused CENTOS7_HOST_PACKAGES_ESSENTIAL macro (From yocto-docs rev: f8b8680ff1f54b02572f240966169b9e129b05b1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Randy MacLeod <randy.macleod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/system-requirements.rst')
-rw-r--r--documentation/ref-manual/system-requirements.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 38d4aaf5a7..1bbe7b894d 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -168,16 +168,16 @@ supported openSUSE Linux distribution:
168 &PIP3_HOST_PACKAGES_DOC; 168 &PIP3_HOST_PACKAGES_DOC;
169 169
170 170
171AlmaLinux-8 Packages 171AlmaLinux Packages
172-------------------- 172------------------
173 173
174Here are the required packages by function given a 174Here are the required packages by function given a
175supported AlmaLinux-8 Linux distribution: 175supported AlmaLinux Linux distribution:
176 176
177- *Essentials:* Packages needed to build an image for a headless 177- *Essentials:* Packages needed to build an image for a headless
178 system:: 178 system::
179 179
180 $ sudo dnf install &CENTOS8_HOST_PACKAGES_ESSENTIAL; 180 $ sudo dnf install &ALMALINUX8_HOST_PACKAGES_ESSENTIAL;
181 181
182 .. note:: 182 .. note::
183 183
@@ -186,7 +186,7 @@ supported AlmaLinux-8 Linux distribution:
186 easy installation of packages not included in enterprise Linux 186 easy installation of packages not included in enterprise Linux
187 by default. You need to install these packages separately. 187 by default. You need to install these packages separately.
188 188
189 - The ``PowerTools`` repo provides additional packages such as 189 - The ``PowerTools/CRB`` repo provides additional packages such as
190 ``rpcgen`` and ``texinfo``. 190 ``rpcgen`` and ``texinfo``.
191 191
192 - The ``makecache`` command consumes additional Metadata from 192 - The ``makecache`` command consumes additional Metadata from