From 0c0cd720c5d71c5a8508795761eb168a7b3832cc Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Wed, 6 Dec 2023 23:44:22 +0100 Subject: [PATCH] support/testing: TestDtbocfg: bump kernel to 5.10.202 The prebuilt kernel has been updated to 5.10.202, sync the kernel built by TestDtbocfg. Signed-off-by: Romain Naour Signed-off-by: Yann E. MORIN --- support/testing/tests/package/test_dtbocfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/package/test_dtbocfg.py b/support/testing/tests/package/test_dtbocfg.py index d25b1692b4..56a1ed4820 100644 --- a/support/testing/tests/package/test_dtbocfg.py +++ b/support/testing/tests/package/test_dtbocfg.py @@ -8,7 +8,7 @@ class TestDtbocfg(infra.basetest.BRTest): """ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y - BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.7" + BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.202" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="vexpress" BR2_PACKAGE_DTBOCFG=y