1
0
Fork 0
qemu/debian/patches/skip-unpack-edk2-blobs.patch
Daniel Baumann 665688c177
Adding debian version 1:10.0.2+ds-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:18 +02:00

19 lines
517 B
Diff

From: Michael Tokarev <mjt@tls.msk.ru>
Subject: skip unpacking of edk2 blobs
Date: Sat, 01 Apr 2023 18:46:55 +0300
Debian-Specific: yes
Forwarded: not-needed
Debian strips the blobs from qemu.orig.tar.gz so the code
fails to unpack the missing files.
diff --git a/pc-bios/meson.build b/pc-bios/meson.build
index a7224ef469..ddaedd95af 100644
--- a/pc-bios/meson.build
+++ b/pc-bios/meson.build
@@ -1,4 +1,4 @@
roms = []
-if unpack_edk2_blobs
+if unpack_edk2_blobs and false
fds = [
'edk2-aarch64-code.fd',