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.