1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Paul Eggleton
2021-04-12 13:44:56 +12:00
committed by Richard Purdie
parent b56736ae76
commit 8396001238
5 changed files with 17 additions and 13 deletions
+4 -4
View File
@@ -314,13 +314,13 @@ Project Build Host:
should be able to run on any modern distribution that has the
following versions for Git, tar, Python and gcc.
- Git 1.8.3.1 or greater
- Git &MIN_GIT_VERSION; or greater
- tar 1.28 or greater
- tar &MIN_TAR_VERSION; or greater
- Python 3.5.0 or greater.
- Python &MIN_PYTHON_VERSION; or greater.
- gcc 5.0 or greater.
- gcc &MIN_GCC_VERSION; or greater.
If your build host does not meet any of these three listed version
requirements, you can take steps to prepare the system so that you