|
|
Short guide how to release official bootloaderTargets which are considered 'stable' and 'unstable' have to have officially released bootloaders. Below are simple steps how to release new official bootloader: (NOTE:You need to be added to additional group on gerrit in order to push the tag - "Rockbox Release Committers". You can add yourself, if you are a committer.)
git tag bootloader_targetname_v1 -m 'Tag release v1 of the targetname bootloader' git push origin bootloader_targetname_v1
make VERSION=x.y
r6 - 02 Apr 2021 - 20:46:06 - UnknownUser
Copyright © by the contributing authors.
|