diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/faq.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/introduction.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
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 |