From patchwork Mon Nov 18 21:18:14 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: 52708 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 A0A86D60CFE for ; Mon, 18 Nov 2024 21:18:15 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.4737.1731964680597332243 for ; Mon, 18 Nov 2024 13:18:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=iYIyi3ZU; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=uZDnUHWK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101934123f01b-f444633b-b07d-470a-b6b8-ac01cef0cfcb-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1731964694; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=25Oly+fZ3zum+23pDWFj/AV48fnHKh5Ls3ZUK1yQiNM=; b=iYIyi3ZUjUt85qp/RXAsua3dWgOX2uIjKlMOAvxSw8M894O836ByPIj6GKYROg+N IaZibivRdVZwEVzCqOl7cseBEJPjPct4/Ljqs4Ar1rbACLcIaGdJnzYoMbNJjzZnEYX F8UqVjNElXktLaA9gGQALrst5Yf6VyeJktDnEyZI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964694; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=25Oly+fZ3zum+23pDWFj/AV48fnHKh5Ls3ZUK1yQiNM=; b=uZDnUHWKNhWbUHk7B91kS0c5Y/i27ElMUS8joJRPobIJ5/8yJ8cWxkAOlgUqu+0s q90lt0uReE6zLuKCLNLvNoSXG3+XUSohMJaj7gsyvs06x3CORiKBnEDtN9NcvBqkRWH VjyDCALWwIkBYUKVHt/AHECR6UoglbPDovChR+68= MIME-Version: 1.0 From: auh@yoctoproject.org To: Richard Purdie Cc: openembedded-core@lists.openembedded.org Subject: [AUH] numactl: upgrading to 2.0.19 SUCCEEDED Message-ID: <010101934123f01b-f444633b-b07d-470a-b6b8-ac01cef0cfcb-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:18:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.193 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 ; Mon, 18 Nov 2024 21:18:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207369 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *numactl* to *2.0.19* has Succeeded. Next steps: - apply the patch: git am 0001-numactl-upgrade-2.0.18-2.0.19.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 fa22c3eddaa42a6ab51f0320185ad0ac4bd7621b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 18 Nov 2024 18:22:50 +0000 Subject: [PATCH] numactl: upgrade 2.0.18 -> 2.0.19 --- .../numactl/numactl/0001-define-run-test-target.patch | 3 +-- .../numactl/numactl/Fix-the-test-output-format.patch | 5 ++--- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 3 files changed, 5 insertions(+), 7 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 68b3e2491f..2262b5d4ff 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,4 @@ -From a5e1fa272f294e739d6caaf629968478796ca53a Mon Sep 17 00:00:00 2001 +From e6d55a81ddcef021f720196ad88aab845644ed28 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 @@ -11,7 +11,6 @@ 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/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch index 8345f71d72..a529c6acd5 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 29f811d9d381f2ab54b3c8cef77334e32970ef09 Mon Sep 17 00:00:00 2001 +From 862f2d1c9ade6683238c99f8f146cab179cf60ea 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,14 +8,13 @@ Upstream-Status: Pending Signed-off-by: Roy Li Signed-off-by: Li Xin Signed-off-by: Xiangyu Chen - --- test/regress | 6 +++--- test/regress2 | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/test/regress b/test/regress -index f06b22f..2fdfacb 100755 +index 1da7784..b0f06ea 100755 --- a/test/regress +++ b/test/regress @@ -78,6 +78,7 @@ probe_hardware() diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 6c853f1966..f87c9b3e6a 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 = "3871b1c42fc71bceadafd745d2eff5dddfc2d67e" -PV = "2.0.18" +SRCREV = "3bc85e37d5a30da6790cb7e8bb488bb8f679170f" +PV = "2.0.19" SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ file://Fix-the-test-output-format.patch \