From 69879741d03ce0a997d042ff3c6c51bbb2d48c5e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 19 Jul 2013 17:36:15 +0300 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 10 +++------- 1 file 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 "Supported Linux Distributions" section in the Yocto Project Reference Manual. - - For notes about using the Yocto Project on a RHEL 4-based host, see the - BuildingOnRHEL4 - wiki page. - The OpenEmbedded build system should be able to run on any modern @@ -202,7 +197,8 @@ Git 1.7.5 or greater tar 1.24 or greater - Python 2.7.3 or greater + Python 2.7.3 or greater excluding Python + 3.x, which is not supported. 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: - $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm + $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm Depending on the CentOS version you are using, other requirements and dependencies might exist.