diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-18 11:26:05 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-23 10:55:10 -0800 |
commit | 92de0ed8524c185e694b2c5ee941ab11382ff5ac (patch) | |
tree | 7f7ed95c458c8fafdb91193992a512d0d221aa4a /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | adbaae2179a6c3746e53f7fbb2ca0939e85a7ea9 (diff) | |
download | poky-92de0ed8524c185e694b2c5ee941ab11382ff5ac.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 628] - Added note about Python 2.6 bitbake requirement
Part of the fix for Bug 628 is to add a note that bitbake requires
python 2.6. I added this note before the example bitbake command
that builds an image. I also added a linked reference to the Poky
Reference Manual and mentioned the FAQ appendix. There will be more
information about the python requirement in the FAQ.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 56dafe5e0a..452282f1ce 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -278,6 +278,12 @@ | |||
278 | $ bitbake poky-image-sato | 278 | $ bitbake poky-image-sato |
279 | </literallayout> | 279 | </literallayout> |
280 | </para></note> | 280 | </para></note> |
281 | <note><para> | ||
282 | BitBake requires Python 2.6. For more information on this requirement, | ||
283 | see the FAQ appendix in the | ||
284 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | ||
285 | Poky Reference Manual</ulink>. | ||
286 | </para></note> | ||
281 | The final command runs the image: | 287 | The final command runs the image: |
282 | <literallayout class='monospaced'> | 288 | <literallayout class='monospaced'> |
283 | $ poky-qemu qemux86 | 289 | $ poky-qemu qemux86 |