mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 00:37:24 +00:00
kernel: fragments not supported on s390x
Add !s390x tag to skip these group of fragments for s390x. Signed-off-by: Alice Frosi <afrosi@de.ibm.com> Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
This commit is contained in:
parent
942041ecd7
commit
7b49fa121b
@ -1,3 +1,5 @@
|
||||
# !s390x
|
||||
|
||||
# enable ACPI support.
|
||||
# This could do with REVIEW
|
||||
# https://github.com/kata-containers/packaging/issues/483
|
||||
|
@ -1,3 +1,5 @@
|
||||
# !s390x
|
||||
|
||||
# Items to do with CPU frequency, power etc.
|
||||
|
||||
CONFIG_CPU_FREQ=y
|
||||
|
@ -1,3 +1,5 @@
|
||||
# !s390x
|
||||
|
||||
# Enable DAX and NVDIMM support so we can map in our rootfs
|
||||
|
||||
# Need HOTREMOVE, or ZONE_DEVICE will not get enabled
|
||||
|
@ -1,3 +1,4 @@
|
||||
# !s390x
|
||||
|
||||
# Let's enable stack protection checks, and strong checks
|
||||
# Estimated cost (detailed in the kernel config files)
|
||||
|
@ -1,3 +1,5 @@
|
||||
# !s390x
|
||||
|
||||
# We need some sort of 'serial' for virtio-serial consoles - at the moment.
|
||||
# We might not need all of thse though...
|
||||
# FIXME - https://github.com/kata-containers/packaging/issues/483
|
||||
|
Loading…
Reference in New Issue
Block a user