mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
static-build: Add AmdSev option for OVMF builder
Introduces new build of firmware needed for SEV Fixes: kata-containers#4169 Signed-off-by: Alex Carter <alex.carter@ibm.com>
This commit is contained in:
@@ -251,7 +251,12 @@ externals:
|
||||
version: "edk2-stable202202"
|
||||
package: "OvmfPkg/OvmfPkgX64.dsc"
|
||||
package_output_dir: "OvmfX64"
|
||||
|
||||
sev:
|
||||
description: "AmdSev build needed for SEV measured direct boot."
|
||||
version: "edk2-stable202202"
|
||||
package: "OvmfPkg/AmdSev/AmdSevX64.dsc"
|
||||
package_output_dir: "AmdSev"
|
||||
|
||||
virtiofsd:
|
||||
description: "vhost-user virtio-fs device backend written in Rust"
|
||||
url: "https://gitlab.com/virtio-fs/virtiofsd"
|
||||
|
Reference in New Issue
Block a user