From patchwork Sun Oct 15 19:45:15 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: 32283 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 05D66CDB48B for ; Sun, 15 Oct 2023 19:45:21 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.102719.1697399115587050366 for ; Sun, 15 Oct 2023 12:45:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Crtm6Cio; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=FJNEIgaD; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.192, mailfrom: 0101018b34df0fc6-f2a27581-cf34-4423-a019-123c8ecb52f6-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1697399115; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qtFRtmhA5uIdegEfkkqBZY5XniC+1JbzUm8H7lwBGH0=; b=Crtm6CioN70Y7J95FWz/Ld6kPAHmCL2wA5voZ/256PnOwzbPO22IuzrsGhN9GNL+ YqvPv+z4wTlS6A7Ay4fwu6eSknkc7mD4kB5aKu7XbvwQw9r0Xi6gWrmWjSp0ljjgB0c 9+bpUeWiph9nxKlBEnbuGMuYulcBMWQt7JscEepI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1697399115; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qtFRtmhA5uIdegEfkkqBZY5XniC+1JbzUm8H7lwBGH0=; b=FJNEIgaDlDlLXlrvu9BKjpYZirybJtfhi/YqjA+TfsHUmTdURYGPBiDqIqVpo/6p ACxLFwwjEHSKyBap6aMzCEECh5wb0iuGFOVDydL+7zpkVl03IAL4Yo/gHNadhK2epfw b7xG/AaZZfaLlRLQ4cAsUd+2Tid1Lyc93ikVvnLU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] hwlatdetect: upgrading to 2.6 SUCCEEDED Message-ID: <0101018b34df0fc6-f2a27581-cf34-4423-a019-123c8ecb52f6-000000@us-west-2.amazonses.com> Date: Sun, 15 Oct 2023 19:45:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.15-54.240.27.192 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 ; Sun, 15 Oct 2023 19:45:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189240 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *hwlatdetect* to *2.6* has Succeeded. Next steps: - apply the patch: git am 0001-hwlatdetect-upgrade-2.5-2.6.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 469cc745a356639f11ba1a308f364df054035d62 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Oct 2023 18:34:50 +0000 Subject: [PATCH] hwlatdetect: upgrade 2.5 -> 2.6 --- meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 527e14ad54..70315c4694 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -1,5 +1,5 @@ -SRCREV = "4579b9a6d85ae528f76e92421eb5e7b33cd26b17" -PV = "2.5" +SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5" +PV = "2.6" PE = "1" SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"