Re: [Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-02-03 Thread Philippe Mathieu-Daudé
On 2/2/19 12:27 AM, Laszlo Ersek wrote: > On 02/02/19 00:03, Philippe Mathieu-Daudé wrote: >> On 2/1/19 11:35 PM, Laszlo Ersek wrote: >>> On 01/31/19 19:55, Laszlo Ersek wrote: [...] >>> (f) So, the solution is to prefix the "./build.sh" recipe with a "+" >>> sign, to mark it as "recursive": >>> >>

Re: [Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-02-01 Thread Laszlo Ersek
On 02/02/19 00:03, Philippe Mathieu-Daudé wrote: > On 2/1/19 11:35 PM, Laszlo Ersek wrote: >> On 01/31/19 19:55, Laszlo Ersek wrote: >>> (1) How *exactly* does it fail for you? > > In my mailbox the mail appears with Message-ID: > cf693646-58c8-8810-58a1-a6e503636...@redhat.com in response to > h

Re: [Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-02-01 Thread Philippe Mathieu-Daudé
On 2/1/19 11:35 PM, Laszlo Ersek wrote: > On 01/31/19 19:55, Laszlo Ersek wrote: >> On 01/31/19 18:07, Philippe Mathieu-Daudé wrote: >>> On 1/24/19 9:39 PM, Laszlo Ersek wrote: > +# "build.sh" invokes the "build" utility of edk2 BaseTools. In any given edk2 +# workspace, at most on

Re: [Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-02-01 Thread Laszlo Ersek
On 01/31/19 19:55, Laszlo Ersek wrote: > On 01/31/19 18:07, Philippe Mathieu-Daudé wrote: >> On 1/24/19 9:39 PM, Laszlo Ersek wrote: >>> +# "build.sh" invokes the "build" utility of edk2 BaseTools. In any given >>> edk2 >>> +# workspace, at most one "build" instance may be operating at a time. >

Re: [Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-01-31 Thread Laszlo Ersek
On 01/31/19 19:55, Laszlo Ersek wrote: > (4) IMPORTANT: did you make sure you didn't have an earlier *mis-built* > BaseTools directory in the submodule? For that, run "make clean" in the > QEMU project root. Sorry, thinko above; the command to run is make -C tests/uefi-test-tools clean > Note

Re: [Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-01-31 Thread Laszlo Ersek
On 01/31/19 18:07, Philippe Mathieu-Daudé wrote: > Hi Laszlo, > > On 1/24/19 9:39 PM, Laszlo Ersek wrote: >> Introduce the following build scripts under "tests/uefi-test-tools": >> >> * "build.sh" builds a single module (a UEFI application) from >> UefiTestToolsPkg, for a single QEMU emulation t

Re: [Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-01-31 Thread Philippe Mathieu-Daudé
Hi Laszlo, On 1/24/19 9:39 PM, Laszlo Ersek wrote: > Introduce the following build scripts under "tests/uefi-test-tools": > > * "build.sh" builds a single module (a UEFI application) from > UefiTestToolsPkg, for a single QEMU emulation target. > > "build.sh" relies on cross-compilers when th

[Qemu-devel] [PATCH v2 4/5] tests/uefi-test-tools: add build scripts

2019-01-24 Thread Laszlo Ersek
Introduce the following build scripts under "tests/uefi-test-tools": * "build.sh" builds a single module (a UEFI application) from UefiTestToolsPkg, for a single QEMU emulation target. "build.sh" relies on cross-compilers when the emulation target and the build host architecture don't match