summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-03-27 10:47:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-31 12:14:17 +0100
commitaf4ef8adbce550888fbfa5de005768c0ff229250 (patch)
treea7c57abc082d21abe87fa1e83d29224b5d820a31 /documentation/ref-manual/introduction.xml
parented0d609c7c40ad638f634a5e1822ab3bcc4e6681 (diff)
downloadpoky-af4ef8adbce550888fbfa5de005768c0ff229250.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml24
1 files changed, 22 insertions, 2 deletions
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 @@
368 Packages needed to build an image for a headless 368 Packages needed to build an image for a headless
369 system: 369 system:
370 <literallayout class='monospaced'> 370 <literallayout class='monospaced'>
371 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; 371 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
372 </literallayout></para></listitem> 372 </literallayout>
373 <note><title>Notes</title>
374 <itemizedlist>
375 <listitem><para>
376 Extra Packages for Enterprise Linux
377 (i.e. <filename>epel-release</filename>)
378 is a collection of packages from Fedora
379 built on RHEL/CentOS for easy installation
380 of packages not included in enterprise
381 Linux by default.
382 You need to install these packages
383 separately.
384 </para></listitem>
385 <listitem><para>
386 The <filename>makecache</filename> command
387 consumes additional Metadata from
388 <filename>epel-release</filename>.
389 </para></listitem>
390 </itemizedlist>
391 </note>
392 </para></listitem>
373 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> 393 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
374 Packages recommended if the host system has graphics 394 Packages recommended if the host system has graphics
375 support or if you are going to use the Eclipse 395 support or if you are going to use the Eclipse