uefi-test-tools: Add support for python based build script
commitad8560fa29fc18acda2e8cfc1fdd87f6c6cca122
authorSunil V L <sunilvl@ventanamicro.com>
Tue, 25 Jun 2024 15:08:26 +0000 (25 20:38 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Jul 2024 22:14:06 +0000 (3 18:14 -0400)
treebef650ab51c58a15d0d14a23ce449805e403f48e
parentb05ff4086f79cdc59c4adcfd278259792a8bb714
uefi-test-tools: Add support for python based build script

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>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240625150839.1358279-4-sunilvl@ventanamicro.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/uefi-test-tools/Makefile
tests/uefi-test-tools/uefi-test-build.config [new file with mode: 0644]