diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-03-02 19:40:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-20 13:16:52 +0000 |
commit | 8355326ffad023d886da163a2a03f6efb7941116 (patch) | |
tree | 1380f2912816560460644901b55350f8cbc231cd /documentation/migration-guides/migration-2.6.rst | |
parent | 1f8322c8322543b7bb06df85e77355f99b5f8ecd (diff) | |
download | poky-8355326ffad023d886da163a2a03f6efb7941116.tar.gz |
manuals: simplify references to the BitBake User Manual
- Replacing
:ref:`bitbake:bitbake-user-manual/...`
by :ref:`bitbake-user-manual/...`
Adding "bitbake:" as a prefix is not necessary
as there is no naming conflict between the YP
and the BitBake manuals (all documents are in
"bitbake-user-manual/")
- Explaining the rules in the README file
- When necessary, fixing line length in the modified paragraphs.
(From yocto-docs rev: d80b31705450cfb98d217ea44ba2edace2d64095)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-2.6.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst index 477714b489..dd21eb3baf 100644 --- a/documentation/migration-guides/migration-2.6.rst +++ b/documentation/migration-guides/migration-2.6.rst | |||
@@ -274,7 +274,7 @@ The following changes have occurred: | |||
274 | specifying list items to remove, be aware that leading and trailing | 274 | specifying list items to remove, be aware that leading and trailing |
275 | whitespace resulting from the removal is retained. | 275 | whitespace resulting from the removal is retained. |
276 | 276 | ||
277 | See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`" | 277 | See the ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`" |
278 | section in the BitBake User Manual for a detailed example. | 278 | section in the BitBake User Manual for a detailed example. |
279 | 279 | ||
280 | .. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: | 280 | .. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: |