Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 993 Bytes

versioning.rst

File metadata and controls

29 lines (24 loc) · 993 Bytes

Version Scheme

Each firmware component has its own versioning scheme, and op-build brings all of these components together in one image with one global version number.

Firmware versions are exposed to the user through both the device tree (:ref:`skiboot:device-tree/ibm,firmware-versions`) and the VERSION firmware partition. As such, firmware versioning numbers MUST follow the requirements in order for some functionality to be correct.

skiboot
:ref:`skiboot:versioning`
Hostboot
Currently just uses the git SHA1 of the commit
OCC
Currently just uses the git SHA1 of the commit
Petitboot
Uses a X.Y.Z versioning scheme.
Linux
We use the upstream Linux kernel version, and always append -openpowerN where N is a number starting at 1 that increases for each change we make to any additional patches carried in op-build for that specific kernel version. We follow the stable tree and have an "upstream first" policy in place.