summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
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.rst2
-rw-r--r--documentation/migration-guides/migration-2.1.rst4
-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.rst2
-rw-r--r--documentation/migration-guides/migration-3.4.rst2
-rw-r--r--documentation/migration-guides/migration-4.0.rst2
-rw-r--r--documentation/migration-guides/migration-4.1.rst4
-rw-r--r--documentation/migration-guides/release-notes-4.1.rst2
10 files changed, 12 insertions, 13 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index e566785b73..14b1f4a0a5 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -28,8 +28,7 @@ provide packages for these, you can install and use the Buildtools
28tarball, which provides an SDK-like environment containing them. 28tarball, which provides an SDK-like environment containing them.
29 29
30For more information on this requirement, see the 30For more information on this requirement, see the
31":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`" 31":ref:`system-requirements-buildtools`" section.
32section.
33 32
34.. _migration-1.5-atom-pc-bsp: 33.. _migration-1.5-atom-pc-bsp:
35 34
diff --git a/documentation/migration-guides/migration-1.7.rst b/documentation/migration-guides/migration-1.7.rst
index 4dc45ef090..94e9904b66 100644
--- a/documentation/migration-guides/migration-1.7.rst
+++ b/documentation/migration-guides/migration-1.7.rst
@@ -32,7 +32,7 @@ version required on the
32build host is now 1.7.8 because the ``--list`` option is now required by 32build host is now 1.7.8 because the ``--list`` option is now required by
33BitBake's Git fetcher. As always, if your host distribution does not 33BitBake's Git fetcher. As always, if your host distribution does not
34provide a version of Git that meets this requirement, you can use the 34provide a version of Git that meets this requirement, you can use the
35``buildtools-tarball`` that does. See the 35:term:`buildtools` tarball that does. See the
36":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`" 36":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`"
37section for more information. 37section for more information.
38 38
diff --git a/documentation/migration-guides/migration-2.1.rst b/documentation/migration-guides/migration-2.1.rst
index c2fe2e9528..01352acbfa 100644
--- a/documentation/migration-guides/migration-2.1.rst
+++ b/documentation/migration-guides/migration-2.1.rst
@@ -358,9 +358,9 @@ These additional changes exist:
358 358
359- The minimum Git version has been increased to 1.8.3.1. If your host 359- The minimum Git version has been increased to 1.8.3.1. If your host
360 distribution does not provide a sufficiently recent version, you can 360 distribution does not provide a sufficiently recent version, you can
361 install the buildtools, which will provide it. See the 361 install the :term:`buildtools`, which will provide it. See the
362 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions` 362 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`
363 section for more information on the buildtools tarball. 363 section for more information on the :term:`buildtools` tarball.
364 364
365- The buggy and incomplete support for the RPM version 4 package 365- The buggy and incomplete support for the RPM version 4 package
366 manager has been removed. The well-tested and maintained support for 366 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 751fa06ee8..2d4f4d603e 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -105,7 +105,7 @@ online package-manager support through SMART still require Python 2.
105``buildtools-tarball`` Includes Python 3 105``buildtools-tarball`` Includes Python 3
106~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107 107
108``buildtools-tarball`` now includes Python 3. 108The :term:`buildtools` tarball now includes Python 3.
109 109
110.. _migration-2.2-uclibc-replaced-by-musl: 110.. _migration-2.2-uclibc-replaced-by-musl:
111 111
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst
index a5fd8acb62..b53f2b7802 100644
--- a/documentation/migration-guides/migration-3.2.rst
+++ b/documentation/migration-guides/migration-3.2.rst
@@ -13,7 +13,7 @@ Minimum system requirements
13 13
14``gcc`` version 6.0 is now required at minimum on the build host. For older 14``gcc`` version 6.0 is now required at minimum on the build host. For older
15host distributions where this is not available, you can use the 15host distributions where this is not available, you can use the
16``buildtools-extended-tarball`` (easily installable using 16:term:`buildtools-extended` tarball (easily installable using
17``scripts/install-buildtools``). 17``scripts/install-buildtools``).
18 18
19 19
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst
index 4ba39d6e32..16d5e2a3ee 100644
--- a/documentation/migration-guides/migration-3.3.rst
+++ b/documentation/migration-guides/migration-3.3.rst
@@ -14,7 +14,7 @@ Minimum system requirements
14 14
15You will now need at least Python 3.6 installed on your build host. Most recent 15You will now need at least Python 3.6 installed on your build host. Most recent
16distributions provide this, but should you be building on a distribution that 16distributions provide this, but should you be building on a distribution that
17does not have it, you can use the ``buildtools-tarball`` (easily installable 17does not have it, you can use the :term:`buildtools` tarball (easily installable
18using ``scripts/install-buildtools``) --- see 18using ``scripts/install-buildtools``) --- see
19:ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions` 19:ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`
20for details. 20for details.
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index efa4a6d097..88238091a1 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -95,7 +95,7 @@ The ``lz4c``, ``pzstd`` and ``zstd`` commands are now required to be
95installed on the build host to support LZ4 and Zstandard compression 95installed on the build host to support LZ4 and Zstandard compression
96functionality. These are typically provided by ``lz4`` and ``zstd`` 96functionality. These are typically provided by ``lz4`` and ``zstd``
97packages in most Linux distributions. Alternatively they are available 97packages in most Linux distributions. Alternatively they are available
98as part of ``buildtools-tarball`` if your distribution does not provide 98as part of :term:`buildtools` tarball if your distribution does not provide
99them. For more information see 99them. For more information see
100:ref:`ref-manual/system-requirements:required packages for the build host`. 100:ref:`ref-manual/system-requirements:required packages for the build host`.
101 101
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst
index b3d30d2a5e..e11809b49c 100644
--- a/documentation/migration-guides/migration-4.0.rst
+++ b/documentation/migration-guides/migration-4.0.rst
@@ -191,7 +191,7 @@ Supported host distribution changes
191 191
192- ``gcc`` version 7.5 is now required at minimum on the build host. For older 192- ``gcc`` version 7.5 is now required at minimum on the build host. For older
193 host distributions where this is not available, you can use the 193 host distributions where this is not available, you can use the
194 ``buildtools-extended-tarball`` (easily installable using 194 :term:`buildtools-extended` tarball (easily installable using
195 ``scripts/install-buildtools``). 195 ``scripts/install-buildtools``).
196 196
197:append/:prepend in combination with other operators 197:append/:prepend in combination with other operators
diff --git a/documentation/migration-guides/migration-4.1.rst b/documentation/migration-guides/migration-4.1.rst
index 14263f70c7..8b9db40ddc 100644
--- a/documentation/migration-guides/migration-4.1.rst
+++ b/documentation/migration-guides/migration-4.1.rst
@@ -16,10 +16,10 @@ make 4.0 is now the minimum required make version
16~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17 17
18glibc now requires ``make`` 4.0 to build, thus it is now the version required to 18glibc now requires ``make`` 4.0 to build, thus it is now the version required to
19be installed on the build host. A new ``buildtools-make-tarball`` has been 19be installed on the build host. A new :term:`buildtools-make` tarball has been
20introduced to provide just make 4.0 for host distros without a current/working 20introduced to provide just make 4.0 for host distros without a current/working
21make 4.x version; if you also need other tools you can use the updated 21make 4.x version; if you also need other tools you can use the updated
22``buildtools-tarball``. For more information see 22:term:`buildtools` tarball. For more information see
23:ref:`ref-manual/system-requirements:required packages for the build host`. 23:ref:`ref-manual/system-requirements:required packages for the build host`.
24 24
25 25
diff --git a/documentation/migration-guides/release-notes-4.1.rst b/documentation/migration-guides/release-notes-4.1.rst
index b85a18c32c..09eb6d8c06 100644
--- a/documentation/migration-guides/release-notes-4.1.rst
+++ b/documentation/migration-guides/release-notes-4.1.rst
@@ -11,7 +11,7 @@ New Features / Enhancements in 4.1
11 11
12- ``make`` 4.0 is now the minimum make version required on the build host. 12- ``make`` 4.0 is now the minimum make version required on the build host.
13 For host distros that do not provide it, this is included as part of the 13 For host distros that do not provide it, this is included as part of the
14 ``buildtools-tarball``, and additionally a new ``buildtools-make-tarball`` 14 :term:`buildtools` tarball, and additionally a new :term:`buildtools-make` tarball
15 has been introduced to provide this in particular for host distros with 15 has been introduced to provide this in particular for host distros with
16 a broken make 4.x version. For more details see 16 a broken make 4.x version. For more details see
17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`. 17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`.