]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
yocto-project-qs, ref-manual: Removed Python 3.0 exclusion
authorScott Rifenbark <srifenbark@gmail.com>
Thu, 1 Sep 2016 19:42:53 +0000 (12:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 14:27:32 +0000 (15:27 +0100)
Fixes [YOCTO #10178]

Previously, YP did not support Python 3.0.  We mentioned that
in the manual in several places as a requirement for running YP.
I removed this exclusion in the following areas:

 * yocto-project-qs - the section that tells what version of
   Python you need.

 * ref-manual - the section that tells what version of Python
   you need.

 * ref-manual - the FAQ entry about not having the right version
   of Python.

(From yocto-docs rev: 5a0d3ac1c2a4154b93dc925b8074bc9243a86faf)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/faq.xml
documentation/ref-manual/introduction.xml
documentation/yocto-project-qs/yocto-project-qs.xml

index d2e4e8eb1b94bb37e9af523e15d624d0a6142998..01e5560c0f36bc36d82e58529ca4002539d462e8 100644 (file)
@@ -33,9 +33,7 @@
             <para id='faq-not-meeting-requirements'>
                 My development system does not meet the
                 required Git, tar, and Python versions.
-                In particular, I do not have Python 2.7.3 or greater, or
-                I do have Python 3.x, which is specifically not supported by
-                the Yocto Project.
+                In particular, I do not have Python 2.7.3 or greater.
                 Can I still use the Yocto Project?
             </para>
         </question>
index ce8fa5c6572ae6a2ad61d73b425f31eb3621d818..288a5939a6d71d5d3e2f6559379d7823b4aceaf8 100644 (file)
             <itemizedlist>
                 <listitem><para>Git 1.8.3.1 or greater</para></listitem>
                 <listitem><para>tar 1.24 or greater</para></listitem>
-                <listitem><para>Python 2.7.3 or greater not including
-                    Python 3.x, which is not supported.</para></listitem>
+                <listitem><para>Python 2.7.3 or greater</para></listitem>
             </itemizedlist>
         </para>
 
index c09e971d6aa68198970481345370219c8853d79e..fafa35f3d335ab03f0834b46bb45f355ec7259a9 100644 (file)
                         tar 1.24 or greater
                         </para></listitem>
                     <listitem><para>
-                        Python 2.7.3 or greater excluding Python
-                        3.x, which is not supported.
+                        Python 2.7.3 or greater.
                         </para></listitem>
                 </itemizedlist>
                 If your build host does not meet any of these three listed