diff mbox series

poky.yaml.in: Raise minimum GCC version to 10.1

Message ID 20250322225337.3981680-1-yoann.congal@smile.fr
State Under Review
Headers show
Series poky.yaml.in: Raise minimum GCC version to 10.1 | expand

Commit Message

Yoann Congal March 22, 2025, 10:53 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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].

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 documentation/poky.yaml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index c93b78066..518e8917c 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -16,7 +16,7 @@  YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
 MIN_PYTHON_VERSION : "3.8.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"