diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2021-04-12 13:44:56 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-15 20:18:57 +0100 |
commit | 83960012388c9b08e293ccdb8e4a4ef95f14887a (patch) | |
tree | 6abfa939bf14439d50e6b32fda38968d1883ac97 /documentation/ref-manual/system-requirements.rst | |
parent | b56736ae7699060d4925f22d4129b1e8b9c20328 (diff) | |
download | poky-83960012388c9b08e293ccdb8e4a4ef95f14887a.tar.gz |
Use variables for minimum host versions and bump Python to 3.6
Minimum Git, tar, Python and gcc versions are specified in quite a few
different places. Let's add some variables for these so there's no
chance of missing one if they're updated in future. Additionally, for
hardknott the minimum Python version is 3.6 so set that as the value for
Python.
(From yocto-docs rev: 9a802bc4bb0438c2540f360a08c7787caf64408a)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.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.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 6edfa1a865..dc619cece3 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -256,11 +256,11 @@ Required Git, tar, Python and gcc Versions | |||
256 | In order to use the build system, your host development system must meet | 256 | In order to use the build system, your host development system must meet |
257 | the following version requirements for Git, tar, and Python: | 257 | the following version requirements for Git, tar, and Python: |
258 | 258 | ||
259 | - Git 1.8.3.1 or greater | 259 | - Git &MIN_GIT_VERSION; or greater |
260 | 260 | ||
261 | - tar 1.28 or greater | 261 | - tar &MIN_TAR_VERSION; or greater |
262 | 262 | ||
263 | - Python 3.5.0 or greater | 263 | - Python &MIN_PYTHON_VERSION; or greater |
264 | 264 | ||
265 | If your host development system does not meet all these requirements, | 265 | If your host development system does not meet all these requirements, |
266 | you can resolve this by installing a ``buildtools`` tarball that | 266 | you can resolve this by installing a ``buildtools`` tarball that |
@@ -270,7 +270,7 @@ a pre-built tarball or use BitBake to build the tarball. | |||
270 | In addition, your host development system must meet the following | 270 | In addition, your host development system must meet the following |
271 | version requirement for gcc: | 271 | version requirement for gcc: |
272 | 272 | ||
273 | - gcc 5.0 or greater | 273 | - gcc &MIN_GCC_VERSION; or greater |
274 | 274 | ||
275 | If your host development system does not meet this requirement, you can | 275 | If your host development system does not meet this requirement, you can |
276 | resolve this by installing a ``buildtools-extended`` tarball that | 276 | resolve this by installing a ``buildtools-extended`` tarball that |