]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml
BaseTools: Add YAML files with path env and tool extdeps
[mirror_edk2.git] / BaseTools / Bin / gcc_aarch64_linux_ext_dep.yaml
diff --git a/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml b/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml
new file mode 100644 (file)
index 0000000..e81223f
--- /dev/null
@@ -0,0 +1,21 @@
+## @file\r
+# Download GCC AARCH64 compiler from Linaro's release site\r
+# Set shell variable GCC5_AARCH64_INSTALL to this folder\r
+#\r
+# This is only downloaded when a build activates scope gcc_aarch64_linux\r
+#\r
+# Copyright (c) Microsoft Corporation.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+##\r
+{\r
+  "scope": "gcc_aarch64_linux",\r
+  "type": "web",\r
+  "name": "gcc_aarch64_linux",\r
+  "source": "http://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz",\r
+  "version": "7.4.1",\r
+  "sha256": "27f1dc2c491ed61ae8f0d4b0c11de59cd2f7dd9c94761ee7153006fcac1bf9ab",\r
+  "compression_type": "tar",\r
+  "internal_path": "/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/",\r
+  "flags": ["set_shell_var", ],\r
+  "var_name": "GCC5_AARCH64_INSTALL"\r
+}\r