mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
21521c6218
commit
cfe5da1f75
1327
documentation/dev-manual/devtool.rst
Normal file
1327
documentation/dev-manual/devtool.rst
Normal file
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
|
@ -23,6 +23,7 @@ Yocto Project Development Tasks Manual
|
|||
speeding-up-build
|
||||
libraries
|
||||
prebuilt-libraries
|
||||
devtool
|
||||
x32-psabi
|
||||
gobject-introspection
|
||||
external-toolchain
|
||||
|
|
|
@ -56,7 +56,7 @@ necessary when adding a recipe to build a new piece of software to be
|
|||
included in a build.
|
||||
|
||||
You can find a complete description of the ``devtool add`` command in
|
||||
the ":ref:`sdk-manual/extensible:a closer look at \`\`devtool add\`\``" section
|
||||
the ":ref:`dev-manual/devtool:a closer look at \`\`devtool add\`\``" section
|
||||
in the Yocto Project Application Development and the Extensible Software
|
||||
Development Kit (eSDK) manual.
|
||||
|
||||
|
|
|
@ -203,7 +203,7 @@ As mentioned earlier, an alternative method for upgrading recipes to
|
|||
newer versions is to use
|
||||
:doc:`devtool upgrade </ref-manual/devtool-reference>`.
|
||||
You can read about ``devtool upgrade`` in general in the
|
||||
":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
|
||||
":ref:`dev-manual/devtool:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
|
||||
section in the Yocto Project Application Development and the Extensible
|
||||
Software Development Kit (eSDK) Manual.
|
||||
|
||||
|
|
|
@ -382,7 +382,7 @@ These additional changes exist:
|
|||
removed at runtime).
|
||||
|
||||
- The
|
||||
:ref:`devtool modify <sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component>`
|
||||
:ref:`devtool modify <dev-manual/devtool:use \`\`devtool modify\`\` to modify the source of an existing component>`
|
||||
command now defaults to extracting the source since that is most
|
||||
commonly expected. The ``-x`` or ``--extract`` options are now no-ops. If
|
||||
you wish to provide your own existing source tree, you will now need
|
||||
|
|
|
@ -792,7 +792,7 @@ processes patches, see the
|
|||
":ref:`dev-manual/new-recipe:patching code`"
|
||||
section in the
|
||||
Yocto Project Development Tasks Manual. You can also see the
|
||||
":ref:`sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component`"
|
||||
":ref:`dev-manual/devtool:use \`\`devtool modify\`\` to modify the source of an existing component`"
|
||||
section in the Yocto Project Application Development and the Extensible
|
||||
Software Development Kit (SDK) manual and the
|
||||
":ref:`kernel-dev/common:using traditional kernel development to patch the kernel`"
|
||||
|
|
|
@ -432,7 +432,7 @@ revision to which you want to upgrade (i.e. the
|
|||
forth.
|
||||
|
||||
You can read more on the ``devtool upgrade`` workflow in the
|
||||
":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
|
||||
":ref:`dev-manual/devtool:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
|
||||
section in the Yocto Project Application Development and the Extensible
|
||||
Software Development Kit (eSDK) manual. You can also see an example of
|
||||
how to use ``devtool upgrade`` in the ":ref:`dev-manual/upgrading-recipes:using \`\`devtool upgrade\`\``"
|
||||
|
|
|
@ -8642,7 +8642,7 @@ system and gives an overview of their function and contents.
|
|||
|
||||
For information on how staging for recipe-specific sysroots occurs,
|
||||
see the :ref:`ref-tasks-populate_sysroot`
|
||||
task, the ":ref:`sdk-manual/extensible:sharing files between recipes`"
|
||||
task, the ":ref:`dev-manual/devtool:sharing files between recipes`"
|
||||
section in the Yocto Project Development Tasks Manual, the
|
||||
":ref:`overview-manual/concepts:configuration, compilation, and staging`"
|
||||
section in the Yocto Project Overview and Concepts Manual, and the
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -136,7 +136,7 @@ contact us with other suggestions.
|
|||
valuable links: :ref:`dev-manual/development-shell:Using a Development
|
||||
Shell` for information on how to build and run a specific task using
|
||||
devshell. Also, the :ref:`SDK manual shows how to build out a specific recipe
|
||||
<sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component>`.
|
||||
<dev-manual/devtool:use \`\`devtool modify\`\` to modify the source of an existing component>`.
|
||||
|
||||
#. **An ambiguous definition: Package vs Recipe:**
|
||||
A recipe contains instructions the build system uses to create
|
||||
|
|
Loading…
Reference in New Issue
Block a user