]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Bin/gcc_arm_linux_ext_dep.yaml
BaseTools: Switch to downloading the ARM compiler from Arm's site
[mirror_edk2.git] / BaseTools / Bin / gcc_arm_linux_ext_dep.yaml
1 ## @file
2 # Download GCC ARM compiler from Arm's release site
3 # Set shell variable GCC5_ARM_INSTALL to this folder
4 #
5 # This is only downloaded when a build activates scope gcc_arm_linux
6 #
7 # Copyright (c) Microsoft Corporation.
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 ##
10 {
11 "scope": "gcc_arm_linux",
12 "type": "web",
13 "name": "gcc_arm_linux",
14 "source": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf.tar.asc",
15 "version": "10.3-2021.07",
16 "sha256": "aa074fa8371a4f73fecbd16bd62c8b1945f23289e26414794f130d6ccdf8e39c",
17 "compression_type": "tar",
18 "internal_path": "/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/",
19 "flags": ["set_shell_var", ],
20 "var_name": "GCC5_ARM_INSTALL"
21 }