mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
parent
6bc3d2be2f
commit
8972f35d9a
@ -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
Loading…
Reference in New Issue
Block a user