]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
f7978bb2
SB
1## @file\r
2# Download GCC ARM compiler from Linaro's release site\r
3# Set shell variable GCC5_ARM_INSTALL to this folder\r
4#\r
5# This is only downloaded when a build activates scope gcc_arm_linux\r
6#\r
7# Copyright (c) Microsoft Corporation.\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9##\r
10{\r
11 "scope": "gcc_arm_linux",\r
12 "type": "web",\r
13 "name": "gcc_arm_linux",\r
14 "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
15 "version": "7.4.1",\r
16 "sha256": "3C951CF1941D0FA06D64CC0D5E88612B209D8123B273FA26C16D70BD7BC6B163",\r
17 "compression_type": "tar",\r
18 "internal_path": "/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf/",\r
19 "flags": ["set_shell_var", ],\r
20 "var_name": "GCC5_ARM_INSTALL"\r
21}\r