From 83960012388c9b08e293ccdb8e4a4ef95f14887a Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 12 Apr 2021 13:44:56 +1200 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation/poky.yaml') diff --git a/documentation/poky.yaml b/documentation/poky.yaml index e0cf0b3ba4..8ccb359e0f 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -40,3 +40,7 @@ CENTOS8_HOST_PACKAGES_ESSENTIAL : "-y epel-release python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel xterm \ rpcgen mesa-libGL-devel" PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml" +MIN_PYTHON_VERSION : "3.6.0" +MIN_TAR_VERSION : "1.28" +MIN_GIT_VERSION : "1.8.3.1" +MIN_GCC_VERSION : "5.0" -- cgit v1.2.3-54-g00ecf