summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs.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/yocto-project-qs/yocto-project-qs.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/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml34
1 files changed, 27 insertions, 7 deletions
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 @@
339 <literallayout class='monospaced'> 339 <literallayout class='monospaced'>
340 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm 340 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
341 </literallayout> 341 </literallayout>
342 <note> 342 <note><title>Notes</title>
343 CentOS 6.x users need to ensure that the required 343 <itemizedlist>
344 versions of Git, tar and Python are available. 344 <listitem><para>
345 For details, See the 345 CentOS 6.x users need to ensure that the
346 "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python Versions</ulink>" 346 required versions of Git, tar and Python
347 section in the Yocto Project Reference Manual for 347 are available.
348 information. 348 For details, See the
349 "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python Versions</ulink>"
350 section in the Yocto Project Reference
351 Manual for information.
352 </para></listitem>
353 <listitem><para>
354 Extra Packages for Enterprise Linux
355 (i.e. <filename>epel-release</filename>)
356 is a collection of packages from Fedora
357 built on RHEL/CentOS for easy installation
358 of packages not included in enterprise
359 Linux by default.
360 You need to install these packages
361 separately.
362 </para></listitem>
363 <listitem><para>
364 The <filename>makecache</filename> command
365 consumes additional Metadata from
366 <filename>epel-release</filename>.
367 </para></listitem>
368 </itemizedlist>
349 </note> 369 </note>
350 </para></listitem> 370 </para></listitem>
351 </itemizedlist> 371 </itemizedlist>