summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/system-requirements.rst
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/ref-manual/system-requirements.rst
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/ref-manual/system-requirements.rst')
-rw-r--r--documentation/ref-manual/system-requirements.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 04f9efaa23..6cf88f2a98 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -234,8 +234,8 @@ supported CentOS-8 Linux distribution:
234 $ sudo dnf install make python3-pip which 234 $ sudo dnf install make python3-pip which
235 &PIP3_HOST_PACKAGES_DOC; 235 &PIP3_HOST_PACKAGES_DOC;
236 236
237Required Git, tar, Python and gcc Versions 237Required Git, tar, Python, make and gcc Versions
238========================================== 238================================================
239 239
240In order to use the build system, your host development system must meet 240In order to use the build system, your host development system must meet
241the following version requirements for Git, tar, and Python: 241the following version requirements for Git, tar, and Python:
@@ -246,6 +246,8 @@ the following version requirements for Git, tar, and Python:
246 246
247- Python &MIN_PYTHON_VERSION; or greater 247- Python &MIN_PYTHON_VERSION; or greater
248 248
249- GNU make &MIN_MAKE_VERSION; or greater
250
249If your host development system does not meet all these requirements, 251If your host development system does not meet all these requirements,
250you can resolve this by installing a ``buildtools`` tarball that 252you can resolve this by installing a ``buildtools`` tarball that
251contains these tools. You can get the tarball one of two ways: download 253contains these tools. You can get the tarball one of two ways: download