mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
Increase minimum GCC version to 8.0
We've increased the minimum GCC version to 8.0[1] so update the documentation to match. [1] sanity.bbclass: Update minimum gcc version to 8.0 (From yocto-docs rev: c74254fa7406c76b26e47b968685115699f95c55) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf2d2d0a62
commit
bcf8ac1ff5
@@ -39,7 +39,7 @@ PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml"
|
||||
MIN_PYTHON_VERSION : "3.8.0"
|
||||
MIN_TAR_VERSION : "1.28"
|
||||
MIN_GIT_VERSION : "1.8.3.1"
|
||||
MIN_GCC_VERSION : "7.5"
|
||||
MIN_GCC_VERSION : "8.0"
|
||||
MIN_MAKE_VERSION : "4.0"
|
||||
# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), rounded up from 87
|
||||
MIN_DISK_SPACE : "90"
|
||||
|
||||
Reference in New Issue
Block a user