aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-07-19 17:36:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:42 +0100
commit69879741d03ce0a997d042ff3c6c51bbb2d48c5e (patch)
treeb898a6ba1a93f203de82e8576330c5cfcecd92b4 /documentation/yocto-project-qs
parent0a074d5d8c05a2ac839afd9d9775d4c4b49608a6 (diff)
downloadopenembedded-core-contrib-69879741d03ce0a997d042ff3c6c51bbb2d48c5e.tar.gz
yocto-project-qs: Fixed CentOS packages section.
Removed the "-y" argument from the command to install required CentOS packages. Added a qualifier to the version of Python that you need for the build system. Removed the note about RHEL. (From yocto-docs rev: 25cff75cd361ff5070b21a5ee4a241148c580d49) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 0d42993f30..3a58833bfd 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -189,11 +189,6 @@
see the
"<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>" section
in the Yocto Project Reference Manual.
- <note>
- For notes about using the Yocto Project on a RHEL 4-based host, see the
- <ulink url='&YOCTO_WIKI_URL;/wiki/BuildingOnRHEL4'>BuildingOnRHEL4</ulink>
- wiki page.
- </note>
</para>
<para>
The OpenEmbedded build system should be able to run on any modern
@@ -202,7 +197,8 @@
<itemizedlist>
<listitem><para>Git 1.7.5 or greater</para></listitem>
<listitem><para>tar 1.24 or greater</para></listitem>
- <listitem><para>Python 2.7.3 or greater</para></listitem>
+ <listitem><para>Python 2.7.3 or greater excluding Python
+ 3.x, which is not supported.</para></listitem>
</itemizedlist>
Earlier releases of Python are known to not work and the system
does not support Python 3 at this time.
@@ -308,7 +304,7 @@
The essential packages you need for a supported CentOS
distribution are shown in the following command:
<literallayout class='monospaced'>
- $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
+ $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
</literallayout>
<note>Depending on the CentOS version you are using, other requirements
and dependencies might exist.