source: rtems-source-builder/rtems/config/rtems-base.bset @ f6906451

4.104.114.95
Last change on this file since f6906451 was 8197b8e, checked in by Chris Johns <chrisj@…>, on 01/18/15 at 04:34:35

Add the host name to the package name.

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.

  • Property mode set to 100644
File size: 390 bytes
Line 
1#
2# Base defines for RTEMS
3#
4
5#
6# Define the build target.
7#
8%define _target %{rtems_arch}-rtems%{rtems_version}
9
10#
11# The generic package name.
12#
13package: rtems-%{rtems_version}-%{_target}-%{_host}-%{release}
14
15#
16# Project custom message
17#
18%define gcc_version_message RTEMS %{rtems_version}, RSB %{_sbgit_id}, Newlib %{newlib_version}
19
20#
21# Pick up the RTEMS URLs.
22#
23%include rtems-urls.bset
Note: See TracBrowser for help on using the repository browser.