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

4.104.114.95
Last change on this file since f27f7c4 was f27f7c4, checked in by Chris Johns <chrisj@…>, on 02/10/14 at 23:38:33

config: Update qemu to build on FreeBSD.

Update configuration to build on FreeBSD. This is based on pkg-config
detecting the packages installed on the host.

  • Property mode set to 100644
File size: 663 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# The RTEMS Tools patches.
18#
19%define rtems_http_git   http://git.rtems.org
20%define rtems_git_tools  %{rtems_http_git}/rtems-tools/plain/tools/
21
22#
23# Qemu is from GIT.
24#
25Source0: git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
26Patch0:  %{rtems_git_tools}/qemu/0001-zynq-Request-qemu-reset-when-PSS_RESET_CTRL-triggere.patch
27
28#
29# The Qemu build instructions. We use 1.x.x Release 1.
30#
31%include %{_configdir}/qemu-1-1.cfg
Note: See TracBrowser for help on using the repository browser.