Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23
@ 2023-06-10 16:58 Julien Olivain
  2023-06-10 16:58 ` [Buildroot] [PATCH 2/2] support/testing: test_perftest: update test kernel to 6.1.33 Julien Olivain
  2023-07-12 19:33 ` [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2023-06-10 16:58 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

For release note, see:
https://github.com/linux-rdma/perftest/releases/tag/23.04.0-0.23

Note: the version scheme changed since the previous version, from
"v4.5-0.20" to "23.04.0-0.23" (the "v" was removed).

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/perftest/perftest.hash | 2 +-
 package/perftest/perftest.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/perftest/perftest.hash b/package/perftest/perftest.hash
index 4333231c44..a9ea10ef44 100644
--- a/package/perftest/perftest.hash
+++ b/package/perftest/perftest.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  32e667dac1c0dd41a3951c5a54b961a8e28db5d9478caea2dfc268a312968c99  perftest-4.5-0.20.tar.gz
+sha256  c76f0fd5524a3486c335897357c596d0a6d4f82680f93fc1bc7120670fabd5f9  perftest-23.04.0-0.23.tar.gz
 sha256  763adb7d5094f2127b026adea8701f042d28d4b1f6fb8b6e828989227a9cf7f5  COPYING
diff --git a/package/perftest/perftest.mk b/package/perftest/perftest.mk
index 7ad20d0974..7101e318aa 100644
--- a/package/perftest/perftest.mk
+++ b/package/perftest/perftest.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-PERFTEST_VERSION = 4.5-0.20
-PERFTEST_SITE = $(call github,linux-rdma,perftest,v$(PERFTEST_VERSION))
+PERFTEST_VERSION = 23.04.0-0.23
+PERFTEST_SITE = $(call github,linux-rdma,perftest,$(PERFTEST_VERSION))
 PERFTEST_LICENSE = GPL-2.0 or BSD-2-Clause
 PERFTEST_LICENSE_FILES = COPYING
 PERFTEST_DEPENDENCIES = pciutils rdma-core
-- 
2.41.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] support/testing: test_perftest: update test kernel to 6.1.33
  2023-06-10 16:58 [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23 Julien Olivain
@ 2023-06-10 16:58 ` Julien Olivain
  2023-07-12 19:33 ` [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23 Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain @ 2023-06-10 16:58 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 support/testing/tests/package/test_perftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/package/test_perftest.py b/support/testing/tests/package/test_perftest.py
index 680b70d784..08089456c2 100644
--- a/support/testing/tests/package/test_perftest.py
+++ b/support/testing/tests/package/test_perftest.py
@@ -12,7 +12,7 @@ class TestPerftest(infra.basetest.BRTest):
         BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
         BR2_LINUX_KERNEL=y
         BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.91"
+        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.33"
         BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
         BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config"
         BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"
-- 
2.41.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23
  2023-06-10 16:58 [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23 Julien Olivain
  2023-06-10 16:58 ` [Buildroot] [PATCH 2/2] support/testing: test_perftest: update test kernel to 6.1.33 Julien Olivain
@ 2023-07-12 19:33 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-12 19:33 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot

On Sat, 10 Jun 2023 18:58:12 +0200
Julien Olivain <ju.o@free.fr> wrote:

> For release note, see:
> https://github.com/linux-rdma/perftest/releases/tag/23.04.0-0.23
> 
> Note: the version scheme changed since the previous version, from
> "v4.5-0.20" to "23.04.0-0.23" (the "v" was removed).
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
>  package/perftest/perftest.hash | 2 +-
>  package/perftest/perftest.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-12 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 16:58 [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23 Julien Olivain
2023-06-10 16:58 ` [Buildroot] [PATCH 2/2] support/testing: test_perftest: update test kernel to 6.1.33 Julien Olivain
2023-07-12 19:33 ` [Buildroot] [PATCH 1/2] package/perftest: bump to version 23.04.0-0.23 Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox