Browse Source

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 <romain.naour@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 0c0cd720c5d71c5a8508795761eb168a7b3832cc)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour 1 year ago
parent
commit
14a8579cd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/testing/tests/package/test_dtbocfg.py

+ 1 - 1
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