]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Bin/gcc_arm_linux_ext_dep.yaml
BaseTools: Add reference to new build instructions
[mirror_edk2.git] / BaseTools / Bin / gcc_arm_linux_ext_dep.yaml
CommitLineData
f7978bb2 1## @file\r
2ea0a0a4 2# Download GCC ARM compiler from Arm's release site\r
f7978bb2
SB
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
b328bb54
MK
14 "source": "https://developer.arm.com/-/media/Files/downloads/gnu/11.2-2022.02/binrel/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz",\r
15 "version": "11.2-2022.02",\r
16 "sha256": "c254f7199261fe76c32ef42187502839bda7efad0a66646cf739d074eff45fad",\r
f7978bb2 17 "compression_type": "tar",\r
b328bb54 18 "internal_path": "/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf/",\r
f7978bb2
SB
19 "flags": ["set_shell_var", ],\r
20 "var_name": "GCC5_ARM_INSTALL"\r
21}\r