summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
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/sdk-manual
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/sdk-manual')
-rw-r--r--documentation/sdk-manual/extensible.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index ed38ac3f3f..4d36270e64 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -652,7 +652,7 @@ counterparts.
652 ``devtool upgrade`` 652 ``devtool upgrade``
653 happens to be one. You can read about all the methods by which you 653 happens to be one. You can read about all the methods by which you
654 can upgrade recipes in the 654 can upgrade recipes in the
655 :ref:`dev-manual/common-tasks:upgrading recipes` section 655 :ref:`dev-manual/upgrading-recipes:upgrading recipes` section
656 of the Yocto Project Development Tasks Manual. 656 of the Yocto Project Development Tasks Manual.
657 657
658The ``devtool upgrade`` command is flexible enough to allow you to 658The ``devtool upgrade`` command is flexible enough to allow you to
@@ -1114,7 +1114,7 @@ links created within the source tree:
1114 - ``sysroot-destdir/``: Contains a subset of files installed within 1114 - ``sysroot-destdir/``: Contains a subset of files installed within
1115 :ref:`ref-tasks-install` that have been put into the shared sysroot. For 1115 :ref:`ref-tasks-install` that have been put into the shared sysroot. For
1116 more information, see the 1116 more information, see the
1117 ":ref:`dev-manual/common-tasks:sharing files between recipes`" section. 1117 ":ref:`dev-manual/new-recipe:sharing files between recipes`" section.
1118 1118
1119 - ``packages-split/``: Contains subdirectories for each package 1119 - ``packages-split/``: Contains subdirectories for each package
1120 produced by the recipe. For more information, see the 1120 produced by the recipe. For more information, see the