[Buildroot] [PATCH 2/2] support/testing: test_perftest: update test kernel to 6.1.33

Julien Olivain ju.o at free.fr
Sat Jun 10 16:58:13 UTC 2023


Signed-off-by: Julien Olivain <ju.o at 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




More information about the buildroot mailing list