summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/release-process.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/release-process.rst')
-rw-r--r--documentation/ref-manual/release-process.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index ab143f7df0..8acb4b8e09 100644
--- a/documentation/ref-manual/release-process.rst
+++ b/documentation/ref-manual/release-process.rst
@@ -117,17 +117,17 @@ consists of the following pieces:
117- ``bitbake-selftest``: A standalone command that runs unit tests on 117- ``bitbake-selftest``: A standalone command that runs unit tests on
118 key pieces of BitBake and its fetchers. 118 key pieces of BitBake and its fetchers.
119 119
120- :ref:`sanity.bbclass <ref-classes-sanity>`: This automatically 120- :ref:`ref-classes-sanity`: This automatically
121 included class checks the build environment for missing tools (e.g. 121 included class checks the build environment for missing tools (e.g.
122 ``gcc``) or common misconfigurations such as 122 ``gcc``) or common misconfigurations such as
123 :term:`MACHINE` set incorrectly. 123 :term:`MACHINE` set incorrectly.
124 124
125- :ref:`insane.bbclass <ref-classes-insane>`: This class checks the 125- :ref:`ref-classes-insane`: This class checks the
126 generated output from builds for sanity. For example, if building for 126 generated output from builds for sanity. For example, if building for
127 an ARM target, did the build produce ARM binaries. If, for example, 127 an ARM target, did the build produce ARM binaries. If, for example,
128 the build produced PPC binaries then there is a problem. 128 the build produced PPC binaries then there is a problem.
129 129
130- :ref:`testimage.bbclass <ref-classes-testimage*>`: This class 130- :ref:`ref-classes-testimage*`: This class
131 performs runtime testing of images after they are built. The tests 131 performs runtime testing of images after they are built. The tests
132 are usually used with :doc:`QEMU </dev-manual/qemu>` 132 are usually used with :doc:`QEMU </dev-manual/qemu>`
133 to boot the images and check the combined runtime result boot 133 to boot the images and check the combined runtime result boot