Re: [PATCH 03/12] uefi-test-tools: Add support for python based build script

2024-03-17 Thread Sunil V L
On Fri, Mar 15, 2024 at 03:17:19PM +0100, Gerd Hoffmann wrote: > > +Build/bios-tables-test.%.efi: > > + $(PYTHON) ../../roms/edk2-build.py --config uefi-test-build.config > > Adding '--match $*' will build one arch instead of all. > Thanks Gerd. Good suggestion. Let me update in next revision.

Re: [PATCH 03/12] uefi-test-tools: Add support for python based build script

2024-03-15 Thread Gerd Hoffmann
> +Build/bios-tables-test.%.efi: > + $(PYTHON) ../../roms/edk2-build.py --config uefi-test-build.config Adding '--match $*' will build one arch instead of all.

[PATCH 03/12] uefi-test-tools: Add support for python based build script

2024-03-15 Thread Sunil V L
edk2-funcs.sh which is used in this Makefile, was removed in the commit c28a2891f3 ("edk2: update build script"). It is replaced with a python based script. So, update the Makefile and add the configuration file as required to support the python based build script. Signed-off-by: Sunil V L --- t