kernel: Remove 4.19.x for arm64 and s390x

A subsequent commit will make the 5.4 kernel the default.

This is primarily to reduce the number of kernels we need
to compile for every upgrade.

Note, we keep the 4.19 config file for arm64 around since the
-rt kernel config needs it.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2020-03-27 15:02:14 +00:00
parent 07f1bae9ce
commit 5c336a9ae7
3 changed files with 1 additions and 3447 deletions

View File

@ -260,12 +260,10 @@ $(eval $(call kernel,4.14.171,4.14.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.104 Kernel Configuration
# Linux/arm64 4.19.113 Kernel Configuration
#
#

File diff suppressed because it is too large Load Diff