Date
1 - 1 of 1
[PATCH 01/50] documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 628] - Added note about Python 2.6 bitbake requirement
Koen Kooi
From: Scott Rifenbark <scott.m.rifenbark@...>
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@...> --- .../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 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 -- 1.6.6.1 |
|