[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 02/15] uefi-test-tools: Add support for python based build
From: |
Gerd Hoffmann |
Subject: |
Re: [PATCH v3 02/15] uefi-test-tools: Add support for python based build script |
Date: |
Mon, 24 Jun 2024 10:04:03 +0200 |
On Fri, Jun 21, 2024 at 05:28:53PM GMT, Sunil V L wrote:
> 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 <sunilvl@ventanamicro.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
- [PATCH v3 00/15] Add support for RISC-V ACPI tests, Sunil V L, 2024/06/21
- [PATCH v3 01/15] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support, Sunil V L, 2024/06/21
- [PATCH v3 02/15] uefi-test-tools: Add support for python based build script, Sunil V L, 2024/06/21
- [PATCH v3 03/15] tests/data/uefi-boot-images: Add RISC-V ISO image, Sunil V L, 2024/06/21
- [PATCH v3 04/15] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them, Sunil V L, 2024/06/21
- [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path, Sunil V L, 2024/06/21
- [PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests, Sunil V L, 2024/06/21
- [PATCH v3 07/15] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests, Sunil V L, 2024/06/21