summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
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/brief-yoctoprojectqs
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/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index d322bbca6b..cfdd14ae4a 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -361,7 +361,7 @@ Follow these steps to add a hardware layer:
361 361
362 You can find 362 You can find
363 more information on adding layers in the 363 more information on adding layers in the
364 :ref:`dev-manual/common-tasks:adding a layer using the \`\`bitbake-layers\`\` script` 364 :ref:`dev-manual/layers:adding a layer using the \`\`bitbake-layers\`\` script`
365 section. 365 section.
366 366
367Completing these steps has added the ``meta-altera`` layer to your Yocto 367Completing these steps has added the ``meta-altera`` layer to your Yocto
@@ -396,7 +396,7 @@ The following commands run the tool to create a layer named
396 396
397For more information 397For more information
398on layers and how to create them, see the 398on layers and how to create them, see the
399:ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script` 399:ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`
400section in the Yocto Project Development Tasks Manual. 400section in the Yocto Project Development Tasks Manual.
401 401
402Where To Go Next 402Where To Go Next