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