c4d339c498
- Package and cross-build rom files for aarch64 from SLE15/Leap15.0 to fix boo#1125964 - Add patch to fix seabios cross-compilation: * seabios-fix_cross_compilation.patch - Add patch to fix sgabios cross-compilation: * sgabios-fix-cross-build.patch - Fix _constraints to include all architectures for disk size (fix aarch64) OBS-URL: https://build.opensuse.org/request/show/678204 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=456
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
<constraints>
|
|
<!-- All builds are fine with 8GB disk -->
|
|
<overwrite>
|
|
<conditions>
|
|
<package>qemu</package>
|
|
<package>qemu-linux-user</package>
|
|
<package>qemu-testsuite</package>
|
|
</conditions>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">8</size>
|
|
</disk>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- To build qemu, s390x needs more than the default memory -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>s390x</arch>
|
|
<package>qemu</package>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">1200</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- Excluding ARM, qemu-testsuite needs more than the default memory -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>ppc64</arch>
|
|
<arch>ppc64le</arch>
|
|
<package>qemu-testsuite</package>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">4000</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- And x86 needs even more, as certain tests are x86 only -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>i586</arch>
|
|
<arch>x86_64</arch>
|
|
<package>qemu-testsuite</package>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">4400</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|