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.4.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.4.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-2.4.rst b/documentation/migration-guides/migration-2.4.rst index 9637301a47..abad43acc3 100644 --- a/documentation/migration-guides/migration-2.4.rst +++ b/documentation/migration-guides/migration-2.4.rst | |||
@@ -286,7 +286,7 @@ The following are additional changes: | |||
286 | 286 | ||
287 | - BitBake fires multiple "BuildStarted" events when multiconfig is | 287 | - BitBake fires multiple "BuildStarted" events when multiconfig is |
288 | enabled (one per configuration). For more information, see the | 288 | enabled (one per configuration). For more information, see the |
289 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:events`" | 289 | ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:events`" |
290 | section in the BitBake User Manual. | 290 | section in the BitBake User Manual. |
291 | 291 | ||
292 | - By default, the ``security_flags.inc`` file sets a | 292 | - By default, the ``security_flags.inc`` file sets a |