summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-tools-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix rtems-tools and rtems-kernel builds when released and with a release URL.Chris Johns2017-04-131-0/+4
| | | | Updates #2952.
* Fix the tools and kernel source URL when released to use `sources`.Chris Johns2017-04-101-17/+9
| | | | | | | | Remove `%define without_release_url` so the standard release URL processing is used. This requires the tools and kernel source is available in the releases `sources` directory. Updates #2952.
* sb: Update download to check the config file for release URL control.Chris Johns2016-03-141-0/+1
| | | | | | | | Provide without_release_url support in the configuration file so the release tarball download of the kernel and tools uses the release's top level directory and not the sources directory. Closes #2481.
* Fix the rtems-tools waf --destdir path on Windows.Chris Johns2016-02-221-1/+1
| | | | | | | | | | | Waf requires the drive be added to the destdir path so it installs to a path the RSB knows. The RSB assumes the destdir contains an MSYS drive path as seen in the POSIX path. This is default for configure scripts. Also fix the git URL to pull before the branch command as well as after to update the branch. Closes #2605.
* Fix the building of the RTEMS Tools from a tar file.Chris Johns2015-12-131-2/+2
|
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-111-8/+17
| | | | Add a --without-error-reports flags to reduce the noise on --with-downloading.
* rtems/tools: Change the order of the git URL to not do a merge.Chris Johns2015-03-201-1/+1
| | | | | The merge was failing for some users. Change to reset, branch master and then pull.
* Add merge to the git and download modules to merge after a fetch.Chris Johns2015-03-181-1/+1
| | | | Update the RTEMS tools and newlib-git to merge after the fetch.
* rtems4.11: Use rtems-tools HEAD for 4.11 until stable.Chris Johns2014-11-051-0/+1
|
* rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.Chris Johns2014-10-311-0/+38
RTEMS kernel requires the rtems-tools package be installed to build the libdl tests.