mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e81e703fb6
commit
4837160315
@@ -64,6 +64,7 @@ following requirements:
|
||||
- tar &MIN_TAR_VERSION; or greater
|
||||
- Python &MIN_PYTHON_VERSION; or greater.
|
||||
- gcc &MIN_GCC_VERSION; or greater.
|
||||
- GNU make &MIN_MAKE_VERSION; or greater
|
||||
|
||||
If your build host does not meet any of these three listed version
|
||||
requirements, you can take steps to prepare the system so that you
|
||||
|
||||
@@ -44,4 +44,5 @@ 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"
|
||||
MIN_GCC_VERSION : "7.5"
|
||||
MIN_MAKE_VERSION : "4.0"
|
||||
|
||||
Reference in New Issue
Block a user