mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-27 18:24:26 +01:00
[ port from runtime commit 6b32472c2138536ea7e859360498f175601d9ec9 ]
The bug got introduced in 06571f0
Signed-off-by: bpradipt@in.ibm.com
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
14 lines
366 B
Makefile
14 lines
366 B
Makefile
# Copyright (c) 2018 IBM
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Power ppc64le settings
|
|
|
|
MACHINETYPE := pseries
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS := "cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken,cap-large-decr=off,cap-ccf-assist=off"
|
|
CPUFEATURES :=
|
|
KERNELTYPE := uncompressed #This architecture must use an uncompressed kernel.
|
|
QEMUCMD := qemu-system-ppc64
|