forked from pool/raspberrypi-eeprom
Guillaume GARDET
4c8c73e0b7
- 2022-01-25-vl805-000138a1: - Interesting changes since the last default release: * Support and bug fixes for all Compute Module variants. * NVMe interoperability fixes * FAT/GPT fixes and file-system performance improvements. * Added secure-boot support for industrial applications * Added ramdisk / boot.img - for RPIBOOT and secure-boot. - Package rpi-eeprom-digest - Refresh patch: * dont-use-env.patch OBS-URL: https://build.opensuse.org/request/show/960227 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/raspberrypi-eeprom?expand=0&rev=19
21 lines
721 B
Plaintext
21 lines
721 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/raspberrypi/rpi-eeprom.git</param>
|
|
<param name="filename">raspberrypi-eeprom</param>
|
|
<param name="revision">c1c19fd4ba380a3e349791089701082cb51da39d</param>
|
|
<param name="versionrewrite-pattern">v([0-9\.]{10}).*</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<!--
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@~g%h</param>
|
|
-->
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|
|
|