diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-14 09:36:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | eb5042210c872d9d1a19d9ea251ad48ce589e905 (patch) | |
tree | 6a494267296ee932d66cf2cd24b63ff87943decc /documentation/migration-guides/migration-4.1.rst | |
parent | 4925cd416820ab2b48aaa780a053b6fa52d794e9 (diff) | |
download | poky-eb5042210c872d9d1a19d9ea251ad48ce589e905.tar.gz |
manuals: create references to buildtools
On the side, also simplify a reference to the section describing them.
(From yocto-docs rev: 0c13a7f9ccee4ddc9c6034d03f47625a09598cec)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-4.1.rst')
-rw-r--r-- | documentation/migration-guides/migration-4.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 | ||
18 | glibc now requires ``make`` 4.0 to build, thus it is now the version required to | 18 | glibc now requires ``make`` 4.0 to build, thus it is now the version required to |
19 | be installed on the build host. A new ``buildtools-make-tarball`` has been | 19 | be installed on the build host. A new :term:`buildtools-make` tarball has been |
20 | introduced to provide just make 4.0 for host distros without a current/working | 20 | introduced to provide just make 4.0 for host distros without a current/working |
21 | make 4.x version; if you also need other tools you can use the updated | 21 | make 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 | ||