From 6eda4e565bf2aefa05d432ee2067d732ac3f53e2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 20 May 2018 01:37:07 +0200 Subject: qemu: bump default kernel for gcc 8.1 --- src/tests/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index 808e20d..ab35f80 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -14,7 +14,7 @@ endif ARCH := $(firstword $(subst -, ,$(CBUILD))) # Set these from the environment to override -KERNEL_VERSION ?= 4.16.2 +KERNEL_VERSION ?= 4.16.9 BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no -- cgit v1.2.3-59-g8ed1b