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/sdk-manual | |
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/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 2 | ||||
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index 2be76875e0..61091d83ba 100644 --- a/documentation/sdk-manual/appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
@@ -77,7 +77,7 @@ adjustments: | |||
77 | either define the entire list by using the "=" operator, or you | 77 | either define the entire list by using the "=" operator, or you |
78 | will need to append a value using either ":append" or the "+=" | 78 | will need to append a value using either ":append" or the "+=" |
79 | operator. You can learn more about these operators in the | 79 | operator. You can learn more about these operators in the |
80 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`" | 80 | ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`" |
81 | section of the BitBake User Manual. | 81 | section of the BitBake User Manual. |
82 | 82 | ||
83 | - If you have classes or recipes that add additional tasks to the | 83 | - If you have classes or recipes that add additional tasks to the |
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 7c7ceb695a..9e08e57a4e 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -651,12 +651,11 @@ counterparts. | |||
651 | :ref:`dev-manual/upgrading-recipes:upgrading recipes` section | 651 | :ref:`dev-manual/upgrading-recipes:upgrading recipes` section |
652 | of the Yocto Project Development Tasks Manual. | 652 | of the Yocto Project Development Tasks Manual. |
653 | 653 | ||
654 | The ``devtool upgrade`` command is flexible enough to allow you to | 654 | The ``devtool upgrade`` command is flexible enough to allow you to specify |
655 | specify source code revision and versioning schemes, extract code into | 655 | source code revision and versioning schemes, extract code into or out of the |
656 | or out of the ``devtool`` | 656 | ``devtool`` :ref:`devtool-the-workspace-layer-structure`, and work with any |
657 | :ref:`devtool-the-workspace-layer-structure`, | 657 | source file forms that the |
658 | and work with any source file forms that the | 658 | :ref:`bitbake-user-manual/bitbake-user-manual-fetching:fetchers` support. |
659 | :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers` support. | ||
660 | 659 | ||
661 | The following diagram shows the common development flow used with the | 660 | The following diagram shows the common development flow used with the |
662 | ``devtool upgrade`` command: | 661 | ``devtool upgrade`` command: |