diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-01-28 16:20:52 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-01-28 16:32:32 +0100 |
commit | 1fd5305af2bc5c9e42ffd55a7742d64d83d65d1a (patch) | |
tree | 48ce4411f1c43418cd7ecb3dd7b5413fd92f0726 | |
parent | cc26f386fe7a92a56a22dfdc544e29442db15cc3 (diff) |
qemu: bump kernel
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | src/tests/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index 3696480..76dc450 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.4.6 +KERNEL_VERSION ?= 5.5 KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),) BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles |