- version update from 6.5 to 6.6.1 - v6.6 becomes the new stable release following v6.5 - Skiboot is now dual licensed as Apache 2.0 -OR- GPLv2+ - Skiboot can now be built as little endian, thanks to Team Nick - OpenCAPI reset support - OPAL_PHB_SET_OPTION and OPAL_PHB_GET_OPTION OPAL calls - Fast-reboot is now disabled by default - details release notes of 6.6 and 6.6.1 https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-6.6.rst https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-6.6.1.rst OBS-URL: https://build.opensuse.org/request/show/812942 OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=44
16 lines
661 B
Plaintext
16 lines
661 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/open-power/skiboot</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">skiboot</param>
|
|
<param name="version">6.6.1</param>
|
|
<param name="revision">v6.6.1</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*skiboot*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|