Skip to content

Commit

Permalink
pc-bios/meson: Only install EDK2 blob firmwares with system emulation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
philmd authored and bonzini committed Feb 8, 2021
1 parent f77147c commit 6d21d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pc-bios/meson.build
Expand Up @@ -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,
Expand Down

0 comments on commit 6d21d60

Please sign in to comment.