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:
Alice Frosi 2020-05-12 09:02:07 +02:00 committed by Jakob-Naucke
parent 942041ecd7
commit 7b49fa121b
No known key found for this signature in database
GPG Key ID: C3E19E8F8D0BA5E7
5 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# !s390x
# enable ACPI support.
# This could do with REVIEW
# https://github.com/kata-containers/packaging/issues/483

View File

@ -1,3 +1,5 @@
# !s390x
# Items to do with CPU frequency, power etc.
CONFIG_CPU_FREQ=y

View File

@ -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

View File

@ -1,3 +1,4 @@
# !s390x
# Let's enable stack protection checks, and strong checks
# Estimated cost (detailed in the kernel config files)

View File

@ -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