source: rtems-source-builder/bare/config/devel/dtc-1.2.0.cfg @ 1a56a07

4.104.114.95
Last change on this file since 1a56a07 was 1a56a07, checked in by Chris Johns <chrisj@…>, on 05/14/13 at 01:08:02

Add bare/config and move the source-builder/config to it.

Rework the RTEMS build set files to point to the new location.

Move the files into devel, this follows the ports naming in
FreeBSD.

Update the macros, defaults, and options to support this.

  • Property mode set to 100644
File size: 244 bytes
Line 
1#
2# DTC (Device Tree Compiler) 1.2.0
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define dtc_version 1.2.0
12
13#
14# The DTC build instructions. We use 1.x.x Release 1.
15#
16%include %{_configdir}/dtc-1-1.cfg
Note: See TracBrowser for help on using the repository browser.