blob: 07f22f004fa9bd8360bfbf1c6d0165def9ed1cb8 [file] [log] [blame]
Deployment Bot (from Travis CI)6d7e6e92021-06-14 19:18:41 +00001
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>Version Scheme &#8212; OpenPOWER Firmware v2.6-257-g5b5624c2
10 documentation</title>
11 <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
12 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13 <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
14 <script type="text/javascript" src="_static/jquery.js"></script>
15 <script type="text/javascript" src="_static/underscore.js"></script>
16 <script type="text/javascript" src="_static/doctools.js"></script>
17 <link rel="index" title="Index" href="genindex.html" />
18 <link rel="search" title="Search" href="search.html" />
19 <link rel="next" title="op-build Release Notes" href="release-notes/index.html" />
20 <link rel="prev" title="Supported Boot Devices" href="boot-devices.html" />
21
22 <link rel="stylesheet" href="_static/custom.css" type="text/css" />
23
24
25 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
26
27 </head><body>
28
29
30 <div class="document">
31 <div class="documentwrapper">
32 <div class="bodywrapper">
33
34
35 <div class="body" role="main">
36
37 <div class="section" id="version-scheme">
38<span id="versioning"></span><h1>Version Scheme<a class="headerlink" href="#version-scheme" title="Permalink to this headline"></a></h1>
39<p>Each firmware component has its own versioning scheme, and <cite>op-build</cite> brings
40all of these components together in one image with one global version
41number.</p>
42<p>Firmware versions are exposed to the user through both the device tree
43(<span class="xref std std-ref">device-tree/ibm,firmware-versions</span>) and the VERSION firmware
44partition. As such, firmware versioning numbers <strong>MUST</strong> follow the
45requirements in order for some functionality to be correct.</p>
46<dl class="docutils">
47<dt>skiboot</dt>
48<dd><a class="reference external" href="https://open-power.github.io/skiboot/doc/process/versioning.html#versioning" title="(in skiboot vv6.7-45-g4b9ca02)"><span>Versioning Scheme of skiboot</span></a></dd>
49<dt>Hostboot</dt>
50<dd>Currently just uses the git SHA1 of the commit</dd>
51<dt>OCC</dt>
52<dd>Currently just uses the git SHA1 of the commit</dd>
53<dt>Petitboot</dt>
54<dd>Uses a X.Y.Z versioning scheme.</dd>
55<dt>Linux</dt>
56<dd>We use the upstream Linux kernel version, and always append <code class="docutils literal notranslate"><span class="pre">-openpowerN</span></code>
57where N is a number starting at 1 that increases for each change we make
58to any additional patches carried in <cite>op-build</cite> for that specific kernel
59version.
60We follow the stable tree and have an “upstream <em>first</em>” policy in place.</dd>
61</dl>
62</div>
63
64
65 </div>
66
67 </div>
68 </div>
69 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
70 <div class="sphinxsidebarwrapper">
71<h1 class="logo"><a href="index.html">OpenPOWER Firmware</a></h1>
72
73
74
75
76
77
78
79
80<h3>Navigation</h3>
81<p class="caption"><span class="caption-text">Contents:</span></p>
82<ul class="current">
83<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a></li>
84<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
85<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
86<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
87<li class="toctree-l1 current"><a class="current reference internal" href="#">Version Scheme</a></li>
88<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
89</ul>
90
91<div class="relations">
92<h3>Related Topics</h3>
93<ul>
94 <li><a href="index.html">Documentation overview</a><ul>
95 <li>Previous: <a href="boot-devices.html" title="previous chapter">Supported Boot Devices</a></li>
96 <li>Next: <a href="release-notes/index.html" title="next chapter">op-build Release Notes</a></li>
97 </ul></li>
98</ul>
99</div>
100<div id="searchbox" style="display: none" role="search">
101 <h3>Quick search</h3>
102 <div class="searchformwrapper">
103 <form class="search" action="search.html" method="get">
104 <input type="text" name="q" />
105 <input type="submit" value="Go" />
106 <input type="hidden" name="check_keywords" value="yes" />
107 <input type="hidden" name="area" value="default" />
108 </form>
109 </div>
110</div>
111<script type="text/javascript">$('#searchbox').show(0);</script>
112
113
114
115
116
117
118
119
120 </div>
121 </div>
122 <div class="clearer"></div>
123 </div>
124 <div class="footer">
125 &copy;2017, OpenPOWER Foundation System Software Work Group.
126
127 |
128 Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
129 &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
130
131 |
132 <a href="_sources/versioning.rst.txt"
133 rel="nofollow">Page source</a>
134 </div>
135
136
137
138
139 </body>
140</html>