Maintainer Notes
Jump to navigation
Jump to search
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
|