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

4.104.114.95
Last change on this file since 56e8d80 was 56e8d80, checked in by Chris Johns <chrisj@…>, on 02/04/14 at 07:38:18

config: Add support to build qemu.

Qemu requires gettext, glib, libffi, and pixman. DTC is built
as a submodule.

On Mavrick provide a pkg-config command so avoid needing a pkgconfig.
The one here is only just good enough to work.

Provide an internal autotools build including libtool so qemu can
be built from git.

  • Property mode set to 100644
File size: 751 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-configure-use-glib-in-glib-pkg-config-check.patch
27Patch1:  %{rtems_git_tools}/qemu/0001-zynq-Request-qemu-reset-when-PSS_RESET_CTRL-triggere.patch
28
29#
30# The Qemu build instructions. We use 1.x.x Release 1.
31#
32%include %{_configdir}/qemu-1-1.cfg
Note: See TracBrowser for help on using the repository browser.