mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
packaging : add support for s390x
Add kernel 4.14.x config for s390x. This is taken from https://github.com/linuxkit/linuxkit/blob/master/kernel/config-4.14.x-s390x commit 323043fdd843d0ef920e5348f6e1315039e1f1d3 Also a minor mod was made to this file to disable CONFIG_SERIAL_8250. Fixes #176 Signed-off-by: Yash Jain <ydjainopensource@gmail.com>
This commit is contained in:
parent
f4de4838f2
commit
b7c362fbdb
@ -89,6 +89,7 @@ arch_to_kernel() {
|
||||
aarch64) echo "arm64" ;;
|
||||
ppc64le) echo "powerpc" ;;
|
||||
x86_64) echo "$arch" ;;
|
||||
s390x) echo "s390" ;;
|
||||
*) die "unsupported architecture: $arch" ;;
|
||||
esac
|
||||
}
|
||||
|
3382
kernel/configs/s390_kata_kvm_4.14.x
Normal file
3382
kernel/configs/s390_kata_kvm_4.14.x
Normal file
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
10
|
||||
11
|
||||
|
Loading…
Reference in New Issue
Block a user