summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-14 09:36:00 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-01 05:19:55 -1000
commite0c348b64473a66bdd13da4facbfd17700899a9d (patch)
tree868d83772a60ad59cc8737d459afbb8624ae871d /documentation/migration-guides
parent9e5a9e6f945dae5c3d2e1932449d9494d903cbff (diff)
downloadpoky-e0c348b64473a66bdd13da4facbfd17700899a9d.tar.gz
manuals: update references to buildtools
Also fix number of corresponding paragraphs (From yocto-docs rev: 28ee2d91fe4dd0549940dc5df1ff1d59363fcc0f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.5.rst3
-rw-r--r--documentation/migration-guides/migration-1.7.rst4
-rw-r--r--documentation/migration-guides/migration-2.1.rst6
-rw-r--r--documentation/migration-guides/migration-2.2.rst2
-rw-r--r--documentation/migration-guides/migration-3.2.rst2
-rw-r--r--documentation/migration-guides/migration-3.3.rst6
-rw-r--r--documentation/migration-guides/migration-3.4.rst2
-rw-r--r--documentation/migration-guides/migration-4.0.rst2
8 files changed, 13 insertions, 14 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index 81a434d5b7..06334d6fc7 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -26,8 +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:`system-requirements-buildtools`" section.
30section.
31 30
32.. _migration-1.5-atom-pc-bsp: 31.. _migration-1.5-atom-pc-bsp:
33 32
diff --git a/documentation/migration-guides/migration-1.7.rst b/documentation/migration-guides/migration-1.7.rst
index d4af1277e9..73eb6d1b81 100644
--- a/documentation/migration-guides/migration-1.7.rst
+++ b/documentation/migration-guides/migration-1.7.rst
@@ -30,8 +30,8 @@ version required on the
30build host is now 1.7.8 because the ``--list`` option is now required by 30build 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:term:`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 6ef3adb443..54d359a67c 100644
--- a/documentation/migration-guides/migration-2.1.rst
+++ b/documentation/migration-guides/migration-2.1.rst
@@ -356,9 +356,9 @@ These additional changes exist:
356 356
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 :term:`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 :term:`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
364 manager has been removed. The well-tested and maintained support for 364 manager has been removed. The well-tested and maintained support for
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index 49cd9b9ae0..979b5aa0f9 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -103,7 +103,7 @@ online package-manager support through SMART still require Python 2.
103``buildtools-tarball`` Includes Python 3 103``buildtools-tarball`` Includes Python 3
104~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105 105
106``buildtools-tarball`` now includes Python 3. 106The :term:`buildtools` tarball now includes Python 3.
107 107
108.. _migration-2.2-uclibc-replaced-by-musl: 108.. _migration-2.2-uclibc-replaced-by-musl:
109 109
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst
index d593effe97..40a917bfc7 100644
--- a/documentation/migration-guides/migration-3.2.rst
+++ b/documentation/migration-guides/migration-3.2.rst
@@ -11,7 +11,7 @@ Minimum system requirements
11 11
12``gcc`` version 6.0 is now required at minimum on the build host. For older 12``gcc`` version 6.0 is now required at minimum on the build host. For older
13host distributions where this is not available, you can use the 13host distributions where this is not available, you can use the
14``buildtools-extended-tarball`` (easily installable using 14:term:`buildtools-extended` tarball (easily installable using
15``scripts/install-buildtools``). 15``scripts/install-buildtools``).
16 16
17 17
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst
index 1eb494c286..b1b81d6839 100644
--- a/documentation/migration-guides/migration-3.3.rst
+++ b/documentation/migration-guides/migration-3.3.rst
@@ -12,9 +12,9 @@ Minimum system requirements
12 12
13You will now need at least Python 3.6 installed on your build host. Most recent 13You 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 :term:`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
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index b184dde41e..0ef6c435ec 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -93,7 +93,7 @@ The ``lz4c``, ``pzstd`` and ``zstd`` commands are now required to be
93installed on the build host to support LZ4 and Zstandard compression 93installed on the build host to support LZ4 and Zstandard compression
94functionality. These are typically provided by ``lz4`` and ``zstd`` 94functionality. These are typically provided by ``lz4`` and ``zstd``
95packages in most Linux distributions. Alternatively they are available 95packages in most Linux distributions. Alternatively they are available
96as part of ``buildtools-tarball`` if your distribution does not provide 96as part of :term:`buildtools` tarball if your distribution does not provide
97them. For more information see 97them. For more information see
98:ref:`ref-manual/system-requirements:required packages for the build host`. 98:ref:`ref-manual/system-requirements:required packages for the build host`.
99 99
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst
index 9e78fc709f..93576d4538 100644
--- a/documentation/migration-guides/migration-4.0.rst
+++ b/documentation/migration-guides/migration-4.0.rst
@@ -189,7 +189,7 @@ Supported host distribution changes
189 189
190- ``gcc`` version 7.5 is now required at minimum on the build host. For older 190- ``gcc`` version 7.5 is now required at minimum on the build host. For older
191 host distributions where this is not available, you can use the 191 host distributions where this is not available, you can use the
192 ``buildtools-extended-tarball`` (easily installable using 192 :term:`buildtools-extended` tarball (easily installable using
193 ``scripts/install-buildtools``). 193 ``scripts/install-buildtools``).
194 194
195:append/:prepend in combination with other operators 195:append/:prepend in combination with other operators