static-build: Add build script for OVMF

Introduces a build script for OVMF. Defaults to X86_64 build (x64 in OVMF)

Fixes: #4169

Signed-off-by: Alex Carter <alex.carter@ibm.com>
This commit is contained in:
Alex Carter
2022-04-25 10:08:22 -05:00
parent 2c238c8504
commit f0b58e38d2
4 changed files with 144 additions and 0 deletions

View File

@@ -243,6 +243,15 @@ externals:
url: "https://github.com/containerd/nydus-snapshotter"
version: "v0.1.0"
ovmf:
description: "Firmware, implementation of UEFI for virtual machines."
url: "https://github.com/tianocore/edk2"
x86_64:
description: "Vanilla firmware build"
version: "edk2-stable202202"
package: "OvmfPkg/OvmfPkgX64.dsc"
package_output_dir: "OvmfX64"
virtiofsd:
description: "vhost-user virtio-fs device backend written in Rust"
url: "https://gitlab.com/virtio-fs/virtiofsd"