diff options
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: |