Changeset 1b29191 in rtems-source-builder


Ignore:
Timestamp:
05/14/14 06:37:46 (10 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
e119c6a
Parents:
9a15c40
Message:

config: Mirgrate the remaining configs.

Location:
bare/config
Files:
4 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • bare/config/devel/binutils-2.23.2-1.cfg

    r9a15c40 r1b29191  
    1818
    1919#
    20 # Include the bare patches
    21 #
    22 %include bare-binutils-patches.cfg
    23 
    24 #
    2520# The binutils build instructions. We use 2.xx Release 1.
    2621#
  • bare/config/devel/gcc-4.8.2-newlib-cvs-1.cfg

    r9a15c40 r1b29191  
    3535# Newlib is from CVS.
    3636#
    37 Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}?reset
     37%source set newlib cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}?reset
    3838
    3939#
    4040# Joel's stack_t patch.
    4141#
    42 %define bare_gcc_patch11      %{bare_newlib_patches}/newlib-sys-signal-20130532.diff
    43 %define bare_gcc_patch11_opts -p0
     42%patch add newlib -p0 %{bare_newlib_patches}/newlib-sys-signal-20130532.diff
    4443
    4544#
    46 #
    47 # Manage bare patches
    48 #
    49 %include bare-gcc-patches.cfg
    50 
    5145# The gcc/newlib build instructions. We use 4.8 Release 1.
    5246#
  • bare/config/devel/gdb-7.6.1-1.cfg

    r9a15c40 r1b29191  
    99
    1010#
    11 # Bare Build Set patches.
    12 #
    13 %include bare-gdb-patches.cfg
    14 
    15 #
    1611# The gdb build instructions. We use 7.xx Release 1.
    1712#
  • bare/config/devel/gdb-7.7-1.cfg

    r9a15c40 r1b29191  
    99
    1010#
    11 # Bare Build Set patches.
    12 #
    13 %include bare-gdb-patches.cfg
    14 
    15 #
    1611# The gdb build instructions. We use 7.xx Release 1.
    1712#
  • bare/config/devel/libffi-3.0.13-1.cfg

    r9a15c40 r1b29191  
    2020# Fix pkgconfig file on Fedora 64bit.
    2121#
    22 Patch0: %{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff
     22%patch add libffi %{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff
    2323
    2424#
  • bare/config/devel/qemu-git-1.cfg

    r9a15c40 r1b29191  
    44
    55%if %{release} == %{nil}
    6 %define release 1
     6 %define release 1
    77%endif
    88
     
    1717# Qemu is from GIT.
    1818#
    19 Source0: git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
     19%source set qemu git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
    2020
    2121#
    2222# Patches from Qemu's patchworks site.
    2323#
    24 Patch0: pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch
     24%patch add qemu pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch
    2525
    2626%if %{_host} == mingw32
    27  Patch5: pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch
     27 %patch add qemu pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch
    2828%endif
    2929
  • bare/config/devel/texane-stlink-1.cfg

    r9a15c40 r1b29191  
    2323# Source
    2424#
    25 Source0: https://api.github.com/repos/texane/stlink/texane-stlink-%{stlink_version}.tar.gz
    26 VersionControl0: git clone https://github.com/texane/stlink.git
    27 Patch0: texane-stlink-3494c11-2.diff
     25%source set stlink https://api.github.com/repos/texane/stlink/texane-stlink-%{stlink_version}.tar.gz
     26%patch add stlink texane-stlink-3494c11-2.diff
    2827
    2928#
     
    3130#
    3231%prep
    33 %setup -q -c -n %{name}-%{version}
    34 cd texane-stlink-%{stlink_version}
    35 %{?patch0:%patch0 -p1}
    36 cd ..
     32  %source setup stlink -q -c -n %{name}-%{version}
     33  cd texane-stlink-%{stlink_version}
     34  %patch setup stlink -p1
     35  cd ..
    3736
    3837%build
Note: See TracChangeset for help on using the changeset viewer.