summaryrefslogtreecommitdiffstats
path: root/documentation/ref-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/ref-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/ref-manual')
-rw-r--r--documentation/ref-manual/devtool-reference.rst2
-rw-r--r--documentation/ref-manual/variables.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index a6ea00c210..e173720e1a 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -432,7 +432,7 @@ revision to which you want to upgrade (i.e. the
432forth. 432forth.
433 433
434You can read more on the ``devtool upgrade`` workflow in the 434You can read more on the ``devtool upgrade`` workflow in the
435":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" 435":ref:`dev-manual/devtool:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
436section in the Yocto Project Application Development and the Extensible 436section in the Yocto Project Application Development and the Extensible
437Software Development Kit (eSDK) manual. You can also see an example of 437Software Development Kit (eSDK) manual. You can also see an example of
438how to use ``devtool upgrade`` in the ":ref:`dev-manual/upgrading-recipes:using \`\`devtool upgrade\`\``" 438how to use ``devtool upgrade`` in the ":ref:`dev-manual/upgrading-recipes:using \`\`devtool upgrade\`\``"
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 47d4e814fd..86023195d3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8642,7 +8642,7 @@ system and gives an overview of their function and contents.
8642 8642
8643 For information on how staging for recipe-specific sysroots occurs, 8643 For information on how staging for recipe-specific sysroots occurs,
8644 see the :ref:`ref-tasks-populate_sysroot` 8644 see the :ref:`ref-tasks-populate_sysroot`
8645 task, the ":ref:`sdk-manual/extensible:sharing files between recipes`" 8645 task, the ":ref:`dev-manual/devtool:sharing files between recipes`"
8646 section in the Yocto Project Development Tasks Manual, the 8646 section in the Yocto Project Development Tasks Manual, the
8647 ":ref:`overview-manual/concepts:configuration, compilation, and staging`" 8647 ":ref:`overview-manual/concepts:configuration, compilation, and staging`"
8648 section in the Yocto Project Overview and Concepts Manual, and the 8648 section in the Yocto Project Overview and Concepts Manual, and the