From patchwork Sat Nov 15 16:38:36 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: 74606 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 2ADAFCEB2F6 for ; Sat, 15 Nov 2025 16:38:40 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.11930.1763224714250013416 for ; Sat, 15 Nov 2025 08:38:37 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=MkUJ+e4Q; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=joiMlWAm; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019a8862043c-c6132cb4-37b7-44c0-8de5-5a85922d8691-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=1763224716; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=nRgHR8qDumNxUmk9NlsE/3FNumUlLUQabtufySTs3Dw=; b=MkUJ+e4QignsSeUOyp99pRHXU/QI3iDB+pWeMWG588y/7cTtPtjz/oqV0UEG3sMk A47AYHCouvoApTWDttD0WFjEdjFWiGBmK2R9CoRM26tKr7n0R/wk1D4QQRA7itNgVxR qZrGEINecI2nMSIjLbKczV4giNsgcPCyTOj/eUTE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224716; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=nRgHR8qDumNxUmk9NlsE/3FNumUlLUQabtufySTs3Dw=; b=joiMlWAmLHUQk5zsAz1tcRGKN8EtsaLZKeB55Wq5jsJBj+fPDYIsAnSk+96Rpk9Q 4YNixxnacKf9xutyJKQU5Op9ZhZsw7MX0+TJ4bTZRr7r+KIyGLKKQG6PNt7WsSQ70au xRxFqfFSlqF3hl+GNfJiH5UNQYNmBTrhFzjbP2Ws= 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: <0101019a8862043c-c6132cb4-37b7-44c0-8de5-5a85922d8691-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:38:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.29 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 ; Sat, 15 Nov 2025 16:38:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226327 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 50060597606143a289ded6a46814cdb2adc97535 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 08:38:29 +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..b43b1cdc14 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 d2ff2a708b237d57d6ac033c55d8c910f4177e3e 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..5b698536c3 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 02eec79efa96ee5e5be1a640d1c4000a9f2b4400 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..8c97490c5f 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 d317079270e9948474bca478a42d8329f297c596 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..094f481c68 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 6650bef8a8136f9ab18839649461d8aa4e79ef4e 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"