]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/PlatformCI: factor out reusable PlatformBuildLib.py
authorArd Biesheuvel <ardb@kernel.org>
Tue, 24 Jan 2023 15:34:24 +0000 (15:34 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 26 Jan 2023 18:54:58 +0000 (18:54 +0000)
commit01a06884a173a40bde00d2bdbf9d89224a4b00f4
tree82c3fd926cefe650c1f3d2cffa0d2d3e346e3561
parent619f077252226be45eb8c357f43c93ed88101228
ArmVirtPkg/PlatformCI: factor out reusable PlatformBuildLib.py

In order to reduce the amount of code duplication, refactor the
PlatformBuild.py script that builds ArmVirtQemu.dsc into a reusable
PlatformBuildLib.py containing most of the bits and pieces, and a small
QemuBuild.py which is specific to the DSC in question.

Suggested-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
ArmVirtPkg/PlatformCI/PlatformBuild.py [deleted file]
ArmVirtPkg/PlatformCI/PlatformBuildLib.py [new file with mode: 0644]
ArmVirtPkg/PlatformCI/QemuBuild.py [new file with mode: 0644]