summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-kernel-4-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Add kernel, libbsd and BSP building as packages.Chris Johns2019-07-211-178/+1
|
* windows: Remove BuildRoot from all configs, add a short tmp path.Chris Johns2018-11-051-1/+0
| | | | Closes #3562.
* Fix rtems-tools and rtems-kernel builds when released and with a release URL.Chris Johns2017-04-131-12/+11
| | | | Updates #2952.
* Fix the tools and kernel source URL when released to use `sources`.Chris Johns2017-04-101-2/+0
| | | | | | | | 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.
* rtems/kernel: Move the --with-rtems logic in the common file.Chris Johns2016-03-181-112/+154
|
* rtems-kernel: Fix the --with-rtems/--without-rtems support when released.Chris Johns2016-03-141-7/+17
| | | | | | | | | | | | Also add: --with-rtemsbsp="bsp,bsp,bsp" --with-rtems-smp --with-rtems-tests --with-rtems-tests=sample --with-rtems-tests=all Closes #2526.
* sb: Update download to check the config file for release URL control.Chris Johns2016-03-141-1/+2
| | | | | | | | 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.
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-111-1/+24
| | | | Add a --without-error-reports flags to reduce the noise on --with-downloading.
* rtems: Fix the URL.Chris Johns2015-05-211-1/+1
|
* Fix broken URLs to FTP siteGedare Bloom2015-03-031-1/+1
|
* rtems: Fix type in RTEMS kernel build.Chris Johns2014-09-201-1/+1
| | | | Reported by Marco Hoefle <marco.hoefle@nanotronic.ch>.
* rtems-4.11: Fix the broken RTEMS build on 4.11.Chris Johns2014-08-231-2/+4
|
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-17/+6
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* config: PR 2134 - Return the missing =.Chris Johns2013-07-231-1/+1
|
* CONFIG: PR 2127 - Build fails on Linux.Chris Johns2013-07-211-1/+1
| | | | Fix shell tests where '==' was used rather than '='.
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-0/+3
| | | | | | | | | | | | | | | | | | This changes adds support to build the autotools if the host installed version is not a suitable version. Autoconf and automake have hard coded references to the install prefix and host tools and this makes it impossible to relocate, that is use in any path other than the install prefix. To bootstrap automake you need to first build a suitable autoconf and with that you can built automake for the install prefix. The other complication is not referencing the install prefix in the path when building in the RSB. Having the install prefix in the path can result in strange issues appearing such as gcc using a new assembler feature not present in an older assember installed under the install prefix. The process is to build the autotools using an install prefix to an internal path inside the RSB temporary path and to use that autoconf to build the version for the install prefix. The internal install prefix version is also used to bootstrap RTEMS.
* Fix the C++ tools detection bug.Chris Johns2013-04-291-1/+1
|
* Undefine rtems_bsp is set to all. Configure without bsps means all.Chris Johns2013-04-281-1/+7
|
* Disable C++ if not built. Use the faster bootstrap.Chris Johns2013-04-271-2/+9
|
* Fixes for CVS to work. Add RTEMS build for sparc/sis.Chris Johns2013-04-221-13/+22
|
* Use ftp.rtems.org and not www.rtems.org.Chris Johns2013-03-211-1/+1
|
* Add support for RTEMS 4.10.Chris Johns2013-03-201-0/+95
This change adds support for RTEMS 4.10 tools plus builds the latest RTEMS 4.10.2 release.