mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
Since commit 19004950ad56 ("sanity: Check if the C++ toolchain supports
--std=gnu++20") host GCC must support "--std=gnu++20", which became
available in 10.1. This is already reflected in the documentation [1]
but not here.
Update the sanity check on GCC and raise the minimum version to 10.1.
Remove the dead link to www.softwarecollections.org.
[1]: https://git.yoctoproject.org/yocto-docs/commit/?id=0e538c102bfcb7184c76c2401e8cb878168c4434
Cc: Yoann Congal <yoann.congal@smile.fr>
(From OE-Core rev: 871cc04305fe7483a4c256f38fa63a67cef82183)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| base.bbclass | ||
| buildstats.bbclass | ||
| debian.bbclass | ||
| devshell.bbclass | ||
| insane.bbclass | ||
| license.bbclass | ||
| logging.bbclass | ||
| mirrors.bbclass | ||
| package_deb.bbclass | ||
| package_ipk.bbclass | ||
| package_pkgdata.bbclass | ||
| package_rpm.bbclass | ||
| package.bbclass | ||
| packagedata.bbclass | ||
| patch.bbclass | ||
| retain.bbclass | ||
| sanity.bbclass | ||
| sstate.bbclass | ||
| staging.bbclass | ||
| uninative.bbclass | ||
| utility-tasks.bbclass | ||
| utils.bbclass | ||
| yocto-check-layer.bbclass | ||