diff options
-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 |