Changeset 00b60d7 in rtems-source-builder


Ignore:
Timestamp:
12/13/15 04:10:04 (8 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.9, 5, master
Children:
dc1cd68
Parents:
e33968a
git-author:
Chris Johns <chrisj@…> (12/13/15 04:10:04)
git-committer:
Chris Johns <chrisj@…> (12/13/15 04:22:04)
Message:

Fix the building of the RTEMS Tools from a tar file.

Location:
rtems/config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rtems/config/4.11/rtems-tools.bset

    re33968a r00b60d7  
    55%define release 1
    66
     7#
     8# We need an arch defined for the common RTEMS files to work.
     9#
     10%define rtems_arch tools
     11
     12#
     13# The RTEMS 4.11 base defines.
     14#
     15%include rtems-4.11-base.bset
     16
    717tools/rtems-tools-4.11-1
  • rtems/config/tools/rtems-tools-1.cfg

    re33968a r00b60d7  
    11#
    2 # RTEMS Tools from git://git.rtems.org/rtems-tools.git
     2# RTEMS Tools from git for a release.
    33#
    44
     
    4343
    4444 #
    45  # The RTEMS Tools build instructions. We use GIT Release 1.
     45 # The RTEMS Tools build instructions.
    4646 #
    4747 %include tools/rtems-tools-common-1.cfg
  • rtems/config/tools/rtems-tools-common-1.cfg

    re33968a r00b60d7  
    2222  build_top=$(pwd)
    2323
    24   source_dir_rtems_tools="%{name}"
    25   %source setup rtems-tools -q -D -n %{name}
     24  rtems_tools_source="rtems-tools-%{rtems_tools_version}"
     25
     26  %source setup rtems-tools -q -n ${rtems_tools_source}
    2627  %patch setup rtems-tools -p1
     28
     29  source_dir_rtems_tools=${rtems_tools_source}
    2730
    2831  cd ${build_top}
Note: See TracChangeset for help on using the changeset viewer.