mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 18:44:47 +01:00
Support building with `make HYPERVISOR=firecracker`. Notes: - Firecracker is currently only supported on x86_64, hence the architecture check. - The template file `cli/config/configuration-fc.toml.in` is based on `cli/config/configuration.toml.in`. Fixes #1105. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
16 lines
253 B
Makefile
16 lines
253 B
Makefile
# Copyright (c) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Intel x86-64 settings
|
|
|
|
MACHINETYPE := pc
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
|
|
QEMUCMD := qemu-lite-system-x86_64
|
|
|
|
# Firecracker binary name
|
|
FCCMD := firecracker
|