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/faq.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/faq.rst')
-rw-r--r-- | documentation/ref-manual/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 3b65588caa..64fdfdf756 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
@@ -16,7 +16,7 @@ first before being pulled back into Poky. This practice benefits both | |||
16 | projects immediately. | 16 | projects immediately. |
17 | 17 | ||
18 | **Q:** My development system does not meet the required Git, tar, and | 18 | **Q:** My development system does not meet the required Git, tar, and |
19 | Python versions. In particular, I do not have Python 3.5.0 or greater. | 19 | Python versions. In particular, I do not have Python &MIN_PYTHON_VERSION; or greater. |
20 | Can I still use the Yocto Project? | 20 | Can I still use the Yocto Project? |
21 | 21 | ||
22 | **A:** You can get the required tools on your host development system a | 22 | **A:** You can get the required tools on your host development system a |