qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] tests: qtest: bios-tables-test depends on the unpacked edk2


From: Paolo Bonzini
Subject: Re: [PATCH] tests: qtest: bios-tables-test depends on the unpacked edk2 ROMs
Date: Thu, 23 Sep 2021 12:32:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 23/09/21 12:00, Philippe Mathieu-Daudé wrote:
See also "blobs: Only install required (system emulation) files":
https://lore.kernel.org/qemu-devel/20210323155132.238193-1-f4bug@amsat.org/

Nice and makes a lot of sense. Regarding "there is probably a nicer way to do this with Meson", I would do without all the variables and do something like

foreach target : target_dirs
  if target in ['...']
    blobs_ss.add('...')
  elif target in ['...']
    blobs_ss.add('...')
  endif
endforeach

directly in pc-bios/meson.build.

Paolo



reply via email to

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