summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-01 15:24:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:33 +0100
commit0de57677c33eecab3b667e2a581b063003e59d67 (patch)
treea416f3c19c2c87f2abd1f2c08d7cacfa970fc62b /documentation
parent5f5671e03cca86db4560e01c6767a2b9b7427f0a (diff)
downloadpoky-0de57677c33eecab3b667e2a581b063003e59d67.tar.gz
yocto-project-qs, ref-manual: Updated Python requirement to 3.4.0
This is the minimum requirement for YP 2.2 release. (From yocto-docs rev: 0aebdd8556a6e5a52c0caf28dc97c1872b40e950) 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.xml2
-rw-r--r--documentation/ref-manual/introduction.xml2
-rw-r--r--documentation/ref-manual/ref-variables.xml2
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index 01e5560c0f..5f3f173495 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -33,7 +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. 36 In particular, I do not have Python 3.4.0 or greater.
37 Can I still use the Yocto Project? 37 Can I still use the Yocto Project?
38 </para> 38 </para>
39 </question> 39 </question>
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index 288a5939a6..e9d261b59f 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -422,7 +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</para></listitem> 425 <listitem><para>Python 3.4.0 or greater</para></listitem>
426 </itemizedlist> 426 </itemizedlist>
427 </para> 427 </para>
428 428
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 89d3fb7af7..6af5708988 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9943,7 +9943,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9943 numbers that could potentially change. 9943 numbers that could potentially change.
9944 Here are two examples: 9944 Here are two examples:
9945 <literallayout class='monospaced'> 9945 <literallayout class='monospaced'>
9946 PREFERRED_VERSION_python = "2.7.3" 9946 PREFERRED_VERSION_python = "3.4.0"
9947 PREFERRED_VERSION_linux-yocto = "3.19%" 9947 PREFERRED_VERSION_linux-yocto = "3.19%"
9948 </literallayout> 9948 </literallayout>
9949 Sometimes the <filename>PREFERRED_VERSION</filename> 9949 Sometimes the <filename>PREFERRED_VERSION</filename>
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index fafa35f3d3..25413c97ca 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -255,7 +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. 258 Python 3.4.0 or greater.
259 </para></listitem> 259 </para></listitem>
260 </itemizedlist> 260 </itemizedlist>
261 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