summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-06-14 20:18:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-21 20:57:17 +0100
commitf7f4444e36c34d495d86d819916c044bde07f0f9 (patch)
tree149c2dc06f0c8e40df031c4869da77b3defbcfc1 /documentation/migration-guides
parent50acfba977ea69e6e5f315d905bf584820d3bca1 (diff)
downloadpoky-f7f4444e36c34d495d86d819916c044bde07f0f9.tar.gz
manuals: update host tool requirements
As enforced by meta/classes/sanity.bbclass: - at least GNU make 4.0 - at least GNU tar 7.5 (instead of 5.0) (From yocto-docs rev: 6480aa0f8338ef192c666b9445bc0baff47d9248) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.5.rst2
-rw-r--r--documentation/migration-guides/migration-1.7.rst2
-rw-r--r--documentation/migration-guides/migration-2.1.rst2
-rw-r--r--documentation/migration-guides/migration-3.3.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index 93db14c3ba..366fb006e8 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -26,7 +26,7 @@ provide packages for these, you can install and use the Buildtools
26tarball, which provides an SDK-like environment containing them. 26tarball, which provides an SDK-like environment containing them.
27 27
28For more information on this requirement, see the 28For more information on this requirement, see the
29":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" 29":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`"
30section. 30section.
31 31
32.. _migration-1.5-atom-pc-bsp: 32.. _migration-1.5-atom-pc-bsp:
diff --git a/documentation/migration-guides/migration-1.7.rst b/documentation/migration-guides/migration-1.7.rst
index 88a6855d50..8213ab58d9 100644
--- a/documentation/migration-guides/migration-1.7.rst
+++ b/documentation/migration-guides/migration-1.7.rst
@@ -31,7 +31,7 @@ build host is now 1.7.8 because the ``--list`` option is now required by
31BitBake's Git fetcher. As always, if your host distribution does not 31BitBake's Git fetcher. As always, if your host distribution does not
32provide a version of Git that meets this requirement, you can use the 32provide a version of Git that meets this requirement, you can use the
33``buildtools-tarball`` that does. See the 33``buildtools-tarball`` that does. See the
34":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" 34":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`"
35section for more information. 35section for more information.
36 36
37.. _migration-1.7-autotools-class-changes: 37.. _migration-1.7-autotools-class-changes:
diff --git a/documentation/migration-guides/migration-2.1.rst b/documentation/migration-guides/migration-2.1.rst
index ae6268d509..b2d8a0b678 100644
--- a/documentation/migration-guides/migration-2.1.rst
+++ b/documentation/migration-guides/migration-2.1.rst
@@ -357,7 +357,7 @@ These additional changes exist:
357- The minimum Git version has been increased to 1.8.3.1. If your host 357- The minimum Git version has been increased to 1.8.3.1. If your host
358 distribution does not provide a sufficiently recent version, you can 358 distribution does not provide a sufficiently recent version, you can
359 install the buildtools, which will provide it. See the 359 install the buildtools, which will provide it. See the
360 :ref:`ref-manual/system-requirements:required git, tar, python and gcc versions` 360 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`
361 section for more information on the buildtools tarball. 361 section for more information on the buildtools tarball.
362 362
363- The buggy and incomplete support for the RPM version 4 package 363- The buggy and incomplete support for the RPM version 4 package
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst
index 22562dacd4..d65f1c7b1f 100644
--- a/documentation/migration-guides/migration-3.3.rst
+++ b/documentation/migration-guides/migration-3.3.rst
@@ -14,7 +14,7 @@ You will now need at least Python 3.6 installed on your build host. Most recent
14distributions provide this, but should you be building on a distribution that 14distributions provide this, but should you be building on a distribution that
15does not have it, you can use the ``buildtools-tarball`` (easily installable 15does not have it, you can use the ``buildtools-tarball`` (easily installable
16using ``scripts/install-buildtools``) - see 16using ``scripts/install-buildtools``) - see
17:ref:`ref-manual/system-requirements:required git, tar, python and gcc versions` 17:ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`
18for details. 18for details.
19 19
20 20