gcc_arm_linux_ext_dep.yaml 802 B

123456789101112131415161718192021
  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/11.2-2022.02/binrel/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz",
  15. "version": "11.2-2022.02",
  16. "sha256": "c254f7199261fe76c32ef42187502839bda7efad0a66646cf739d074eff45fad",
  17. "compression_type": "tar",
  18. "internal_path": "/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf/",
  19. "flags": ["set_shell_var", ],
  20. "var_name": "GCC5_ARM_INSTALL"
  21. }