14 new packages in extra/: - qemu-9.2.3, edk2-ovmf-202411 (QEMU + UEFI firmware for testing) - squashfs-tools-4.6.1, xorriso-1.5.7, mtools-4.0.48 (ISO building) - efibootmgr-18, efivar-39 (UEFI boot management) - rsync-3.4.1, lz4-1.10.0, nasm-2.16.03 (build/transfer tools) - neovim-0.11.1, htop-3.4.0, tmux-3.5a, libevent-2.1.12 (dev tools) Total: 138 packages (67 core, 40 extra, 19 desktop, 12 gaming) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
666 B
TOML
21 lines
666 B
TOML
[package]
|
|
name = "edk2-ovmf"
|
|
version = "202411"
|
|
description = "UEFI firmware for QEMU virtual machines"
|
|
url = "https://github.com/tianocore/edk2"
|
|
license = "BSD-2-Clause"
|
|
|
|
[source]
|
|
url = "https://github.com/tianocore/edk2/archive/edk2-stable${version}.tar.gz"
|
|
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[dependencies]
|
|
run = []
|
|
build = ["gcc", "make", "python", "nasm"]
|
|
|
|
[build]
|
|
system = "custom"
|
|
configure = """"""
|
|
make = """make -C BaseTools && source edksetup.sh && build -a X64 -t GCC5 -p OvmfPkg/OvmfPkgX64.dsc -b RELEASE"""
|
|
install = """install -Dm644 Build/OvmfX64/RELEASE_GCC5/FV/OVMF.fd ${PKG}/usr/share/edk2/x64/OVMF.fd"""
|