summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst1
-rw-r--r--documentation/poky.yaml.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index a982eae207..cef91c6476 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -64,6 +64,7 @@ following requirements:
64 - tar &MIN_TAR_VERSION; or greater 64 - tar &MIN_TAR_VERSION; or greater
65 - Python &MIN_PYTHON_VERSION; or greater. 65 - Python &MIN_PYTHON_VERSION; or greater.
66 - gcc &MIN_GCC_VERSION; or greater. 66 - gcc &MIN_GCC_VERSION; or greater.
67 - GNU make &MIN_MAKE_VERSION; or greater
67 68
68If your build host does not meet any of these three listed version 69If your build host does not meet any of these three listed version
69requirements, you can take steps to prepare the system so that you 70requirements, you can take steps to prepare the system so that you
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 1e1d6c83ed..6b942f0959 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -44,4 +44,5 @@ PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml"
44MIN_PYTHON_VERSION : "3.6.0" 44MIN_PYTHON_VERSION : "3.6.0"
45MIN_TAR_VERSION : "1.28" 45MIN_TAR_VERSION : "1.28"
46MIN_GIT_VERSION : "1.8.3.1" 46MIN_GIT_VERSION : "1.8.3.1"
47MIN_GCC_VERSION : "5.0" 47MIN_GCC_VERSION : "7.5"
48MIN_MAKE_VERSION : "4.0"