kernel: Remove 4.14.x for s390x and arm64

To reduce the number of kernels we maintain, for s390x
and ar64 we only support the latest LTS and newer kernels.
v4.19.x has been out for a while, so lets remove support for
v4.14.x.

resolves #3302

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-23 18:37:37 +00:00
parent 6bc3d2be2f
commit 8972f35d9a
3 changed files with 0 additions and 7771 deletions

View File

@ -264,13 +264,11 @@ $(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
$(eval $(call kernel,4.14.105,4.14.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.105,4.14.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff