From: Scott Rifenbark Date: Thu, 1 Sep 2016 22:24:23 +0000 (-0700) Subject: yocto-project-qs, ref-manual: Updated Python requirement to 3.4.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0de57677c33eecab3b667e2a581b063003e59d67;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 01e5560c0f3..5f3f1734958 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml @@ -33,7 +33,7 @@ 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. + In particular, I do not have Python 3.4.0 or greater. Can I still use the Yocto Project? diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 288a5939a6d..e9d261b59f2 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -422,7 +422,7 @@ Git 1.8.3.1 or greater tar 1.24 or greater - Python 2.7.3 or greater + Python 3.4.0 or greater diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 89d3fb7af74..6af57089885 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" numbers that could potentially change. Here are two examples: - PREFERRED_VERSION_python = "2.7.3" + PREFERRED_VERSION_python = "3.4.0" PREFERRED_VERSION_linux-yocto = "3.19%" Sometimes the PREFERRED_VERSION diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index fafa35f3d33..25413c97caf 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -255,7 +255,7 @@ tar 1.24 or greater - Python 2.7.3 or greater. + Python 3.4.0 or greater. If your build host does not meet any of these three listed