support/testing: test_docker_compose: bump the kernel to 4.19.204
authorRomain Naour <romain.naour@gmail.com>
Sun, 22 Aug 2021 18:53:08 +0000 (20:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Aug 2021 21:59:09 +0000 (23:59 +0200)
gcc 10.x is now used by default but the kernel 4.19 used by
test_docker_compose doesn't build with it.

Bump the kernel to 4.19.204 release that contains a lot of
fixes for newer gcc.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/test_docker_compose.py

index 142ac95d033bc44c4d2bde309fa45f02f88ad171..35e659a74d442f9efff1700c08920430e7ebb517 100644 (file)
@@ -16,7 +16,7 @@ class TestDockerCompose(infra.basetest.BRTest):
         BR2_ROOTFS_POST_SCRIPT_ARGS="{}"
         BR2_LINUX_KERNEL=y
         BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19"
+        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.204"
         BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
         BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="{}"
         BR2_PACKAGE_CA_CERTIFICATES=y