summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml
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/poky.yaml
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/poky.yaml')
-rw-r--r--documentation/poky.yaml4
1 files changed, 4 insertions, 0 deletions
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
40 python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel xterm \ 40 python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel xterm \
41 rpcgen mesa-libGL-devel" 41 rpcgen mesa-libGL-devel"
42PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml" 42PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml"
43MIN_PYTHON_VERSION : "3.6.0"
44MIN_TAR_VERSION : "1.28"
45MIN_GIT_VERSION : "1.8.3.1"
46MIN_GCC_VERSION : "5.0"