From patchwork Sat Jul 1 16:02:00 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: 26785 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 8EEABC27C54 for ; Sat, 1 Jul 2023 16:02:08 +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.web10.10490.1688227321670832082 for ; Sat, 01 Jul 2023 09:02:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=fWvPwLHV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101891230936d-b62b0007-c149-49e2-b589-d6b189f53650-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=1688227321; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=YbmDaS3Sxsu0o1RcYc25zQL2OXKXmpgNIKnyfsznLRk=; b=fWvPwLHVNl2Q1K4tosCzC6JheF3aZO92V2z6xGJlp6HJuO/+cG+wPjCCcy23tBH9 Y2w0rFoMYTgfqfuFzQ/Hdd9VV1dTURWpHA0vHeRThcylrQhDZtNitUStovXg2gfBzk6 KXd5XJeAmg7O8yY2MHpe8MClaWU2Fqs9Pk1/G5MY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1688227321; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=YbmDaS3Sxsu0o1RcYc25zQL2OXKXmpgNIKnyfsznLRk=; b=GR9vTENJmN3T3ZI3x3zcjOKBFX8HTZEWb/91En2ffXdLz0FLtMbdZ3qHPV38vv/U kifOSBC+2ST8VVxUz1cSkV5tD+rKH6sh0oQuUGgRCo1f+bR7Zsll21mqpDr7RwYc+P7 bDfQy+YAJq1hND2jXTPPDTOEXi7oMTCkiUvCvJPs= 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: <010101891230936d-b62b0007-c149-49e2-b589-d6b189f53650-000000@us-west-2.amazonses.com> Date: Sat, 1 Jul 2023 16:02:00 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.01-54.240.27.29 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 ; Sat, 01 Jul 2023 16:02:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183709 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 571476b8926dfb25bd10d184dcd0c37f280f6fa9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jul 2023 05:56:30 +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'