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

Last change on this file since 6685718 was 6685718, checked in by Kinsey Moore <kinsey.moore@…>, on 01/31/23 at 15:58:25

Revert github tarball hash changes

GitHub? has reverted the change that caused all these tarball hashes to
change and so we follow suit.

  • Property mode set to 100644
File size: 955 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%include %{_configdir}/bare-config.cfg
12
13#
14# Couverture QEMU Version.
15#
16%define qemu_version 03a7fbcce52e0bca7f033ccba79e7856e82bb437
17
18#
19# Couverture QEMU disables for this version.
20#
21%define qemu_disables --disable-virtfs --disable-gnutls --disable-docs
22
23#
24# Couverture QEMU architectures for this version.
25#
26%define qemu_archs arm-softmmu,aarch64-softmmu,i386-softmmu,ppc-softmmu,sparc-softmmu
27
28#
29# Set Couverture-Qemu source from github.
30#
31%source set qemu --rsb-file=qemu-couverture-%{qemu_version}.tar.gz https://github.com/AdaCore/qemu/archive/%{qemu_version}.tar.gz
32%hash sha512 qemu-couverture-%{qemu_version}.tar.gz 4b1877f1e8a10508b161a2b65f8e862e2ffa5bfc36cb458cdcad4e8a71a384bbb28e7fb50555008b023691b8187d252870586b1435e31989d059692f53ad6e1c
33
34#
35# The Qemu build instructions. We use 4.x.x Release 1.
36#
37%include %{_configdir}/qemu-4-1.cfg
Note: See TracBrowser for help on using the repository browser.