7a81344a2d
- update to 2017+git1472049752.ea2f21e: + switches git branch from an (outdated) master tree to the UDK2017 branch, which provides an insane amount of changes. for details please look at https://github.com/tianocore/edk2/commits/UDK2017 - unify build flags with aarch64 build for increased compatibility with openSUSE installation medias OBS-URL: https://build.opensuse.org/request/show/429355 OBS-URL: https://build.opensuse.org/package/show/Virtualization/ovmf?expand=0&rev=67
15 lines
504 B
Plaintext
15 lines
504 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="filename">ovmf</param>
|
|
<param name="versionformat">2017+git%at.%h</param>
|
|
<param name="revision">UDK2017</param>
|
|
<param name="url">https://github.com/tianocore/edk2.git</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|