Chris Johns f27f7c40f6 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.
2014-02-11 10:38:33 +11:00

32 lines
663 B
INI

#
# Qemu from git
#
%if %{release} == %{nil}
%define release 1
%endif
%include %{_configdir}/base.cfg
#
# Stable version. Qemu is fast moving.
#
%define qemu_version 97374ce538883af677fd94803b71df2d55a9a4de
#
# The RTEMS Tools patches.
#
%define rtems_http_git http://git.rtems.org
%define rtems_git_tools %{rtems_http_git}/rtems-tools/plain/tools/
#
# Qemu is from GIT.
#
Source0: git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
Patch0: %{rtems_git_tools}/qemu/0001-zynq-Request-qemu-reset-when-PSS_RESET_CTRL-triggere.patch
#
# The Qemu build instructions. We use 1.x.x Release 1.
#
%include %{_configdir}/qemu-1-1.cfg