summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/devtool-reference.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-24 17:50:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit945c669138a76be18c6b4da4f8f907d2a5cfd83f (patch)
treecebff3cae5021d4fcceb5aa51fce1c2aead97ed2 /documentation/ref-manual/devtool-reference.rst
parent6fe3143800925463279d0664fc7f3372b53c6c52 (diff)
downloadpoky-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.rst4
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
410As software matures, upstream recipes are upgraded to newer versions. As 410As software matures, upstream recipes are upgraded to newer versions. As
411a developer, you need to keep your local recipes up-to-date with the 411a developer, you need to keep your local recipes up-to-date with the
412upstream version releases. There are several ways of upgrading recipes. 412upstream version releases. There are several ways of upgrading recipes.
413You can read about them in the ":ref:`dev-manual/common-tasks:upgrading recipes`" 413You can read about them in the ":ref:`dev-manual/upgrading-recipes:upgrading recipes`"
414section of the Yocto Project Development Tasks Manual. This section 414section of the Yocto Project Development Tasks Manual. This section
415overviews the ``devtool upgrade`` command. 415overviews 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`"
439section in the Yocto Project Application Development and the Extensible 439section in the Yocto Project Application Development and the Extensible
440Software Development Kit (eSDK) manual. You can also see an example of 440Software Development Kit (eSDK) manual. You can also see an example of
441how to use ``devtool upgrade`` in the ":ref:`dev-manual/common-tasks:using \`\`devtool upgrade\`\``" 441how to use ``devtool upgrade`` in the ":ref:`dev-manual/upgrading-recipes:using \`\`devtool upgrade\`\``"
442section in the Yocto Project Development Tasks Manual. 442section in the Yocto Project Development Tasks Manual.
443 443
444.. _devtool-resetting-a-recipe: 444.. _devtool-resetting-a-recipe: