summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-06-14 20:18:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-21 20:57:17 +0100
commitf7f4444e36c34d495d86d819916c044bde07f0f9 (patch)
tree149c2dc06f0c8e40df031c4869da77b3defbcfc1 /documentation/brief-yoctoprojectqs
parent50acfba977ea69e6e5f315d905bf584820d3bca1 (diff)
downloadpoky-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/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 7179f25022..4d5ac85e61 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -64,11 +64,12 @@ following requirements:
64 - tar &MIN_TAR_VERSION; or greater 64 - tar &MIN_TAR_VERSION; or greater
65 - Python &MIN_PYTHON_VERSION; or greater. 65 - Python &MIN_PYTHON_VERSION; or greater.
66 - gcc &MIN_GCC_VERSION; or greater. 66 - gcc &MIN_GCC_VERSION; or greater.
67 - GNU make &MIN_MAKE_VERSION; or greater
67 68
68If your build host does not meet any of these three listed version 69If your build host does not meet any of these three listed version
69requirements, you can take steps to prepare the system so that you 70requirements, you can take steps to prepare the system so that you
70can still use the Yocto Project. See the 71can still use the Yocto Project. See the
71:ref:`ref-manual/system-requirements:required git, tar, python and gcc versions` 72:ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`
72section in the Yocto Project Reference Manual for information. 73section in the Yocto Project Reference Manual for information.
73 74
74Build Host Packages 75Build Host Packages