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