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. + +