summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/release-process.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-18 19:11:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 13:47:50 +0000
commit3a6185404e241790bd17cb563e33eec4a0a9296a (patch)
treef7d1b86f5f2b82631491d6ae5f295c948d296e69 /documentation/ref-manual/release-process.rst
parenta9fdd010b9382c05a0fd5aefb14280dc125f1808 (diff)
downloadpoky-3a6185404e241790bd17cb563e33eec4a0a9296a.tar.gz
manuals: improve references to classes
- Simplify references to class sections, by replacing references such as :ref:`image.bbclass <ref-classes-image>` by :ref:`ref-classes-image` That's equivalent, because the class sections always called <class>.bbclass - Adding references to class sections, by replacing strings such as ``image.bbclass`` by :ref:`ref-classes-image` - Simplifying a few class section links (From yocto-docs rev: 29d66aaa898390c19f121baf0f4fdcc178e4cd80) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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