summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-04-02 17:55:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-06 14:40:25 +0100
commitedaad681fb28d8735c93c88a12e754ad61f73f67 (patch)
treebcc149f1a80c61e78ace0e92ea45934ab98ca2a4
parent07aaa69d57290637d146ea26baf4aeeec7e10138 (diff)
downloadpoky-edaad681fb28d8735c93c88a12e754ad61f73f67.tar.gz
dev-manual: buildtools versions and changes
Bump tar, Python versions and add new gcc requirement. Update reference from 'required-git-tar-and-python-versions' to 'required-git-tar-python-and-gcc-versions' (From yocto-docs rev: 18b11662c7c9ab7828d2709eed4090116a751e14) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-start.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index a151ba61ca..8cb5631f0d 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -467,23 +467,26 @@
467 <emphasis>Meet Minimal Version Requirements:</emphasis> 467 <emphasis>Meet Minimal Version Requirements:</emphasis>
468 The OpenEmbedded build system should be able to run on any 468 The OpenEmbedded build system should be able to run on any
469 modern distribution that has the following versions for 469 modern distribution that has the following versions for
470 Git, tar, and Python. 470 Git, tar, Python and gcc.
471 <itemizedlist> 471 <itemizedlist>
472 <listitem><para> 472 <listitem><para>
473 Git 1.8.3.1 or greater 473 Git 1.8.3.1 or greater
474 </para></listitem> 474 </para></listitem>
475 <listitem><para> 475 <listitem><para>
476 tar 1.27 or greater 476 tar 1.28 or greater
477 </para></listitem> 477 </para></listitem>
478 <listitem><para> 478 <listitem><para>
479 Python 3.4.0 or greater. 479 Python 3.5.0 or greater.
480 </para></listitem> 480 </para></listitem>
481 <listitem><para>
482 gcc 5.0 or greater.
483 </para></listitem>
481 </itemizedlist> 484 </itemizedlist>
482 If your build host does not meet any of these three listed 485 If your build host does not meet any of these three listed
483 version requirements, you can take steps to prepare the 486 version requirements, you can take steps to prepare the
484 system so that you can still use the Yocto Project. 487 system so that you can still use the Yocto Project.
485 See the 488 See the
486 "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python Versions</ulink>" 489 "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-python-and-gcc-versions'>Required Git, tar, Python and gcc Versions</ulink>"
487 section in the Yocto Project Reference Manual for 490 section in the Yocto Project Reference Manual for
488 information. 491 information.
489 </para></listitem> 492 </para></listitem>