summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-tools-common-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Add kernel, libbsd and BSP building as packages.Chris Johns2019-07-211-14/+1
|
* windows: Remove BuildRoot from all configs, add a short tmp path.Chris Johns2018-11-051-1/+0
| | | | Closes #3562.
* Fix CXC compilation of RTEMS toolsSebastian Huber2018-06-191-1/+1
| | | | Update #3461.
* 5: Use a specific RTEMS tools versionSebastian Huber2018-04-181-4/+8
| | | | | | Download via cgit archive. Close #3403.
* rtems-tools: Start a build with a distclean to clean away an old build.Chris Johns2017-04-131-1/+1
| | | | | | | If building rtems-tools from git and switching the RSB branch the git repo for rtems-tools holds object files from the old branch. This is due to waf building in the source tree and the RSB keepiing the git repo around in the `sources` directory.
* Fix the rtems-tools waf --destdir path on Windows.Chris Johns2016-02-221-2/+15
| | | | | | | | | | | 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 RTEMS Tools source symlink generation.Patrick Gauvin2016-01-281-2/+1
| | | | | | When rsb_released was not 0, a build failure would occur. closes #2495.
* Fix 4.11/rtems-tools so it builds from git.Chris Johns2015-12-151-1/+5
|
* Fix the building of the RTEMS Tools from a tar file.Chris Johns2015-12-131-2/+5
|
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-111-0/+54
Add a --without-error-reports flags to reduce the noise on --with-downloading.