From patchwork Thu Feb 15 17:32:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 39358 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 80FEDC48BEB for ; Thu, 15 Feb 2024 17:32:29 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.20351.1708018348820367801 for ; Thu, 15 Feb 2024 09:32:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=L0DNZA/M; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Iq6z/Wr7; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018dadd3ad8b-d27eb9a8-f4ba-4cc4-84bb-b63d301f8c93-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=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8ymmzJMcLmT3vMiuTklzBkbA6legpYWt9vC8kLqKwts=; b=L0DNZA/M0uMTsj6yPPumUOlLTHQPp91YufZGGKydIP+LfX/ow+XqbekBV99NDcuU lTMxpbZ/dLQG3AYipdHYstz09f0o7ZcR/G3gk1NNTz29o4YwuuNXHwS6HeVwLDvGhcJ 5QEr2UaWBCD2DMwjLWHjIAdkXPdABx2TrPHPm28U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8ymmzJMcLmT3vMiuTklzBkbA6legpYWt9vC8kLqKwts=; b=Iq6z/Wr7iW46v5UFU9eanoUFPA1hE7+qaNP5/AoBE1DWWVoWkAUBQ9OWeBA57te+ r9+nzn7/j6gkq5H60XWcZs1BwCAYpaRCEv0Gvz9Yj3WzMcW82YonVzc5QPSKzrSRc6P IrBwnFTEEmGymwS8ARBMW4ZIHafScdYL1zIDs/Yw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Richard Purdie Cc: openembedded-core@lists.openembedded.org Subject: [AUH] numactl: upgrading to 2.0.18 SUCCEEDED Message-ID: <0101018dadd3ad8b-d27eb9a8-f4ba-4cc4-84bb-b63d301f8c93-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:27 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-54.240.27.23 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 ; Thu, 15 Feb 2024 17:32:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195685 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *numactl* to *2.0.18* has Succeeded. Next steps: - apply the patch: git am 0001-numactl-upgrade-2.0.17-2.0.18.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 f2de26b265797b2250859ce73e96849fd883cb18 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 17:21:56 +0000 Subject: [PATCH] numactl: upgrade 2.0.17 -> 2.0.18 --- .../numactl/numactl/0001-define-run-test-target.patch | 8 ++++++-- .../numactl/numactl/Fix-the-test-output-format.patch | 3 ++- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch index 185dcb3e2d..6da1db97d2 100644 --- a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch +++ b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch @@ -1,4 +1,7 @@ -rename test target as run-test +From cdee7a5b111af415c9b3d24e2a4b840ba2e89061 Mon Sep 17 00:00:00 2001 +From: Roy Li +Date: Mon, 19 Oct 2020 14:42:11 -0700 +Subject: [PATCH] rename test target as run-test Upstream-Status: Pending @@ -8,12 +11,13 @@ not suitable for cross-compile environment, so rename it as run-test. and define test target to compile the test files. Signed-off-by: Roy Li + --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am -index e84b21e..94a8bff 100644 +index da01d27..c738b93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,7 +126,9 @@ regress2: $(check_PROGRAMS) diff --git a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch index 00c4f9dfcb..e156ae95a3 100644 --- a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch +++ b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch @@ -1,4 +1,4 @@ -From 59fd750a84bbe5874dec936d2bee9ef11a1b6505 Mon Sep 17 00:00:00 2001 +From 7c75a1fe5b0559e8eb7dc677d853feaae1404ba5 Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 21 Jul 2015 02:01:22 +0900 Subject: [PATCH] Fix the test output format @@ -8,6 +8,7 @@ Upstream-Status: Pending Signed-off-by: Roy Li Signed-off-by: Li Xin Signed-off-by: Xiangyu Chen + --- test/regress | 6 +++--- test/regress2 | 11 +++++------ diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index bc5b09fc82..bd16df91ec 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb @@ -10,8 +10,8 @@ inherit autotools-brokensep ptest LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" -SRCREV = "c1165896572b74e971d817909bf652066ddf801a" -PV = "2.0.17" +SRCREV = "3871b1c42fc71bceadafd745d2eff5dddfc2d67e" +PV = "2.0.18" SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ file://Fix-the-test-output-format.patch \