gentoo-ebuilds/sys-firmware/edk2/files/descriptors/50-edk2-loongarch64-qcow2-nosb.json
James Le Cuirot ee2d6cc0b5
sys-firmware/edk2: Fix image format in LoongArch descriptor
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-03-15 23:26:20 +00:00

33 lines
682 B
JSON

{
"description": "UEFI for LoongArch VMs",
"interface-types": [
"uefi"
],
"mapping": {
"device": "flash",
"mode" : "split",
"executable": {
"filename": "/usr/share/edk2/LoongArchVirtQemu/QEMU_EFI.qcow2",
"format": "qcow2"
},
"nvram-template": {
"filename": "/usr/share/edk2/LoongArchVirtQemu/QEMU_VARS.qcow2",
"format": "qcow2"
}
},
"targets": [
{
"architecture": "loongarch64",
"machines": [
"virt",
"virt-*"
]
}
],
"features": [
],
"tags": [
]
}