summaryrefslogtreecommitdiffstats
path: root/rtems/config/4.10/rtems-nios2.bset (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-26rtems: move 4.9 and 4.10 bsets to new branches and delete from masterGedare Bloom1-26/+0
2013-05-22fix the problems for the set build of 4.9 and 4.10 1. "expat-2.1.0-1 file ↵Yin Yan1-1/+5
not found 2. "%{var} not fount" I only tested them for 4.9/rtrms-sparc, not sure for rest of them.
2013-03-20Add support for RTEMS 4.10.Chris Johns1-3/+3
This change adds support for RTEMS 4.10 tools plus builds the latest RTEMS 4.10.2 release.
2013-03-11Move all patches to the rtems-tools.git repo.Chris Johns1-5/+1
All patches are now downloaded. No patches or source is held in the RTEMS Source Builder repo. As part of this the build sets now have a single rtems_arch define and the base RTEMS 4.11 build set now creates the _target macro. With this change a method to manage RTEMS specific patches has been put in place where build sets can define patches. This avoids needing special configuration files.
2013-02-13Always build the expat package.Chris Johns1-1/+1
2013-02-13Restructure RTEMS Config FilesChris Johns1-3/+4
Add arch build files. This allows archs to have different versions and patches for specific tools. Break the RTEMS config directory up into separate directories to make long term maintenance easier. This required a change to config.py to handle the config files being in subdirs of the config directory. The defaults have been updated to include the install SB root so packages built before a package are available. Add makeinfo to the required tools. GDB (and others) need it to build without error.
2013-02-12NIOS2 Tools based on Altera's 4.11 tool set.Chris Johns1-0/+25
Add support for building the NIOS2 tool set. The source is based on the Altera 4.11 src package. This package has been split up and placed on the rtems.org server.