summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-02-18 11:26:05 -0600
committerSaul Wold <sgw@linux.intel.com>2011-02-23 10:55:10 -0800
commit92de0ed8524c185e694b2c5ee941ab11382ff5ac (patch)
tree7f7ed95c458c8fafdb91193992a512d0d221aa4a /documentation/yocto-project-qs
parentadbaae2179a6c3746e53f7fbb2ca0939e85a7ea9 (diff)
downloadast2050-yocto-poky-92de0ed8524c185e694b2c5ee941ab11382ff5ac.zip
ast2050-yocto-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')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
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 56dafe5..452282f 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
OpenPOWER on IntegriCloud