summaryrefslogtreecommitdiffstats
path: root/rtems/config/rtems-urls.bset (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-10sb: Add a download option --with-release-url/--without-release-url.Chris Johns1-5/+0
The default without the option is to prepend the release URL to the URL list to download from the RTEMS FTP site first if the RSB is released. This option can force the RTEMS FTP to be tried first when not a release, or you can supply a different URL to download from or you can request no RTEMS URL is tried first. Eg: --with-release-url --with-release-url=file://opt/local/cache --without-release-url Move the RTEMS release URL to the default.mc file. Change the URL to the RTEMS FTP server and do not use the https method of access. The option's with_arg call was cleaned up to make sense. Remove the log's raw output of an extra space. Some download error message formating was cleaned up. Closes #2636.
2016-02-29config: Patch automake-1.12.6 to remove warning on newer perl versions.Chris Johns1-0/+2
Closes #2616.
2015-12-11Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns1-0/+5
Add a --without-error-reports flags to reduce the noise on --with-downloading.
2015-03-28rtems: Change the base URL for RTEMS git to https to avoid the redirects.Chris Johns1-1/+1
2014-06-15sb: Add support for building RTEMS 3rd party packages.Chris Johns1-16/+1
Remove the 'opt' from various macros and shell variables. Add pkgconfig to the checks to make it clear the check is a pkgconfig check. Add NTP support as the first package to be built using the RSB. Split the RTEMS URL's out from the base bset file into a separate file that be included by other files. Add an RTEMS BSP configuration file to help abstract the process of building 3rd party packages. Clean the cross and canadian cross support up so we can cleanly support cross and canadian cross building. Refactor the pkgconfig support and clean up the PC file handling of loading modules. Add support for %{?..} to return false if a macro is %{nil}. Add %{pkgconfig ..} support to allow better control of access RTEMS pkgconfig files.
2014-02-04rtems/gcc: Clean up the RSB version message.Chris Johns1-1/+1
2013-05-17Remove .git in rtem-tools repo after repo name cleanup.Amar Takhar1-1/+1
This fixes patch downloading.
2013-03-20Add support for RTEMS 4.10.Chris Johns1-3/+1
This change adds support for RTEMS 4.10 tools plus builds the latest RTEMS 4.10.2 release.
2013-03-15Add RTEMS 4.9 support for i386 and SPARC.Chris Johns1-2/+2
2013-03-12Include git info in the gcc version message.Chris Johns1-1/+1
2013-03-11Fix the base URL for the RTEMS git web interface.Chris Johns1-1/+1
2013-03-11Move all patches to the rtems-tools.git repo.Chris Johns1-1/+19
All patches are now downloaded. No patches or source is held in the RTEMS Source Builder repo. As part of this the build sets now have a single rtems_arch define and the base RTEMS 4.11 build set now creates the _target macro. With this change a method to manage RTEMS specific patches has been put in place where build sets can define patches. This avoids needing special configuration files.
2013-03-08Include RSB in the version string to help id the tools.Chris Johns1-1/+1
2013-02-09Add per arch build sets using %include.Chris Johns1-11/+1
Add per arch build sets as this is really what RTEMS needs. You can then vary the version based on the architecture. Add '%include' to the buildset files.
2012-11-09Add rtems-4.11 support using gcc 4.6.3.Chris Johns1-5/+5
2012-11-06Move the configuration files into the config directory.Chris Johns1-0/+0
2012-11-06Move RTEMS source builder configurations and patches in rtems.Chris Johns1-0/+0