From 0697f34aa2b9d9f0e9413e6a24e02e0729f71262 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 18 Feb 2011 12:30:56 -0600 Subject: 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 --- documentation/poky-ref-manual/faq.xml | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'documentation') 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 @@ + + + + + + + + + I only have Python 2.4 or 2.5 but BitBake requires Python 2.6. + Can I still use Poky? + + + + + 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: + + + + + + + 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: + + $ export PATH=/opt/poky/sysroots/i586-pokysdk-linux/usr/bin/:$PATH + $ export PATH=/opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/:$PATH + + + + Once you run the command, BitBake uses Python 2.6. + + + + + + + + -- cgit v1.2.3-54-g00ecf