diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-06-14 20:18:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-21 20:57:17 +0100 |
commit | f7f4444e36c34d495d86d819916c044bde07f0f9 (patch) | |
tree | 149c2dc06f0c8e40df031c4869da77b3defbcfc1 /documentation/migration-guides/migration-1.7.rst | |
parent | 50acfba977ea69e6e5f315d905bf584820d3bca1 (diff) | |
download | poky-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/migration-1.7.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
31 | BitBake's Git fetcher. As always, if your host distribution does not | 31 | BitBake's Git fetcher. As always, if your host distribution does not |
32 | provide a version of Git that meets this requirement, you can use the | 32 | provide 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`" |
35 | section for more information. | 35 | section for more information. |
36 | 36 | ||
37 | .. _migration-1.7-autotools-class-changes: | 37 | .. _migration-1.7-autotools-class-changes: |