summaryrefslogtreecommitdiffstats
path: root/rtems/config/rtems-base.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Set the RTEMS release message's RSB version correctlyChris Johns2019-12-131-1/+1
| | | | Closes #3842
* 5/llvm: Add LLVM as a package for RTEMS.Chris Johns2019-09-161-2/+7
| | | | | | | | | | | | | - Add '%source download <source>' to only download the source and do not unpack and prep. This can used when a package internally needs another source package. - Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing. Updates #3250 Updatew #3797
* rtems: Add kernel, libbsd and BSP building as packages.Chris Johns2019-07-211-0/+9
|
* gcc: Use the RSB release for released tools.Chris Johns2018-02-071-1/+2
| | | | | | | Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3294
* 4.12: Do not use a global hash fileSebastian Huber2017-03-091-2/+0
|
* 4.12: Update to use Newlib 2.5.0.20170228Sebastian Huber2017-03-011-0/+2
|
* rtems: Refactor to move to a single version on master.Chris Johns2016-04-151-0/+5
| | | | | | | | | | Move the 4.12 version and base defines to just RTEMS base defines which includes the version. This removes the version from a number of files and makes it simpler to move to a new version. It however means we cannot support more than version on master. This change further breaks 4.10 and 4.9 however it means we can branch these versions and better support them on their branches.
* Add the host name to the package name.Chris Johns2015-01-181-1/+1
| | | | | | Adding the host name results in the tar files created by the --bset-tar-file and --pkg-tar-files to contain the host name. This is useful when building Cxc packages.
* rtems: Change GCC extra version messageSebastian Huber2014-12-051-1/+1
| | | | | | | Drop the GCC version since this is already part of the normal GCC version message. Drop the release number from the RSB since the Git commit identifies the RSB version uniquely. Use a "Name Version, ..." pattern.
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-151-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* rtems/gcc: Clean up the RSB version message.Chris Johns2014-02-041-1/+1
|
* Remove .git in rtem-tools repo after repo name cleanup.Amar Takhar2013-05-171-1/+1
| | | | This fixes patch downloading.
* Add support for RTEMS 4.10.Chris Johns2013-03-201-0/+28
This change adds support for RTEMS 4.10 tools plus builds the latest RTEMS 4.10.2 release.