From patchwork Mon Jun 15 05:18:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 90088 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 221B7CD98CE for ; Mon, 15 Jun 2026 05:18:52 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.123077.1781500724075813033 for ; Sun, 14 Jun 2026 22:18:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=PV09Zkgr; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=D897ZTSr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019ec9b7be93-5e869853-0242-48ea-b638-ea0415c4bf4f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1781500723; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=U5Vrlzev9Ra/zoDvzI3TbkoM2k4WD0AE5Ll18lhkoBE=; b=PV09Zkgr5ykVGlhmBKKdsFu/3z7yBxOVy8EYgotPKe8kuE7s6vT97rCxBXDy7Q4w bziQidXCMIKE69EoPHHcaG5v1JEyJiUmgPyfmOQp/sE7/urrcD2ZSu62l84E2kCKDD/ ThnuvmpPLNIY0ObRfa5aSEAL89KJTDjj153Q74bg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781500723; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=U5Vrlzev9Ra/zoDvzI3TbkoM2k4WD0AE5Ll18lhkoBE=; b=D897ZTSrIUwYMEiuYHwFMsnN2imo42GaErASeFCt3pAlOYanOjNP7V4ZhULXoJKw 8Cl+FMzlwvU301fokP80b8te3+AU0dU+b17mcA9ZkW7n7P6ptsWiW7TIJ+sN8taSiZI 2YggNb1I3o2P+ID+yuX3qBAkaxdTn1mTN/8rT0Es= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] waffle: upgrading to 1.8.2 FAILED Message-ID: <0101019ec9b7be93-5e869853-0242-48ea-b638-ea0415c4bf4f-000000@us-west-2.amazonses.com> Date: Mon, 15 Jun 2026 05:18:42 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.15-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 15 Jun 2026 05:18:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238805 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