diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-29 11:44:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | e6c9507240ffd3369196b11193f3b8a0ad4c3b65 (patch) | |
tree | 1f8706774b7c8a0723533ed9527d413ce617c81d /documentation/sdk-manual/sdk-extensible.rst | |
parent | c7ff908b50eb12eef0d3da94ae1ee8a3b34ad4c1 (diff) | |
download | poky-e6c9507240ffd3369196b11193f3b8a0ad4c3b65.tar.gz |
sphinx: sdk-manual: add figures
(From yocto-docs rev: 33f46470d53790ae986294e1776c5ca23f764976)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-extensible.rst')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.rst b/documentation/sdk-manual/sdk-extensible.rst index 3df2174fd9..2652b4acd4 100644 --- a/documentation/sdk-manual/sdk-extensible.rst +++ b/documentation/sdk-manual/sdk-extensible.rst | |||
@@ -226,6 +226,9 @@ with ``devtool add`` form different combinations. The following diagram | |||
226 | shows common development flows you would use with the ``devtool add`` | 226 | shows common development flows you would use with the ``devtool add`` |
227 | command: | 227 | command: |
228 | 228 | ||
229 | .. image:: figures/sdk-devtool-add-flow.png | ||
230 | :align: center | ||
231 | |||
229 | 1. *Generating the New Recipe*: The top part of the flow shows three | 232 | 1. *Generating the New Recipe*: The top part of the flow shows three |
230 | scenarios by which you could use ``devtool add`` to generate a recipe | 233 | scenarios by which you could use ``devtool add`` to generate a recipe |
231 | based on existing source code. | 234 | based on existing source code. |
@@ -372,6 +375,9 @@ with ``devtool modify`` form different combinations. The following | |||
372 | diagram shows common development flows for the ``devtool modify`` | 375 | diagram shows common development flows for the ``devtool modify`` |
373 | command: | 376 | command: |
374 | 377 | ||
378 | .. image:: figures/sdk-devtool-modify-flow.png | ||
379 | :align: center | ||
380 | |||
375 | 1. *Preparing to Modify the Code*: The top part of the flow shows three | 381 | 1. *Preparing to Modify the Code*: The top part of the flow shows three |
376 | scenarios by which you could use ``devtool modify`` to prepare to | 382 | scenarios by which you could use ``devtool modify`` to prepare to |
377 | work on source files. Each scenario assumes the following: | 383 | work on source files. Each scenario assumes the following: |
@@ -576,6 +582,9 @@ and work with any source file forms that the | |||
576 | The following diagram shows the common development flow used with the | 582 | The following diagram shows the common development flow used with the |
577 | ``devtool upgrade`` command: | 583 | ``devtool upgrade`` command: |
578 | 584 | ||
585 | .. image:: figures/sdk-devtool-upgrade-flow.png | ||
586 | :align: center | ||
587 | |||
579 | 1. *Initiate the Upgrade*: The top part of the flow shows the typical | 588 | 1. *Initiate the Upgrade*: The top part of the flow shows the typical |
580 | scenario by which you use the ``devtool upgrade`` command. The | 589 | scenario by which you use the ``devtool upgrade`` command. The |
581 | following conditions exist: | 590 | following conditions exist: |