summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-02-18 12:30:56 -0600
committerSaul Wold <sgw@linux.intel.com>2011-02-23 10:55:10 -0800
commit0697f34aa2b9d9f0e9413e6a24e02e0729f71262 (patch)
treed3eecfadb306984c460e67600399980b6c05e7bc /documentation/poky-ref-manual
parent92de0ed8524c185e694b2c5ee941ab11382ff5ac (diff)
downloadast2050-yocto-poky-0697f34aa2b9d9f0e9413e6a24e02e0729f71262.zip
ast2050-yocto-poky-0697f34aa2b9d9f0e9413e6a24e02e0729f71262.tar.gz
documentation/poky-ref-manual/faq.xml: [BUGID# 628] - Added new question for Python 2.6 requirement.
As part of the fix for #628 I added a new question to the FAQ for use of Poky when you do not have Python 2.6. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/faq.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index b209fff..7a891b0 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -20,6 +20,47 @@
</para>
</answer>
</qandaentry>
+
+
+
+
+
+ <qandaentry>
+ <question>
+ <para>
+ I only have Python 2.4 or 2.5 but BitBake requires Python 2.6.
+ Can I still use Poky?
+ </para>
+ </question>
+ <answer>
+ <para>
+ You can use a stand-alone tarball to provide Python 2.6.
+ You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations:
+ <itemizedlist>
+ <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/python-nativesdk-standalone-i586.tar.bz2'></ulink></para></listitem>
+ <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/python-nativesdk-standalone-x86_64.tar.bz2'></ulink></para></listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ These tarballs are self-contained with all required libraries and should work
+ on most Linux systems.
+ To use the tarballs extract them into the root
+ directory and run the appropriate command:
+ <literallayout class='monospaced'>
+ $ export PATH=/opt/poky/sysroots/i586-pokysdk-linux/usr/bin/:$PATH
+ $ export PATH=/opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/:$PATH
+ </literallayout>
+ </para>
+ <para>
+ Once you run the command, BitBake uses Python 2.6.
+ </para>
+ </answer>
+ </qandaentry>
+
+
+
+
+
<qandaentry>
<question>
<para>
OpenPOWER on IntegriCloud