source: rtems-source-builder/rtems/config/tools/rtems-tools-4.11-1.cfg @ 599c4d7

5
Last change on this file since 599c4d7 was f9f6f6c, checked in by Chris Johns <chrisj@…>, on 12/10/15 at 23:48:56

Set the RTEMS Tools and Kernel version based on a release.

  • Property mode set to 100644
File size: 328 bytes
Line 
1#
2# RTEMS Tools for 4.11.
3#
4
5#
6# The RTEMS Tools version is set to the RSB version or the RTEMS version.
7#
8%if %{rsb_released}
9 %define rtems_tools_version %{rsb_version}
10%else
11 %define rtems_tools_version %{rtems_version}
12%endif
13
14#
15# The RTEMS Tools build instructions. We use GIT Release 1.
16#
17%include tools/rtems-tools-1.cfg
Note: See TracBrowser for help on using the repository browser.