summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/start.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2021-04-12 13:44:56 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-15 20:18:57 +0100
commit83960012388c9b08e293ccdb8e4a4ef95f14887a (patch)
tree6abfa939bf14439d50e6b32fda38968d1883ac97 /documentation/dev-manual/start.rst
parentb56736ae7699060d4925f22d4129b1e8b9c20328 (diff)
downloadpoky-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/dev-manual/start.rst')
-rw-r--r--documentation/dev-manual/start.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 39036183b0..84abf4c51f 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -314,13 +314,13 @@ Project Build Host:
314 should be able to run on any modern distribution that has the 314 should be able to run on any modern distribution that has the
315 following versions for Git, tar, Python and gcc. 315 following versions for Git, tar, Python and gcc.
316 316
317 - Git 1.8.3.1 or greater 317 - Git &MIN_GIT_VERSION; or greater
318 318
319 - tar 1.28 or greater 319 - tar &MIN_TAR_VERSION; or greater
320 320
321 - Python 3.5.0 or greater. 321 - Python &MIN_PYTHON_VERSION; or greater.
322 322
323 - gcc 5.0 or greater. 323 - gcc &MIN_GCC_VERSION; or greater.
324 324
325 If your build host does not meet any of these three listed version 325 If your build host does not meet any of these three listed version
326 requirements, you can take steps to prepare the system so that you 326 requirements, you can take steps to prepare the system so that you