mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
poky.yaml.in: Raise minimum GCC version to 10.1
Since OE-Core commit 19004950ad56 ("sanity: Check if the C++ toolchain supports --std=gnu++20"),
host GCC must support "--std=gnu++20" for a Yocto build.
This option is available from 10.1.
This is related to [YOCTO #15804].
(From yocto-docs rev: 0e538c102bfcb7184c76c2401e8cb878168c4434)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0fffea46ec
commit
9a9029e0af
@@ -16,7 +16,7 @@ YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
|
||||
MIN_PYTHON_VERSION : "3.9.0"
|
||||
MIN_TAR_VERSION : "1.28"
|
||||
MIN_GIT_VERSION : "1.8.3.1"
|
||||
MIN_GCC_VERSION : "8.0"
|
||||
MIN_GCC_VERSION : "10.1"
|
||||
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