source: rtems-source-builder/bare/config/devel/qemu-git-1.cfg @ 6ab2f51

4.104.114.95
Last change on this file since 6ab2f51 was 6ab2f51, checked in by Chris Johns <chrisj@…>, on 04/08/14 at 06:16:13

config: Remove the qemu test patch for MinGW.

  • Property mode set to 100644
File size: 695 bytes
Line 
1#
2# Qemu from git
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11#
12# Stable version. Qemu is fast moving.
13#
14%define qemu_version 97374ce538883af677fd94803b71df2d55a9a4de
15
16#
17# Qemu is from GIT.
18#
19Source0: git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
20
21#
22# Patches from Qemu's patchworks site.
23#
24Patch0:  pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch
25
26%if %{_host} == mingw32
27 Patch5: pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch
28%endif
29
30#
31# The Qemu build instructions. We use 1.x.x Release 1.
32#
33%include %{_configdir}/qemu-1-1.cfg
Note: See TracBrowser for help on using the repository browser.