From patchwork Sat Jul 15 21:27:32 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: 27455 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 907BBC2FC23 for ; Sat, 15 Jul 2023 21:27:40 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.5935.1689456453502472703 for ; Sat, 15 Jul 2023 14:27:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=FrRWiI/5; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101895b73a326-7cfabf9d-c318-4200-93c0-a35820020088-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=1689456452; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=irVzaeeugzIGyolFPwTp8BiXdYQhkjwh4UEHBBn6ea0=; b=FrRWiI/57hvDZMX6rvlpdA1Hokbhk9Ka3EOqLOJm39eX/SSdVOevueWVAe1/WdNR SUsAxqolled01l4ujJbXFMkcxG24Tbiud+PrPSXKEDEDhLy7eXfY2LT0KyvbLw11TxA D/OmHgEzLcfuGH1veQhagTlKb4jE/0x0VXQQ+RR4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1689456452; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=irVzaeeugzIGyolFPwTp8BiXdYQhkjwh4UEHBBn6ea0=; b=KfdfjSbTSH9N7q9w3tFAmFLrE57/g0rhnRPVGG/Kk9bkIwsEPGXEmqmweEUL2+vV mCyUhW9FVYHFMVvg0T4vpdSmUsZWR2nzgGnaup/G5ZFOVLlj5WkDoM6SIC+e1rebJsN CbvfZq7A6jVVQkY5HOBT6XUzBfVosiIMFkawrwh8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Marek Vasut Cc: openembedded-core@lists.openembedded.org Subject: [AUH] u-boot: upgrading to 2023.07.02 FAILED Message-ID: <010101895b73a326-7cfabf9d-c318-4200-93c0-a35820020088-000000@us-west-2.amazonses.com> Date: Sat, 15 Jul 2023 21:27:32 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.15-54.240.27.45 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, 15 Jul 2023 21:27:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/184315 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *u-boot* to *2023.07.02* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-u-boot-upgrade-2023.04-2023.07.02.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 5e17bba788679486aeb800668a88df32eeccb960 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jul 2023 06:05:50 +0000 Subject: [PATCH] u-boot: upgrade 2023.04 -> 2023.07.02 --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- .../u-boot/{u-boot_2023.04.bb => u-boot_2023.07.02.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/u-boot/{u-boot_2023.04.bb => u-boot_2023.07.02.bb} (100%) diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 8a2e9aef94..111914827d 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -12,9 +12,9 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "fd4ed6b7e83ec3aea9a2ce21baea8ca9676f40dd" +SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c" -SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" +SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/meta/recipes-bsp/u-boot/u-boot_2023.04.bb b/meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot_2023.04.bb rename to meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb