diff options
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index b209fff81d..7a891b0595 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
@@ -20,6 +20,47 @@ | |||
20 | </para> | 20 | </para> |
21 | </answer> | 21 | </answer> |
22 | </qandaentry> | 22 | </qandaentry> |
23 | |||
24 | |||
25 | |||
26 | |||
27 | |||
28 | <qandaentry> | ||
29 | <question> | ||
30 | <para> | ||
31 | I only have Python 2.4 or 2.5 but BitBake requires Python 2.6. | ||
32 | Can I still use Poky? | ||
33 | </para> | ||
34 | </question> | ||
35 | <answer> | ||
36 | <para> | ||
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: | ||
39 | <itemizedlist> | ||
40 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/python-nativesdk-standalone-i586.tar.bz2'></ulink></para></listitem> | ||
41 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/python-nativesdk-standalone-x86_64.tar.bz2'></ulink></para></listitem> | ||
42 | </itemizedlist> | ||
43 | </para> | ||
44 | <para> | ||
45 | These tarballs are self-contained with all required libraries and should work | ||
46 | on most Linux systems. | ||
47 | To use the tarballs extract them into the root | ||
48 | directory and run the appropriate command: | ||
49 | <literallayout class='monospaced'> | ||
50 | $ export PATH=/opt/poky/sysroots/i586-pokysdk-linux/usr/bin/:$PATH | ||
51 | $ export PATH=/opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/:$PATH | ||
52 | </literallayout> | ||
53 | </para> | ||
54 | <para> | ||
55 | Once you run the command, BitBake uses Python 2.6. | ||
56 | </para> | ||
57 | </answer> | ||
58 | </qandaentry> | ||
59 | |||
60 | |||
61 | |||
62 | |||
63 | |||
23 | <qandaentry> | 64 | <qandaentry> |
24 | <question> | 65 | <question> |
25 | <para> | 66 | <para> |