Maintainer Notes: Difference between revisions
Jump to navigation
Jump to search
m (categorization) |
JordanCrouse (talk | contribs) (Add {{deprecated}} tag) |
||
Line 1: | Line 1: | ||
{{deprecated}} |
|||
= LinuxBIOS maintainer notes = |
= LinuxBIOS maintainer notes = |
||
Latest revision as of 21:27, 18 April 2007
LinuxBIOS maintainer notesThis is where we document various processes for the LinuxBIOS and ROM maintainers. If you are an user, then you're probably looking for Building LinuxBIOS instead. Releasing a ROM versionThis is the documented process for releasing a new version of the OLPC ROM. This will ensure that the same version string is used consistantly between the GIT tree and the actual ROM image.
TBD Note that this is the same string that you should use in place of VERSION for all the following functions.
$ git tag -a VERSION
$ git push --tags
$ make
$ cp deploy/linuxbios.rom deploy/linuxbios-VERSION.rom
|