]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
f7978bb2
SB
1## @file\r
2# Download GCC AARCH64 compiler from Linaro's release site\r
3# Set shell variable GCC5_AARCH64_INSTALL to this folder\r
4#\r
5# This is only downloaded when a build activates scope gcc_aarch64_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_aarch64_linux",\r
12 "type": "web",\r
13 "name": "gcc_aarch64_linux",\r
14 "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
15 "version": "7.4.1",\r
16 "sha256": "27f1dc2c491ed61ae8f0d4b0c11de59cd2f7dd9c94761ee7153006fcac1bf9ab",\r
17 "compression_type": "tar",\r
18 "internal_path": "/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/",\r
19 "flags": ["set_shell_var", ],\r
20 "var_name": "GCC5_AARCH64_INSTALL"\r
21}\r