Re: [PATCH 1/2] meson.build: Declare global edk2_targets / install_edk2_blobs variables

2021-01-14 Thread Laszlo Ersek
On 01/14/21 20:57, Philippe Mathieu-Daudé wrote: > On 1/14/21 8:49 PM, Laszlo Ersek wrote: >> On 01/14/21 18:45, Philippe Mathieu-Daudé wrote: >>> Globally declare in the main meson.build: >>> - the list of EDK2 targets, >>> - whether the EDK2 blobs have to be installed. >>> >>> Signed-off-by:

Re: [PATCH 1/2] meson.build: Declare global edk2_targets / install_edk2_blobs variables

2021-01-14 Thread Philippe Mathieu-Daudé
On 1/14/21 8:49 PM, Laszlo Ersek wrote: > On 01/14/21 18:45, Philippe Mathieu-Daudé wrote: >> Globally declare in the main meson.build: >> - the list of EDK2 targets, >> - whether the EDK2 blobs have to be installed. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> Patch trivial to review

Re: [PATCH 1/2] meson.build: Declare global edk2_targets / install_edk2_blobs variables

2021-01-14 Thread Laszlo Ersek
On 01/14/21 18:45, Philippe Mathieu-Daudé wrote: > Globally declare in the main meson.build: > - the list of EDK2 targets, > - whether the EDK2 blobs have to be installed. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Patch trivial to review using 'git-diff --ignore-all-space' > --- >

[PATCH 1/2] meson.build: Declare global edk2_targets / install_edk2_blobs variables

2021-01-14 Thread Philippe Mathieu-Daudé
Globally declare in the main meson.build: - the list of EDK2 targets, - whether the EDK2 blobs have to be installed. Signed-off-by: Philippe Mathieu-Daudé --- Patch trivial to review using 'git-diff --ignore-all-space' --- meson.build | 8