summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/PlatformCI/iasl_ext_dep.yaml
diff options
context:
space:
mode:
authorSean Brogan <sean.brogan@microsoft.com>2020-04-19 01:08:07 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-04-28 18:07:59 +0000
commit6cdf647b5f05c745b4986560def53a2830079f38 (patch)
treea8610cd5ef6bbd250cd2b9d10a7df57e8068cb06 /OvmfPkg/PlatformCI/iasl_ext_dep.yaml
parent951a03536c63e08daea6f39a9d47247f122ad8c4 (diff)
downloadedk2-6cdf647b5f05c745b4986560def53a2830079f38.tar.gz
edk2-6cdf647b5f05c745b4986560def53a2830079f38.tar.bz2
edk2-6cdf647b5f05c745b4986560def53a2830079f38.zip
OvmfPkg: Add Platform CI and configuration for Core CI
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2570 Add new Azure Pipeline definitions to build and run OvmfPkg with: * Ubuntu GCC5 * Windows VS2019 Add PyTool based build of OvmfPkg Add extdep for managing the iasl dependency Add OvmfPkg.ci.yaml for Core CI Add ReadMe.md for details and instructions Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Diffstat (limited to 'OvmfPkg/PlatformCI/iasl_ext_dep.yaml')
-rw-r--r--OvmfPkg/PlatformCI/iasl_ext_dep.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/OvmfPkg/PlatformCI/iasl_ext_dep.yaml b/OvmfPkg/PlatformCI/iasl_ext_dep.yaml
new file mode 100644
index 0000000000..cbee0e5a5a
--- /dev/null
+++ b/OvmfPkg/PlatformCI/iasl_ext_dep.yaml
@@ -0,0 +1,21 @@
+## @file
+# Download iasl executable tool from a nuget.org package
+# - package contains different binaries based on host
+# Add the folder with the tool to the path
+#
+# This is only downloaded for scope ovmf thus
+# should have no impact on the asl compiler used by any
+# other given platform to build.
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "id": "iasl-ovmf-1",
+ "scope": "ovmf",
+ "type": "nuget",
+ "name": "iasl",
+ "source": "https://api.nuget.org/v3/index.json",
+ "version": "20190215.0.0",
+ "flags": ["set_path", "host_specific"],
+}