diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-24 17:50:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
| commit | 945c669138a76be18c6b4da4f8f907d2a5cfd83f (patch) | |
| tree | cebff3cae5021d4fcceb5aa51fce1c2aead97ed2 /documentation/ref-manual/devtool-reference.rst | |
| parent | 6fe3143800925463279d0664fc7f3372b53c6c52 (diff) | |
| download | poky-945c669138a76be18c6b4da4f8f907d2a5cfd83f.tar.gz | |
manuals: split dev-manual/common-tasks.rst
A 500 KB source file is always harder to manage,
and can have section title conflicts.
So, the "Common Tasks" document is gone and all
its constituents are moved up one level.
You now have 40 chapters in the Development Tasks Manual.
(From yocto-docs rev: 8a45bc469411410020b8e688c137395fcaf3761b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/devtool-reference.rst')
| -rw-r--r-- | documentation/ref-manual/devtool-reference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst index 997ec0351c..c2e1c2c29b 100644 --- a/documentation/ref-manual/devtool-reference.rst +++ b/documentation/ref-manual/devtool-reference.rst | |||
| @@ -410,7 +410,7 @@ Upgrading a Recipe | |||
| 410 | As software matures, upstream recipes are upgraded to newer versions. As | 410 | As software matures, upstream recipes are upgraded to newer versions. As |
| 411 | a developer, you need to keep your local recipes up-to-date with the | 411 | a developer, you need to keep your local recipes up-to-date with the |
| 412 | upstream version releases. There are several ways of upgrading recipes. | 412 | upstream version releases. There are several ways of upgrading recipes. |
| 413 | You can read about them in the ":ref:`dev-manual/common-tasks:upgrading recipes`" | 413 | You can read about them in the ":ref:`dev-manual/upgrading-recipes:upgrading recipes`" |
| 414 | section of the Yocto Project Development Tasks Manual. This section | 414 | section of the Yocto Project Development Tasks Manual. This section |
| 415 | overviews the ``devtool upgrade`` command. | 415 | overviews the ``devtool upgrade`` command. |
| 416 | 416 | ||
| @@ -438,7 +438,7 @@ You can read more on the ``devtool upgrade`` workflow in the | |||
| 438 | ":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" | 438 | ":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" |
| 439 | section in the Yocto Project Application Development and the Extensible | 439 | section in the Yocto Project Application Development and the Extensible |
| 440 | Software Development Kit (eSDK) manual. You can also see an example of | 440 | Software Development Kit (eSDK) manual. You can also see an example of |
| 441 | how to use ``devtool upgrade`` in the ":ref:`dev-manual/common-tasks:using \`\`devtool upgrade\`\``" | 441 | how to use ``devtool upgrade`` in the ":ref:`dev-manual/upgrading-recipes:using \`\`devtool upgrade\`\``" |
| 442 | section in the Yocto Project Development Tasks Manual. | 442 | section in the Yocto Project Development Tasks Manual. |
| 443 | 443 | ||
| 444 | .. _devtool-resetting-a-recipe: | 444 | .. _devtool-resetting-a-recipe: |
