summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml35
1 files changed, 34 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 96610f4aec..9156c70eb3 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -209,7 +209,7 @@
Packages and package installation vary depending on your development system.
In general, you need to have root access and then install the required packages.
The next few sections show you how to get set up with the right packages for
- Ubuntu, Fedora, and openSUSE.
+ Ubuntu, Fedora, openSUSE, and CentOS.
</para>
<section id='ubuntu'>
@@ -254,6 +254,9 @@
the commands as root user.
See the <ulink url='https://fedoraproject.org/wiki/Configuring_Sudo'>Configuring Sudo</ulink>
wiki page for details.
+ For information on other dependencies you will need to install, see the Fedora section on the
+ <ulink url='&YOCTO_WIKI_URL;/wiki/Poky/GettingStarted/Dependencies'>Poky/GettingStarted/Dependencies</ulink>
+ wiki page.
</para></note>
</section>
@@ -271,6 +274,36 @@
diffstat texinfo mercurial freeglut-devel libSDL-devel
</literallayout>
</section>
+
+ <section id='centos'>
+ <title>CentOS</title>
+
+ <para>
+ The packages you need for a supported CentOS distribution are shown in the following
+ commands:
+ </para>
+
+ <literallayout class='monospaced'>
+ $ sudo yum -y groupinstall "development tools"
+ $ sudo yum -y install tetex gawk sqlite-devel vim-common redhat-lsb xz \
+ m4 make wget curl ftp tar bzip2 gzip python-devel \
+ unzip perl texinfo texi2html diffstat openjade zlib-devel \
+ docbook-style-dsssl sed docbook-style-xsl docbook-dtds \
+ docbook-utils bc glibc-devel pcre pcre-devel \
+ groff linuxdoc-tools patch linuxdoc-tools cmake \
+ tcl-devel gettext ncurses apr \
+ SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \
+ autoconf automake libtool xterm
+ </literallayout>
+ <note><para>
+ Depending on the CentOS version you are using, other requirements and dependencies
+ might exist.
+ For details, you should look at the CentOS sections on the
+ <ulink url='&YOCTO_WIKI_URL;/wiki/Poky/GettingStarted/Dependencies'>Poky/GettingStarted/Dependencies</ulink>
+ wiki page.
+ </para></note>
+
+ </section>
</section>
<section id='releases'>