From patchwork Wed Nov 5 23:16:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 73695 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 70216CD3425 for ; Wed, 5 Nov 2025 23:16:24 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2356.1762384577484165766 for ; Wed, 05 Nov 2025 15:16:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=dX/dHIDF; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Qaqfy7bb; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019a564e8176-d24375f3-4fc6-494a-b9bf-6c6655257c7b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1762384577; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=14yG8+Y26xr5DLmhSzBkyQy/3uGXVFWUgh3MwTUIiJc=; b=dX/dHIDFkWbImVUpgGaCkQ390Ysz+jtznJXCGSkIX2ONBz9DPLIcY+R5wZIBeUy+ TusIFk3zIq1HHI7045bfhWdQQ8mlx8nt3Y5nIsjOynEDTsTT4qD4DGan+SOTBylc24R gpcLzNI/wnjum1HFsh2WRgTGJ2BUFB/Ubic64XvM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384577; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=14yG8+Y26xr5DLmhSzBkyQy/3uGXVFWUgh3MwTUIiJc=; b=Qaqfy7bb/Vmp5QZQuPK/9/Nv4OuhW/uMK4AxQFgAkFir8ViteAeFJUfpgaT6cGgn LZF4J/kKltuYPPs67f+iK9aAhRIALIRHZiOvZrP9nw8SANJ3Z4ur9p/p0Vhc/m1Z8BO Dsv13bsN7+re/Wwiti4SxV0aN6sjFiA0bOzA4+aA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] ovmf: upgrading to edk2-stable202508.01^{} FAILED Message-ID: <0101019a564e8176-d24375f3-4fc6-494a-b9bf-6c6655257c7b-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.193 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 ; Wed, 05 Nov 2025 23:16:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225804 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ovmf* to *edk2-stable202508.01^{}* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-ovmf-upgrade-edk2-stable202508-edk2-stable202508.01.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 b3cd40e7ecfb017116bd398500ee61d05164dfc9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 15:25:32 +0000 Subject: [PATCH] ovmf: upgrade edk2-stable202508 -> edk2-stable202508.01^{} --- .../ovmf/0001-ovmf-update-path-to-native-BaseTools.patch | 2 +- ...aseTools-makefile-adjust-to-build-in-under-bitbake.patch | 2 +- meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch | 2 +- meta/recipes-core/ovmf/ovmf/0004-reproducible.patch | 2 +- meta/recipes-core/ovmf/ovmf_git.bb | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch b/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch index 890e586210..7dec755ee7 100644 --- a/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch +++ b/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch @@ -1,4 +1,4 @@ -From 0f859c6de2914cd984f8a0dd61471b91a2371bfa Mon Sep 17 00:00:00 2001 +From 93c3af054f78c3b4e1788d7ac2a48fea552d5d3d Mon Sep 17 00:00:00 2001 From: Ricardo Neri Date: Thu, 9 Jun 2016 02:23:01 -0700 Subject: [PATCH] ovmf: update path to native BaseTools diff --git a/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch b/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch index 4a55528571..557b79c1ae 100644 --- a/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch +++ b/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch @@ -1,4 +1,4 @@ -From 9dbd082516fdd7100f99f0f389b8eef5ececab19 Mon Sep 17 00:00:00 2001 +From b1f143e9a8fd19397e28496f27bfd29d8900ee1e Mon Sep 17 00:00:00 2001 From: Ricardo Neri Date: Fri, 26 Jul 2019 17:34:26 -0400 Subject: [PATCH] BaseTools: makefile: adjust to build in under bitbake diff --git a/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch b/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch index 1e79c23ae9..bb2f17444a 100644 --- a/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch +++ b/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch @@ -1,4 +1,4 @@ -From eb6db21ed0a845dce149d17acf8673d5188adea4 Mon Sep 17 00:00:00 2001 +From 860f764b821eae611cf308ed45b690cbfd032429 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 14 Jun 2021 19:56:28 +0200 Subject: [PATCH] debug prefix map diff --git a/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch b/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch index 73f242321e..f48a8f3146 100644 --- a/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch +++ b/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch @@ -1,4 +1,4 @@ -From 0d22e07cd9cc35ede04c01d3141068db744d7677 Mon Sep 17 00:00:00 2001 +From 1a1716d768f46fd6bab47e2557184c89e46a610b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 14 Jun 2021 19:57:30 +0200 Subject: [PATCH] reproducible diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 577310a678..652551865f 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -20,15 +20,15 @@ PACKAGECONFIG[tpm] = "-D TPM_ENABLE=TRUE,-D TPM_ENABLE=FALSE,," #see https://src.fedoraproject.org/rpms/edk2/blob/rawhide/f/0032-Basetools-turn-off-gcc12-warning.patch BUILD_CFLAGS += "-Wno-error=stringop-overflow" -SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https;tag=${PV} \ +SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=stable/202508;protocol=https;tag=${PV} \ file://0001-ovmf-update-path-to-native-BaseTools.patch \ file://0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch \ file://0003-debug-prefix-map.patch \ file://0004-reproducible.patch \ " -PV = "edk2-stable202508" -SRCREV = "d46aa46c8361194521391aa581593e556c707c6e" +PV = "edk2-stable202508.01^{}" +SRCREV = "3d244c3b364bd4e21261380662186d064659161c" UPSTREAM_CHECK_GITTAGREGEX = "(?Pedk2-stable.*)" CVE_PRODUCT = "edk2"