From patchwork Fri Jun 16 03:51:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 25745 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 6897EEB64D8 for ; Fri, 16 Jun 2023 03:51:27 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.797.1686887481398404189 for ; Thu, 15 Jun 2023 20:51:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KUI7oEg0; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 01010188c2543c19-6464ef19-95ac-41db-88da-6f70282ef06f-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=1686887480; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=wWQnyF84Htn8WaeZTN4lnFOwmDOJMzQL5tjsRpNWa7g=; b=KUI7oEg0np3+zafLKy/CwYBeQd0WKOXFZEOpXFwYMh4IMfSHC22PExOXO3Mbh4HI HBX2aZK/w8glRHM7TBSg7VmdU5RuDl0xLG2r+Q18+Z5ZKCURQvD9si5tIkzPwtP0vhI VbZ3ox6l2d6OQNVYvIs0+1HFZPRZDjvlZ8zrzgCY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887480; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=wWQnyF84Htn8WaeZTN4lnFOwmDOJMzQL5tjsRpNWa7g=; b=bbkXXNGfAJpIJtKK7MAlnu1Gio51GqMPDeVBxufCZiJCoRch1lQxW6AlmxnRy7jl c07Sw1aVl4ZjSxV0KNl5paFLcTZJfsVi2f8+ChaNpIxuPUjFZnGs1t7tcbIyc7YwtEg TSWVtmOj+cxxL75O04s3d8OcryXFFSTp6zeuFSmk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gnu-efi: upgrading to 3.0.17 FAILED Message-ID: <01010188c2543c19-6464ef19-95ac-41db-88da-6f70282ef06f-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:20 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-54.240.27.31 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Jun 2023 03:51:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182889 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnu-efi* to *3.0.17* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gnu-efi-upgrade-3.0.15-3.0.17.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 197166ba40fb58557fad71c70533f304a005edf9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 05:52:54 +0000 Subject: [PATCH] gnu-efi: upgrade 3.0.15 -> 3.0.17 --- .../gnu-efi/{gnu-efi_3.0.15.bb => gnu-efi_3.0.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.15.bb => gnu-efi_3.0.17.bb} (96%) diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.15.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb similarity index 96% rename from meta/recipes-bsp/gnu-efi/gnu-efi_3.0.15.bb rename to meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb index 5ae6f391ae..ffd8c4ba06 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.15.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb @@ -17,7 +17,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/files/${BP}.tar.bz2 \ file://gnu-efi-3.0.9-fix-clang-build.patch \ " -SRC_URI[sha256sum] = "931a257b9c5c1ba65ff519f18373c438a26825f2db7866b163e96d1b168f20ea" +SRC_URI[sha256sum] = "7807e903349343a7a142ebb934703a2872235e89688cf586c032b0a1087bcaf4" COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*|riscv64.*)-linux" COMPATIBLE_HOST:armv4 = 'null'