mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
uefi: Remove references to kraxel's old edk2 builds.
As noted in the source code, these were due to be removed at the end of 2016.
This commit is contained in:
@@ -58,13 +58,6 @@ let firmware = [
|
||||
"/usr/share/edk2/ovmf/OVMF_VARS.fd",
|
||||
[];
|
||||
|
||||
(* kraxel's old repository, these will be removed by end of 2016. *)
|
||||
"x86_64",
|
||||
"/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd",
|
||||
None,
|
||||
"/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd",
|
||||
[];
|
||||
|
||||
"x86_64",
|
||||
"/usr/share/qemu/ovmf-x86_64-code.bin",
|
||||
None,
|
||||
@@ -82,13 +75,6 @@ let firmware = [
|
||||
None,
|
||||
"/usr/share/edk2/aarch64/vars-template-pflash.raw",
|
||||
[];
|
||||
|
||||
(* kraxel's old repository, these will be removed by end of 2016. *)
|
||||
"aarch64",
|
||||
"/usr/share/edk2.git/aarch64/QEMU_EFI-pflash.raw",
|
||||
None,
|
||||
"/usr/share/edk2.git/aarch64/vars-template-pflash.raw",
|
||||
[];
|
||||
]
|
||||
|
||||
let arches = sort_uniq (List.map (fun (arch, _, _, _, _) -> arch) firmware)
|
||||
|
||||
Reference in New Issue
Block a user