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/quilt.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/quilt.rst')
-rw-r--r-- | documentation/dev-manual/quilt.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/quilt.rst b/documentation/dev-manual/quilt.rst index 24343e2fac..59240705ad 100644 --- a/documentation/dev-manual/quilt.rst +++ b/documentation/dev-manual/quilt.rst | |||
@@ -12,7 +12,7 @@ form of a patch all using Quilt. | |||
12 | .. note:: | 12 | .. note:: |
13 | 13 | ||
14 | With regard to preserving changes to source files, if you clean a | 14 | With regard to preserving changes to source files, if you clean a |
15 | recipe or have :ref:`rm_work <ref-classes-rm-work>` enabled, the | 15 | recipe or have :ref:`ref-classes-rm-work` enabled, the |
16 | :ref:`devtool workflow <sdk-manual/extensible:using \`\`devtool\`\` in your sdk workflow>` | 16 | :ref:`devtool workflow <sdk-manual/extensible:using \`\`devtool\`\` in your sdk workflow>` |
17 | as described in the Yocto Project Application Development and the | 17 | as described in the Yocto Project Application Development and the |
18 | Extensible Software Development Kit (eSDK) manual is a safer | 18 | Extensible Software Development Kit (eSDK) manual is a safer |
@@ -61,7 +61,7 @@ Follow these general steps: | |||
61 | once you run the :ref:`ref-tasks-clean` or :ref:`ref-tasks-cleanall` | 61 | once you run the :ref:`ref-tasks-clean` or :ref:`ref-tasks-cleanall` |
62 | tasks using BitBake (i.e. ``bitbake -c clean package`` and | 62 | tasks using BitBake (i.e. ``bitbake -c clean package`` and |
63 | ``bitbake -c cleanall package``). Modifications will also disappear if | 63 | ``bitbake -c cleanall package``). Modifications will also disappear if |
64 | you use the :ref:`rm_work <ref-classes-rm-work>` feature as described in | 64 | you use the :ref:`ref-classes-rm-work` feature as described in |
65 | the ":ref:`dev-manual/disk-space:conserving disk space during builds`" | 65 | the ":ref:`dev-manual/disk-space:conserving disk space during builds`" |
66 | section. | 66 | section. |
67 | 67 | ||