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/dev-manual | |
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/dev-manual')
-rw-r--r-- | documentation/dev-manual/start.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 8cf3ebe316..499c3f8394 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -311,7 +311,7 @@ Project Build Host: | |||
311 | 311 | ||
312 | 3. *Meet Minimal Version Requirements:* The OpenEmbedded build system | 312 | 3. *Meet Minimal Version Requirements:* The OpenEmbedded build system |
313 | should be able to run on any modern distribution that has the | 313 | should be able to run on any modern distribution that has the |
314 | following versions for Git, tar, Python and gcc. | 314 | following versions for Git, tar, Python, gcc and make. |
315 | 315 | ||
316 | - Git &MIN_GIT_VERSION; or greater | 316 | - Git &MIN_GIT_VERSION; or greater |
317 | 317 | ||
@@ -321,10 +321,12 @@ Project Build Host: | |||
321 | 321 | ||
322 | - gcc &MIN_GCC_VERSION; or greater. | 322 | - gcc &MIN_GCC_VERSION; or greater. |
323 | 323 | ||
324 | - GNU make &MIN_MAKE_VERSION; or greater | ||
325 | |||
324 | If your build host does not meet any of these listed version | 326 | If your build host does not meet any of these listed version |
325 | requirements, you can take steps to prepare the system so that you | 327 | requirements, you can take steps to prepare the system so that you |
326 | can still use the Yocto Project. See the | 328 | can still use the Yocto Project. See the |
327 | ":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" | 329 | ":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`" |
328 | section in the Yocto Project Reference Manual for information. | 330 | section in the Yocto Project Reference Manual for information. |
329 | 331 | ||
330 | 4. *Install Development Host Packages:* Required development host | 332 | 4. *Install Development Host Packages:* Required development host |