summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/fs/test_iso9660.py
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-21 21:14:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-21 21:16:25 +0200
commiteb5b1323762e18b3e9db42670efe3e1d9e91ed5c (patch)
tree14bd1605624d1ecdbf630a275afdbe9b2bd1d78b /support/testing/tests/fs/test_iso9660.py
parent712f81fb3c3d8cdfb7e7ac89738ca8690493604f (diff)
downloadbuildroot-eb5b1323762e18b3e9db42670efe3e1d9e91ed5c.tar.gz
buildroot-eb5b1323762e18b3e9db42670efe3e1d9e91ed5c.zip
support/testing: update ISO9660 test case Linux kernel
The Linux 4.0 kernel doesn't build with gcc 6.x, which is used since the toolchain update in commit 193dfffa834a4cd76bc7b41089bd93d4c37dfc65 ("support/testing: use more recent toolchains"). So let's update to Linux 4.11 instead (like the existing Qemu x86 defconfig does), and update the kernel configuration file accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/testing/tests/fs/test_iso9660.py')
-rw-r--r--support/testing/tests/fs/test_iso9660.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/testing/tests/fs/test_iso9660.py b/support/testing/tests/fs/test_iso9660.py
index 0cb15ada3f..5d945a347a 100644
--- a/support/testing/tests/fs/test_iso9660.py
+++ b/support/testing/tests/fs/test_iso9660.py
@@ -18,7 +18,7 @@ BASIC_CONFIG = \
BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
- BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.0"
+ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="{}"
# BR2_TARGET_ROOTFS_TAR is not set
OpenPOWER on IntegriCloud