diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-18 11:26:05 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:01 +0000 |
commit | 4c035e097cc04e9543ff332e3bcee32d8ffdd3f9 (patch) | |
tree | 05030e53ee087d10b061f714db42b34d6c1c9241 /documentation | |
parent | 951cbf3f65f347c7a7bbcae193218f9187a15fbf (diff) | |
download | openembedded-core-4c035e097cc04e9543ff332e3bcee32d8ffdd3f9.tar.gz openembedded-core-4c035e097cc04e9543ff332e3bcee32d8ffdd3f9.tar.bz2 openembedded-core-4c035e097cc04e9543ff332e3bcee32d8ffdd3f9.zip |
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')
-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 @@ $ bitbake poky-image-sato </literallayout> </para></note> + <note><para> + BitBake requires Python 2.6. For more information on this requirement, + see the FAQ appendix in the + <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> + Poky Reference Manual</ulink>. + </para></note> The final command runs the image: <literallayout class='monospaced'> $ poky-qemu qemux86 |