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-working-projects.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-working-projects.rst')
| -rw-r--r-- | documentation/sdk-manual/sdk-working-projects.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.rst b/documentation/sdk-manual/sdk-working-projects.rst index d18568d60a..df216175c9 100644 --- a/documentation/sdk-manual/sdk-working-projects.rst +++ b/documentation/sdk-manual/sdk-working-projects.rst | |||
| @@ -18,6 +18,9 @@ workflow, which is outside of the :term:`OpenEmbedded Build System`. | |||
| 18 | 18 | ||
| 19 | The following figure presents a simple Autotools workflow. | 19 | The following figure presents a simple Autotools workflow. |
| 20 | 20 | ||
| 21 | .. image:: figures/sdk-autotools-flow.png | ||
| 22 | :align: center | ||
| 23 | |||
| 21 | Follow these steps to create a simple Autotools-based "Hello World" | 24 | Follow these steps to create a simple Autotools-based "Hello World" |
| 22 | project: | 25 | project: |
| 23 | 26 | ||
| @@ -128,6 +131,9 @@ This section presents a simple Makefile development flow and provides an | |||
| 128 | example that lets you see how you can use cross-toolchain environment | 131 | example that lets you see how you can use cross-toolchain environment |
| 129 | variables and Makefile variables during development. | 132 | variables and Makefile variables during development. |
| 130 | 133 | ||
| 134 | .. image:: figures/sdk-makefile-flow.png | ||
| 135 | :align: center | ||
| 136 | |||
| 131 | The main point of this section is to explain the following three cases | 137 | The main point of this section is to explain the following three cases |
| 132 | regarding variable behavior: | 138 | regarding variable behavior: |
| 133 | 139 | ||
