From 6a988a1694fdf6f043c01504a2ebeb469923e9f9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 1 Apr 2020 11:59:27 -0600 Subject: qemu: bump default kernel to 5.5.14 Signed-off-by: Jason A. Donenfeld --- src/tests/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index 76dc450..62b1f3d 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -15,7 +15,7 @@ endif ARCH := $(firstword $(subst -, ,$(CBUILD))) # Set these from the environment to override -KERNEL_VERSION ?= 5.5 +KERNEL_VERSION ?= 5.5.14 KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),) BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles -- cgit v1.2.3