summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-01-27 10:58:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-07 17:52:48 +0000
commitcfe5da1f75e7b9e43c89cd5f93976f05bb12edfe (patch)
tree0c1cfbf8048a9fb31ac21d597a365624fc2b14e5 /documentation/overview-manual
parent21521c621895019e8fc46b4118f9cbb6abf8b5bb (diff)
downloadpoky-cfe5da1f75e7b9e43c89cd5f93976f05bb12edfe.tar.gz
Move devtool doc from extensible to dev manual
[YOCTO #13417] devtool is not directly tied to the Extensible SDK anymore, and instructions in there can be split and added to the development manual. This patch is a simple bulk move, except for the following: - Intro added to the devtool.rst document (mostly copy-pasted from the devtool quick reference in the ref-manual). - Figures renamed to remove "sdk-" from filenames. - References to sdk-manual/extensible replaced by dev-manual/devtool. Reported-By: Paul Eggleton <bluelightning@bluelightning.org> (From yocto-docs rev: 044d3185b858fce1febcfe3a6834b883f9a598fa) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 70766559f8..d1fd6befc8 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -792,7 +792,7 @@ processes patches, see the
792":ref:`dev-manual/new-recipe:patching code`" 792":ref:`dev-manual/new-recipe:patching code`"
793section in the 793section in the
794Yocto Project Development Tasks Manual. You can also see the 794Yocto Project Development Tasks Manual. You can also see the
795":ref:`sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component`" 795":ref:`dev-manual/devtool:use \`\`devtool modify\`\` to modify the source of an existing component`"
796section in the Yocto Project Application Development and the Extensible 796section in the Yocto Project Application Development and the Extensible
797Software Development Kit (SDK) manual and the 797Software Development Kit (SDK) manual and the
798":ref:`kernel-dev/common:using traditional kernel development to patch the kernel`" 798":ref:`kernel-dev/common:using traditional kernel development to patch the kernel`"