From dca70e0280379a91f4c9ac83288dc005f237e660 Mon Sep 17 00:00:00 2001 From: dowan gullient Date: Fri, 17 Apr 2026 10:59:35 +0200 Subject: [PATCH] support/testing: test_rdma_core: Bump kernel version to last LTS (6.18) Signed-off-by: Dowan Gullient Signed-off-by: Julien Olivain --- support/testing/tests/package/test_rdma_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/package/test_rdma_core.py b/support/testing/tests/package/test_rdma_core.py index 614fb51f48..2815ebadb7 100644 --- a/support/testing/tests/package/test_rdma_core.py +++ b/support/testing/tests/package/test_rdma_core.py @@ -12,7 +12,7 @@ class TestRdmaCore(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.18.21" 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="{}"