diff options
Diffstat (limited to 'documentation/poky.yaml')
-rw-r--r-- | documentation/poky.yaml | 4 |
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" |
42 | PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml" | 42 | PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml" |
43 | MIN_PYTHON_VERSION : "3.6.0" | ||
44 | MIN_TAR_VERSION : "1.28" | ||
45 | MIN_GIT_VERSION : "1.8.3.1" | ||
46 | MIN_GCC_VERSION : "5.0" | ||