summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-extensible.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-29 11:44:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commite6c9507240ffd3369196b11193f3b8a0ad4c3b65 (patch)
tree1f8706774b7c8a0723533ed9527d413ce617c81d /documentation/sdk-manual/sdk-extensible.rst
parentc7ff908b50eb12eef0d3da94ae1ee8a3b34ad4c1 (diff)
downloadpoky-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.rst9
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
226shows common development flows you would use with the ``devtool add`` 226shows common development flows you would use with the ``devtool add``
227command: 227command:
228 228
229.. image:: figures/sdk-devtool-add-flow.png
230 :align: center
231
2291. *Generating the New Recipe*: The top part of the flow shows three 2321. *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
372diagram shows common development flows for the ``devtool modify`` 375diagram shows common development flows for the ``devtool modify``
373command: 376command:
374 377
378.. image:: figures/sdk-devtool-modify-flow.png
379 :align: center
380
3751. *Preparing to Modify the Code*: The top part of the flow shows three 3811. *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
576The following diagram shows the common development flow used with the 582The 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
5791. *Initiate the Upgrade*: The top part of the flow shows the typical 5881. *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: