[Buildroot] [git commit] support/testing/tests/fs/test_f2fs.py: bump test k to 6.6.27

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed May 1 21:32:15 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=7d1aaddb2bd2f1a6636e93909fe55218e8bfd3ea
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This commit bumps to the 6.6.x series to refresh the test, as the
4.19.x series is planned to be end-of-life soon, in December 2024.

Signed-off-by: Julien Olivain <ju.o at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 support/testing/tests/fs/test_f2fs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/fs/test_f2fs.py b/support/testing/tests/fs/test_f2fs.py
index 826077ac94..5918fe8ca8 100644
--- a/support/testing/tests/fs/test_f2fs.py
+++ b/support/testing/tests/fs/test_f2fs.py
@@ -20,7 +20,7 @@ class TestF2FS(infra.basetest.BRTest):
         # BR2_TARGET_ROOTFS_TAR is not set
         BR2_LINUX_KERNEL=y
         BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.310"
+        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.27"
         BR2_LINUX_KERNEL_USE_DEFCONFIG=y
         BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
         BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"



More information about the buildroot mailing list