diff options
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 10 |
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 @@ | |||
189 | see the | 189 | see the |
190 | "<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>" section | 190 | "<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>" section |
191 | in the Yocto Project Reference Manual. | 191 | in the Yocto Project Reference Manual. |
192 | <note> | ||
193 | For notes about using the Yocto Project on a RHEL 4-based host, see the | ||
194 | <ulink url='&YOCTO_WIKI_URL;/wiki/BuildingOnRHEL4'>BuildingOnRHEL4</ulink> | ||
195 | wiki page. | ||
196 | </note> | ||
197 | </para> | 192 | </para> |
198 | <para> | 193 | <para> |
199 | The OpenEmbedded build system should be able to run on any modern | 194 | The OpenEmbedded build system should be able to run on any modern |
@@ -202,7 +197,8 @@ | |||
202 | <itemizedlist> | 197 | <itemizedlist> |
203 | <listitem><para>Git 1.7.5 or greater</para></listitem> | 198 | <listitem><para>Git 1.7.5 or greater</para></listitem> |
204 | <listitem><para>tar 1.24 or greater</para></listitem> | 199 | <listitem><para>tar 1.24 or greater</para></listitem> |
205 | <listitem><para>Python 2.7.3 or greater</para></listitem> | 200 | <listitem><para>Python 2.7.3 or greater excluding Python |
201 | 3.x, which is not supported.</para></listitem> | ||
206 | </itemizedlist> | 202 | </itemizedlist> |
207 | Earlier releases of Python are known to not work and the system | 203 | Earlier releases of Python are known to not work and the system |
208 | does not support Python 3 at this time. | 204 | does not support Python 3 at this time. |
@@ -308,7 +304,7 @@ | |||
308 | The essential packages you need for a supported CentOS | 304 | The essential packages you need for a supported CentOS |
309 | distribution are shown in the following command: | 305 | distribution are shown in the following command: |
310 | <literallayout class='monospaced'> | 306 | <literallayout class='monospaced'> |
311 | $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 307 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
312 | </literallayout> | 308 | </literallayout> |
313 | <note>Depending on the CentOS version you are using, other requirements | 309 | <note>Depending on the CentOS version you are using, other requirements |
314 | and dependencies might exist. | 310 | and dependencies might exist. |