diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-01-27 10:58:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-07 17:52:48 +0000 |
commit | cfe5da1f75e7b9e43c89cd5f93976f05bb12edfe (patch) | |
tree | 0c1cfbf8048a9fb31ac21d597a365624fc2b14e5 /documentation/migration-guides | |
parent | 21521c621895019e8fc46b4118f9cbb6abf8b5bb (diff) | |
download | poky-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/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-2.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-2.1.rst b/documentation/migration-guides/migration-2.1.rst index 18b05b52cc..4d7aa15af5 100644 --- a/documentation/migration-guides/migration-2.1.rst +++ b/documentation/migration-guides/migration-2.1.rst | |||
@@ -382,7 +382,7 @@ These additional changes exist: | |||
382 | removed at runtime). | 382 | removed at runtime). |
383 | 383 | ||
384 | - The | 384 | - The |
385 | :ref:`devtool modify <sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component>` | 385 | :ref:`devtool modify <dev-manual/devtool:use \`\`devtool modify\`\` to modify the source of an existing component>` |
386 | command now defaults to extracting the source since that is most | 386 | command now defaults to extracting the source since that is most |
387 | commonly expected. The ``-x`` or ``--extract`` options are now no-ops. If | 387 | commonly expected. The ``-x`` or ``--extract`` options are now no-ops. If |
388 | you wish to provide your own existing source tree, you will now need | 388 | you wish to provide your own existing source tree, you will now need |