]> git.proxmox.com Git - pve-edk2-firmware.git/blob - debian/control
split out AARCH64 files into separate package
[pve-edk2-firmware.git] / debian / control
1 Source: pve-edk2-firmware
2 Section: misc
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: bc,
6 debhelper-compat (= 12),
7 dosfstools,
8 dpkg (>= 1.19.3),
9 gcc-aarch64-linux-gnu,
10 gcc-multilib [i386],
11 iasl,
12 mtools,
13 nasm,
14 python3,
15 python3-distutils,
16 python3-pexpect,
17 qemu-utils,
18 pve-qemu-kvm | qemu-system-x86 (>= 1:2.12+dfsg),
19 uuid-dev,
20 xorriso,
21 Standards-Version: 4.5.0
22 Homepage: http://www.tianocore.org
23 XS-Build-Indep-Architecture: amd64
24
25 Package: pve-edk2-firmware
26 Architecture: all
27 Depends: pve-edk2-firmware-legacy, ${misc:Depends}
28 Multi-Arch: foreign
29 Description: edk2 based UEFI firmware modules for virtual machines
30 Open Virtual Machine Firmware is a build of EDK II for 64-bit, 32-bit x86
31 virtual machines. It includes full support for UEFI, including Secure Boot,
32 allowing use of UEFI in place of a traditional BIOS in your VM.
33
34 Package: pve-edk2-firmware-aarch64
35 Architecture: all
36 Depends: ${misc:Depends},
37 Breaks: pve-edk2-firmware (<< 4.2023.08-1),
38 Multi-Arch: foreign
39 Description: edk2 based ARM64 UEFI firmware modules for virtual machines
40 A build of EDK II for 64-bit ARM virtual machines. It includes full support
41 for UEFI, including Secure Boot, allowing use of UEFI in place of a
42 traditional BIOS in your VM.
43
44 Package: pve-edk2-firmware-legacy
45 Architecture: all
46 Depends: ${misc:Depends},
47 Breaks: pve-edk2-firmware (<< 4.2023.08-1),
48 Multi-Arch: foreign
49 Description: edk2 based legacy 2MB UEFI firmware modules for virtual machines
50 Open Virtual Machine Firmware is a build of EDK II for 64-bit, 32-bit x86
51 virtual machines. It includes full support for UEFI, including Secure Boot,
52 allowing use of UEFI in place of a traditional BIOS in your VM.
53 This packages includes a static build of legacy images that got dropped from
54 upstream because the small size results in to many limitations, but Proxmox VE
55 still needs to provide backward compat for older VMs.