source: rtems-source-builder/rtems/config/rtems-urls.bset @ da1bc8c

4.11
Last change on this file since da1bc8c was da1bc8c, checked in by Chris Johns <chrisj@…>, on 12/10/15 at 05:54:40

Support released downloading of the RTEMS Tools and RTEMS Kernel.

Add a --without-error-reports flags to reduce the noise on --with-downloading.

  • Property mode set to 100644
File size: 548 bytes
Line 
1#
2# The URLs for RTEMS
3#
4
5#
6# The RTEMS http git URL.
7#
8%define rtems_http_git         https://git.rtems.org
9%define rtems_git_tools        %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
10%define rtems_binutils_patches %{rtems_git_tools}/binutils
11%define rtems_gcc_patches      %{rtems_git_tools}/gcc
12%define rtems_newlib_patches   %{rtems_git_tools}/newlib
13%define rtems_gdb_patches      %{rtems_git_tools}/gdb
14
15#
16# Releases paths on the FTP server.
17#
18%define rtems_release_url https://ftp.rtems.org/pub/rtems/releases/%{rtems_version}
Note: See TracBrowser for help on using the repository browser.