Skip to content

Commit

Permalink
kernel: fragments not supported on s390x
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alice Frosi authored and Jakob-Naucke committed Aug 24, 2020
1 parent 942041e commit 7b49fa1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/packaging/kernel/configs/fragments/common/acpi.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# !s390x

# enable ACPI support.
# This could do with REVIEW
# https://github.com/kata-containers/packaging/issues/483
Expand Down
2 changes: 2 additions & 0 deletions tools/packaging/kernel/configs/fragments/common/cpu.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# !s390x

# Items to do with CPU frequency, power etc.

CONFIG_CPU_FREQ=y
Expand Down
2 changes: 2 additions & 0 deletions tools/packaging/kernel/configs/fragments/common/dax.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# !s390x

# Let's enable stack protection checks, and strong checks
# Estimated cost (detailed in the kernel config files)
Expand Down
2 changes: 2 additions & 0 deletions tools/packaging/kernel/configs/fragments/common/serial.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7b49fa1

Please sign in to comment.