To: ['Ross Burton '] To: openembedded-core@lists.openembedded.org Subject: [AUH] waffle: upgrading to 1.8.2 FAILED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260615050057/all/waffle/bitbake-output-qemux86-64.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260615050057/all/waffle/0001-waffle-upgrade-1.8.1-1.8.2.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *waffle* to *1.8.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-waffle-upgrade-1.8.1-1.8.2.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From aeb3ace605718e3e1d3b735ad8d9976bdc5164b8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jun 2026 05:11:58 +0000 Subject: [PATCH] waffle: upgrade 1.8.1 -> 1.8.2 --- .../waffle/{waffle_1.8.1.bb => waffle_1.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/waffle/{waffle_1.8.1.bb => waffle_1.8.2.bb} (97%) diff --git a/meta/recipes-graphics/waffle/waffle_1.8.1.bb b/meta/recipes-graphics/waffle/waffle_1.8.2.bb similarity index 97% rename from meta/recipes-graphics/waffle/waffle_1.8.1.bb rename to meta/recipes-graphics/waffle/waffle_1.8.2.bb index 5d993cf254..074485366c 100644 --- a/meta/recipes-graphics/waffle/waffle_1.8.1.bb +++ b/meta/recipes-graphics/waffle/waffle_1.8.2.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \ SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https;branch=maint-1.8 \ file://0001-c11-threads-fix-build-on-c23.patch \ " -SRCREV = "49abc7cb5f73cc6852136c91da49ea3a338960e4" +SRCREV = "70dd251e0390401ab9dc4f768ee9665863f4c268" inherit meson features_check lib_package bash-completion pkgconfig -- 2.47.1