projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77147c
)
pc-bios/meson: Only install EDK2 blob firmwares with system emulation
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Fri, 22 Jan 2021 20:44:32 +0000
(21:44 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 8 Feb 2021 13:43:55 +0000
(14:43 +0100)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <
20210122204441
.
2145197
-4-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pc-bios/meson.build
patch
|
blob
|
history
diff --git
a/pc-bios/meson.build
b/pc-bios/meson.build
index af95c5d1f1db2207459e349d397dc408c7e24126..f2b32598af7944faa1dc143ec4ea0892a44f3e39 100644
(file)
--- a/
pc-bios/meson.build
+++ b/
pc-bios/meson.build
@@
-12,6
+12,7
@@
if install_edk2_blobs
foreach f : fds
custom_target(f,
+ build_by_default: have_system,
output: f,
input: '@0@.bz2'.format(f),
capture: true,