qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 03/12] pc-bios/meson: Only install EDK2 blob firmwares with sy


From: Philippe Mathieu-Daudé
Subject: [PATCH v2 03/12] pc-bios/meson: Only install EDK2 blob firmwares with system emulation
Date: Fri, 22 Jan 2021 21:44:32 +0100

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 pc-bios/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pc-bios/meson.build b/pc-bios/meson.build
index fab323af84e..68705d405ce 100644
--- a/pc-bios/meson.build
+++ b/pc-bios/meson.build
@@ -16,6 +16,7 @@
 
   foreach f : fds
     custom_target(f,
+                  build_by_default: have_system,
                   output: f,
                   input: '@0@.bz2'.format(f),
                   capture: true,
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]