kernel: Add kernel config and build support for 4.12 kernels

- The x86_64 kernel config was derived from our 4.11 config
  and then adjusted with the recent changes
- The arm64 kernel config was derived from the 4.9 config

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-08-22 16:20:27 +01:00
parent 6fc9a32c15
commit cc67c08667
3 changed files with 8216 additions and 0 deletions

View File

@ -133,6 +133,8 @@ endef
# Build Targets
# Debug targets only for latest stable and LTS stable
#
$(eval $(call kernel,4.12.8,4.12.x))
$(eval $(call kernel,4.12.8,4.12.x,_dbg))
$(eval $(call kernel,4.9.44,4.9.x))
$(eval $(call kernel,4.9.44,4.9.x,_dbg))
$(eval $(call kernel,4.4.83,4.4.x))

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff