diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-20 08:45:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-24 11:14:00 +0100 |
commit | fad2e9834c7cd25255457cdb24e3cb0b31828a4f (patch) | |
tree | ae37b3e2f079bb28dddea14b7992c12d46b67685 /documentation/poky-ref-manual | |
parent | 64bac7f446b9f740915134ddf92ab0375f930093 (diff) | |
download | poky-fad2e9834c7cd25255457cdb24e3cb0b31828a4f.tar.gz |
documentation/poky-ref-manual/faq.xml: Updated Python FAQ entry
The entry previously stated that only Python 2.6 is required. I
added Python 2.7 to that requirement. I also changed the URLs that
point to our pre-built tarballs from which the user can get Python
2.6 to be in the yocto-1.0 download area. They were pointing to
an area in the index of downloads that was up one level. According
to Beth the official location is
http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0- \
python-nativesdk.
(From yocto-docs rev: f5ba36dee8094209fa6d3c6f97656588ded0567f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-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> |