Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9.0 FF
-
None
-
-
01692b5a8 (dev), 96e8095ec (6.8)
Description
In dev branch of meta-qt6 there is a bbappend for gcc with a pattern of
PATCH_GCC ?= "${@bb.utils.contains_any('DISTRO_CODENAME', 'styhead nanbield', bb.utils.vercmp_string_op(d.getVar('GCCVERSION'), '13', '>='), '0', d)}" SRC_URI += " \ ${@'file://tree-optimization.110280.patch' if bb.utils.to_boolean(d.getVar('PATCH_GCC')) else ''} \ "
This does not work with master of poky, as we have gcc 14.2 and it is fixed since 14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110280
Please either remove the patch, and don't support below 13.2.1, or limit the patching to where it works.
I have selected version 6.9.0 FF, as there is no "dev" version for meta-qt6