summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.xml
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-04-02 17:55:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-06 14:40:25 +0100
commit07aaa69d57290637d146ea26baf4aeeec7e10138 (patch)
treeb6894f9d2076755217f3bfb8e888131f7f06e373 /documentation/ref-manual/faq.xml
parente75301e0182301423defc1b7f59fe4fad761d206 (diff)
downloadpoky-07aaa69d57290637d146ea26baf4aeeec7e10138.tar.gz
ref-manual: add install-buildtools and -extended
Add instructions to use 'install-buildtools' and 'buildtools-extended-tarball'. Add gcc 5.0 requirement and call out how to use above to prepare host development system. (From yocto-docs rev: c6dbd9bf6860ffea1bc025907343373439d91737) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.xml')
-rw-r--r--documentation/ref-manual/faq.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index 49ff86261d..d94cb32a86 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -33,7 +33,7 @@
33 <para id='faq-not-meeting-requirements'> 33 <para id='faq-not-meeting-requirements'>
34 My development system does not meet the 34 My development system does not meet the
35 required Git, tar, and Python versions. 35 required Git, tar, and Python versions.
36 In particular, I do not have Python 3.4.0 or greater. 36 In particular, I do not have Python 3.5.0 or greater.
37 Can I still use the Yocto Project? 37 Can I still use the Yocto Project?
38 </para> 38 </para>
39 </question> 39 </question>
@@ -43,7 +43,7 @@
43 system a couple different ways (i.e. building a tarball or 43 system a couple different ways (i.e. building a tarball or
44 downloading a tarball). 44 downloading a tarball).
45 See the 45 See the
46 "<link linkend='required-git-tar-and-python-versions'>Required Git, tar, and Python Versions</link>" 46 "<link linkend='required-git-tar-python-and-gcc-versions'>Required Git, tar, Python and gcc Versions</link>"
47 section for steps on how to update your build tools. 47 section for steps on how to update your build tools.
48 </para> 48 </para>
49 </answer> 49 </answer>