summaryrefslogtreecommitdiffstats
path: root/rtems/config/rtems-urls.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Add a download option --with-release-url/--without-release-url.Chris Johns2016-03-101-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.
* config: Patch automake-1.12.6 to remove warning on newer perl versions.Chris Johns2016-02-291-0/+2
| | | | Closes #2616.
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-111-0/+5
| | | | Add a --without-error-reports flags to reduce the noise on --with-downloading.
* rtems: Change the base URL for RTEMS git to https to avoid the redirects.Chris Johns2015-03-281-1/+1
|
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-151-0/+13
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.