From cdca9b23c9dd9c164139d4bee077b274074d9b01 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 31 Mar 2020 20:19:16 -0700 Subject: ref-manual: split CentOS-7 and CentOS-8 reqs CentOS-7 has different requirements than the much newer CentOS-8. Add a section for CentOS-8 and make the old section CentOS-7 specific. NOTE: at the time this was written, the 'fop' package is not yet available in epel-8. As a Fedora packager, that will change. (From yocto-docs rev: caf08811a23a29965ec915459019796a0c882d4d) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../ref-manual/ref-system-requirements.xml | 68 +++++++++++++++++++--- 1 file changed, 60 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index a4bf1fa74a..e65ef6350e 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml @@ -208,18 +208,18 @@ -
- CentOS Packages +
+ CentOS-7 Packages The following list shows the required packages by function - given a supported CentOS Linux distribution: + given a supported CentOS-7 Linux distribution: Essentials: Packages needed to build an image for a headless system: - $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; + $ sudo yum install &CENTOS7_HOST_PACKAGES_ESSENTIAL; Notes @@ -232,22 +232,74 @@ 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 docbook-style-dsssl docbook-style-xsl \ docbook-dtds docbook-utils fop libxslt dblatex xmlto - + + + + +
+ +
+ CentOS-8 Packages + + + The following list shows the required packages by function + given a supported CentOS-8 Linux distribution: + + Essentials: + Packages needed to build an image for a headless + system: + + $ sudo dnf install &CENTOS8_HOST_PACKAGES_ESSENTIAL; + + Notes + + + 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 PowerTools repo + provides additional packages such as + rpcgen and + texinfo. + + + 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 dnf install docbook-style-dsssl docbook-style-xsl \ + docbook-dtds docbook-utils fop libxslt dblatex xmlto + +
-- cgit v1.2.3-54-g00ecf