diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-24 16:11:10 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:45 +0000 |
commit | b990aa8b1bf014fcc662da744f595f44eb8352b9 (patch) | |
tree | e9bfe9913cce58046f4e8eb2979e288ba4164a59 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 752bf31c85a42873c9244f62bf13483dda4569c2 (diff) | |
download | poky-b990aa8b1bf014fcc662da744f595f44eb8352b9.tar.gz |
ref-manual, yocto-project-qs: Notes and infor for buildtools issues
Fixes [YOCTO #4866]
Updated the main area where it talks about needing the right
versions of Git, tar, and Python. You can get this set up using a
couple methods. I documented both.
The changes in the FAQ and in the QS are basically notes that point
to that section for more information.
(From yocto-docs rev: 1b64c7c271303ecf10ec85c8a2cd5a0d909f1151)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index d86518ea09..393da9529f 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -533,12 +533,12 @@ | |||
533 | <literallayout class='monospaced'> | 533 | <literallayout class='monospaced'> |
534 | $ bitbake -k core-image-sato | 534 | $ bitbake -k core-image-sato |
535 | </literallayout> | 535 | </literallayout> |
536 | <note><para> | 536 | <note> |
537 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, | 537 | BitBake requires Python 2.6 or 2.7. For more information on |
538 | see the | 538 | this requirement, see the |
539 | <ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink> in the Yocto Project Reference | 539 | "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python</ulink>" |
540 | Manual. | 540 | section in the Yocto Project Reference Manual. |
541 | </para></note> | 541 | </note> |
542 | The final command runs the image: | 542 | The final command runs the image: |
543 | <literallayout class='monospaced'> | 543 | <literallayout class='monospaced'> |
544 | $ runqemu qemux86 | 544 | $ runqemu qemux86 |