From patchwork Fri Nov 3 19:52:49 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: 33628 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 78FB8C18E18 for ; Fri, 3 Nov 2023 19:52:52 +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.web10.63869.1699041166068823599 for ; Fri, 03 Nov 2023 12:52:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=gjxI9E2D; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=eHixAYTW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018b96bed1d2-93ab3f95-ced4-4bf2-8839-56af46090f03-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=1699041170; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WGRLV31VBNLp+UWUuU6njTSbROpFYw449A76FstkgwU=; b=gjxI9E2Drn0Q8S+5QgGkJERUlklS7+gQM5DnNxGoeLpI52GbnSFY/lRJJDZFNMdI ZT9gkYyREP6zhr19R1c7UXYQJ7F9xT7onqw1ADmO5/MjOETtQurYelb6rs5EgEdQc2J 2ntpYZc7EBMfvI/3NrjNbMEzvhFnGR3v9yaajPnI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041170; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WGRLV31VBNLp+UWUuU6njTSbROpFYw449A76FstkgwU=; b=eHixAYTWo/Kolrh26acgu5WZGJpBCIsfN4qa8kyiXeyhloJ6KintElJeu4C8Hptg frqK/pkyDi3zH1krY+NSduJk0Z1PiWoY/JRdXqjwAtDn73mF1qY4kCQOrlB0f/ON+OE /OIp9DTq+OfAZi0nPRWeLVI6uYVUmjOAiHY6QcS4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] mcelog: upgrading to 196 SUCCEEDED Message-ID: <0101018b96bed1d2-93ab3f95-ced4-4bf2-8839-56af46090f03-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:49 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-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, 03 Nov 2023 19:52:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105981 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mcelog* to *196* has Succeeded. Next steps: - apply the patch: git am 0001-mcelog-upgrade-194-196.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 b738121705a045b0dc62fb75a51186e32cf29901 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 15:30:50 +0000 Subject: [PATCH] mcelog: upgrade 194 -> 196 --- meta-oe/recipes-support/mcelog/{mcelog_194.bb => mcelog_196.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/mcelog/{mcelog_194.bb => mcelog_196.bb} (96%) diff --git a/meta-oe/recipes-support/mcelog/mcelog_194.bb b/meta-oe/recipes-support/mcelog/mcelog_196.bb similarity index 96% rename from meta-oe/recipes-support/mcelog/mcelog_194.bb rename to meta-oe/recipes-support/mcelog/mcelog_196.bb index 9b5c554d8..06aa30df0 100644 --- a/meta-oe/recipes-support/mcelog/mcelog_194.bb +++ b/meta-oe/recipes-support/mcelog/mcelog_196.bb @@ -11,7 +11,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "8f33fdc47160edce09d75e1316b4d88129ca60a0" +SRCREV = "edfe78a0dc54a940f4916a9bd681eab7b3f746d1" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"