diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 82817ead46..0982d9d953 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
@@ -28,7 +28,7 @@ | |||
28 | <qandaentry> | 28 | <qandaentry> |
29 | <question> | 29 | <question> |
30 | <para> | 30 | <para> |
31 | I only have Python 2.4 or 2.5 but BitBake requires Python 2.6. | 31 | I only have Python 2.4 or 2.5 but BitBake requires Python 2.6 or 2.7. |
32 | Can I still use Poky? | 32 | Can I still use Poky? |
33 | </para> | 33 | </para> |
34 | </question> | 34 | </question> |
@@ -37,8 +37,8 @@ | |||
37 | You can use a stand-alone tarball to provide Python 2.6. | 37 | You can use a stand-alone tarball to provide Python 2.6. |
38 | You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations: | 38 | You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations: |
39 | <itemizedlist> | 39 | <itemizedlist> |
40 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/python-nativesdk-standalone-i586.tar.bz2'></ulink></para></listitem> | 40 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0-python-nativesdk/python-nativesdk-standalone-i686.tar.bz2'>32-bit tarball</ulink></para></listitem> |
41 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/python-nativesdk-standalone-x86_64.tar.bz2'></ulink></para></listitem> | 41 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0-python-nativesdk/python-nativesdk-standalone-x86_64.tar.bz2'>64-bit tarball</ulink></para></listitem> |
42 | </itemizedlist> | 42 | </itemizedlist> |
43 | </para> | 43 | </para> |
44 | <para> | 44 | <para> |