source: rtems-source-builder/rtems/config/4.11/rtems-nios2.bset @ 73f6ad2

4.104.114.95
Last change on this file since 73f6ad2 was d963553b, checked in by Chris Johns <chrisj@…>, on 02/13/13 at 00:30:47

Restructure RTEMS Config Files

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.

  • Property mode set to 100644
File size: 463 bytes
Line 
1#
2# Tools Set for RTEMS NIOS 4.11 Stable
3#
4# The NIOS source is a special version released by Altera.
5#
6
7%define rtems_version 4.11
8
9%define release 1
10
11%define _target nios2-rtems%{rtems_version}
12
13package: rtems-%{rtems_version}-%{_target}-%{release}
14
15#
16# The RTEMS 4.11 base defines.
17#
18%include rtems-4.11-base.bset
19
20#
21# Tools configuration.
22#
23tools/rtems-nios2-binutils-2.20-1
24tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1
25expat-2.1.0-1
26tools/rtems-nios2-gdb-7.0-1
Note: See TracBrowser for help on using the repository browser.