summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs/index.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/brief-yoctoprojectqs/index.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/brief-yoctoprojectqs/index.rst')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 7bba47ea9c..974ae5ebca 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -60,10 +60,10 @@ following requirements:
60 60
61- 61-
62 62
63 - Git 1.8.3.1 or greater 63 - Git &MIN_GIT_VERSION; or greater
64 - tar 1.28 or greater 64 - tar &MIN_TAR_VERSION; or greater
65 - Python 3.5.0 or greater. 65 - Python &MIN_PYTHON_VERSION; or greater.
66 - gcc 5.0 or greater. 66 - gcc &MIN_GCC_VERSION; or greater.
67 67
68If your build host does not meet any of these three listed version 68If your build host does not meet any of these three listed version
69requirements, you can take steps to prepare the system so that you 69requirements, you can take steps to prepare the system so that you