mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 21:24:36 +00:00
kernel: skip fragments for ppc64le
Adding !powerpc to the group of fragments not supported on ppc64le. Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
parent
9676b86b44
commit
8490618125
@ -1,4 +1,4 @@
|
|||||||
# !s390x
|
# !s390x !powerpc
|
||||||
|
|
||||||
# enable ACPI support.
|
# enable ACPI support.
|
||||||
# This could do with REVIEW
|
# This could do with REVIEW
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!powerpc
|
||||||
|
|
||||||
# MMU specific items
|
# MMU specific items
|
||||||
|
|
||||||
# vmap the kernel stacks - detects stack over-runs better and reduces
|
# vmap the kernel stacks - detects stack over-runs better and reduces
|
||||||
|
Loading…
Reference in New Issue
Block a user