mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
30 lines
577 B
INI
30 lines
577 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
|
|
|
|
#
|
|
# Qemu is from GIT.
|
|
#
|
|
Source0: git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
|
|
|
|
#
|
|
# Patches from Qemu's patchworks site.
|
|
#
|
|
Patch0: pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch
|
|
|
|
#
|
|
# The Qemu build instructions. We use 1.x.x Release 1.
|
|
#
|
|
%include %{_configdir}/qemu-1-1.cfg
|