diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-01-05 08:34:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 17:39:09 +0000 |
commit | 8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch) | |
tree | e1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/dev-manual/build-quality.rst | |
parent | ae280972ffba62d7ed839b692957f61b0955cbca (diff) | |
download | poky-8b1909aa6f7a51a878dc3d4a9223403ad3e164a9.tar.gz |
manuals: simplify references to classes
Now that .bbclass is removed from class section titles.
We can now have, for example, :ref:`ref-classes-insane`
instead of :ref:`insane <ref-classes-insane>`.
Then, when necessary, rework paragraphs so that they
have lines of even length, not exceeding 80 characters.
(From yocto-docs rev: e76190e3be78c1e483bec0469f1e437dbf8f3791)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/build-quality.rst')
-rw-r--r-- | documentation/dev-manual/build-quality.rst | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/dev-manual/build-quality.rst b/documentation/dev-manual/build-quality.rst index 03eee12bef..713ea3a48e 100644 --- a/documentation/dev-manual/build-quality.rst +++ b/documentation/dev-manual/build-quality.rst | |||
@@ -14,13 +14,11 @@ has already been built when the software is building, the software will | |||
14 | link to the built library and that library will be pulled into your | 14 | link to the built library and that library will be pulled into your |
15 | image along with the new software even if you did not want the library. | 15 | image along with the new software even if you did not want the library. |
16 | 16 | ||
17 | The :ref:`buildhistory <ref-classes-buildhistory>` | 17 | The :ref:`ref-classes-buildhistory` class helps you maintain the quality of |
18 | class helps you maintain the quality of your build output. You | 18 | your build output. You can use the class to highlight unexpected and possibly |
19 | can use the class to highlight unexpected and possibly unwanted changes | 19 | unwanted changes in the build output. When you enable build history, it records |
20 | in the build output. When you enable build history, it records | 20 | information about the contents of each package and image and then commits that |
21 | information about the contents of each package and image and then | 21 | information to a local Git repository where you can examine the information. |
22 | commits that information to a local Git repository where you can examine | ||
23 | the information. | ||
24 | 22 | ||
25 | The remainder of this section describes the following: | 23 | The remainder of this section describes the following: |
26 | 24 | ||