summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-03 18:35:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-05 08:47:28 +0100
commit4837160315b69ea3a6163602c16b73e607970379 (patch)
treea68e72d1187e9107eb9ed214ea1b122efda7ba93 /documentation
parente81e703fb6fd028f5d01488a62dcfacbda16aa9e (diff)
downloadpoky-4837160315b69ea3a6163602c16b73e607970379.tar.gz
poky.yaml.in: update version requirements
According to meta/classes/sanity.bbclass in Poky (From yocto-docs rev: 2c6207606329c2b4ec56b7af538182ebf3c92792) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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"