From af4ef8adbce550888fbfa5de005768c0ff229250 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 27 Mar 2017 10:47:58 -0700 Subject: ref-manual, yocto-project-qs, poky.ent: Fixed CentOS essentials Fixes [YOCTO #10854] I added extra "yum" commands and a make command to deal with some essential packages needed for CentOS distribution. These packages were missing. (From yocto-docs rev: 38ac6cf0165f7dd7bbfd583e218b6948dafae29c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky.ent | 4 ++- documentation/ref-manual/introduction.xml | 24 +++++++++++++-- .../yocto-project-qs/yocto-project-qs.xml | 34 +++++++++++++++++----- 3 files changed, 52 insertions(+), 10 deletions(-) (limited to 'documentation') diff --git a/documentation/poky.ent b/documentation/poky.ent index 846df23e7f..df0c0097a7 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent @@ -70,7 +70,9 @@ - diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index ddf6a860eb..cec23b6039 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -368,8 +368,28 @@ Packages needed to build an image for a headless system: - $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; - + $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm + + 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 makecache command + consumes additional Metadata from + epel-release. + + + + Graphical and Eclipse Plug-In Extras: Packages recommended if the host system has graphics support or if you are going to use the Eclipse diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index b64e6224ae..5100149c9c 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -339,13 +339,33 @@ $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm - - CentOS 6.x users need to ensure that the required - versions of Git, tar and Python are available. - For details, See the - "Required Git, tar, and Python Versions" - section in the Yocto Project Reference Manual for - information. + Notes + + + CentOS 6.x users need to ensure that the + required versions of Git, tar and Python + are available. + For details, See the + "Required Git, tar, and Python Versions" + section in the Yocto Project Reference + Manual for information. + + + 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. + + -- cgit v1.2.3-54-g00ecf