forked from pool/mmc-utils
4190e7c00c
+ Fit usage to 80 cols + fix building errors on Android + mmc-utils: add check for max enhanced user area + mmc-utils: add support to create gp partition + mmc-utils: Add command to set the boot bus conditions + mmc-utils: add ability to enable/disable optional eMMC cache + mmc_utils: gp create: only allow partition [1-4] to be selected + mmc_utils: doc: add man-page + mmc-utils: Merge the lsmmc tool into mmc-utils + mmc_utils: add ffu support OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=9
15 lines
541 B
Plaintext
15 lines
541 B
Plaintext
<services>
|
|
<service mode="localonly" name="tar_scm">
|
|
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">mmc-utils</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">0.1~git.%ad</param>
|
|
</service>
|
|
<service mode="localonly" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="localonly" name="set_version"/>
|
|
</services>
|