summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-01 12:42:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:32 +0100
commitd4cd787e08f5dcd4c188e632e7b1399b87dafa51 (patch)
tree2491ed1fdd983d9ed1f68eaa305a307fdf82747a /documentation
parent3fa0f9d3eef6c11bdb3b8f5c48d39112029d33ef (diff)
downloadpoky-d4cd787e08f5dcd4c188e632e7b1399b87dafa51.tar.gz
yocto-project-qs, ref-manual: Removed Python 3.0 exclusion
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/faq.xml4
-rw-r--r--documentation/ref-manual/introduction.xml3
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml3
3 files changed, 3 insertions, 7 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index d2e4e8eb1b..01e5560c0f 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -33,9 +33,7 @@
33 <para id='faq-not-meeting-requirements'> 33 <para id='faq-not-meeting-requirements'>
34 My development system does not meet the 34 My development system does not meet the
35 required Git, tar, and Python versions. 35 required Git, tar, and Python versions.
36 In particular, I do not have Python 2.7.3 or greater, or 36 In particular, I do not have Python 2.7.3 or greater.
37 I do have Python 3.x, which is specifically not supported by
38 the Yocto Project.
39 Can I still use the Yocto Project? 37 Can I still use the Yocto Project?
40 </para> 38 </para>
41 </question> 39 </question>
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index ce8fa5c657..288a5939a6 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -422,8 +422,7 @@
422 <itemizedlist> 422 <itemizedlist>
423 <listitem><para>Git 1.8.3.1 or greater</para></listitem> 423 <listitem><para>Git 1.8.3.1 or greater</para></listitem>
424 <listitem><para>tar 1.24 or greater</para></listitem> 424 <listitem><para>tar 1.24 or greater</para></listitem>
425 <listitem><para>Python 2.7.3 or greater not including 425 <listitem><para>Python 2.7.3 or greater</para></listitem>
426 Python 3.x, which is not supported.</para></listitem>
427 </itemizedlist> 426 </itemizedlist>
428 </para> 427 </para>
429 428
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index c09e971d6a..fafa35f3d3 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -255,8 +255,7 @@
255 tar 1.24 or greater 255 tar 1.24 or greater
256 </para></listitem> 256 </para></listitem>
257 <listitem><para> 257 <listitem><para>
258 Python 2.7.3 or greater excluding Python 258 Python 2.7.3 or greater.
259 3.x, which is not supported.
260 </para></listitem> 259 </para></listitem>
261 </itemizedlist> 260 </itemizedlist>
262 If your build host does not meet any of these three listed 261 If your build host does not meet any of these three listed