summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2023-10-13 13:43:48 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2023-10-16 19:53:10 +0300
commit4f0a5009df41741472b0217fad2d24f913035336 (patch)
treecc810f4f4091e2b8971f3526b03be2dbee4fbb27
parent003e3d6b91664d34417e89acd5881f8919c71c1c (diff)
Add BBMASK for outdated .bbappend
Fix build break with latest yocto kirkstone release. A gcc recipe bbappend got out of sync with yocto kirkstone branch since 4.1.12 release where gcc got updated 11.0.3 -> 11.0.4. Change-Id: If66e1e355ae5830d34f230f95239d7f4b02189ca Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 8b6067a..ea584d4 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -40,3 +40,8 @@ BBFILE_PATTERN_b2qt_st := "^${LAYERDIR}/"
BBFILE_PRIORITY_b2qt_st = "20"
LAYERSERIES_COMPAT_b2qt_st = "kirkstone langdale mickledore"
+
+# Outdated bbappend in yocto 4.0.12+
+BBMASK += "\
+ meta-st-stm32mp/recipes-devtools/gcc/gcc-source_11.3.bbappend \
+"