summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-29 09:55:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commitffa58f2985e9d9597367e631d0eee809a8ffb04b (patch)
tree6b4af25dc636f1a6766c42d81be7745e42e589a3 /documentation
parent0640f192064dab2e4db214b456f4dbfb469048cc (diff)
downloadpoky-ffa58f2985e9d9597367e631d0eee809a8ffb04b.tar.gz
sphinx: kernel-dev: add figures
(From yocto-docs rev: cd859cca2e6861fbb5bac68c2f6e972285c47dcb) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-concepts-appx.rst6
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.rst3
2 files changed, 9 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.rst b/documentation/kernel-dev/kernel-dev-concepts-appx.rst
index cf4c20aaeb..f65e960046 100644
--- a/documentation/kernel-dev/kernel-dev-concepts-appx.rst
+++ b/documentation/kernel-dev/kernel-dev-concepts-appx.rst
@@ -224,6 +224,9 @@ the line-by-line code ``diff`` level is now a trivial operation.
224 224
225The following illustration shows the conceptual Yocto Linux kernel. 225The following illustration shows the conceptual Yocto Linux kernel.
226 226
227.. image:: figures/kernel-architecture-overview.png
228 :align: center
229
227In the illustration, the "Kernel.org Branch Point" marks the specific 230In the illustration, the "Kernel.org Branch Point" marks the specific
228spot (or Linux kernel release) from which the Yocto Linux kernel is 231spot (or Linux kernel release) from which the Yocto Linux kernel is
229created. From this point forward in the tree, features and differences 232created. From this point forward in the tree, features and differences
@@ -324,6 +327,9 @@ host system when you build the kernel using Bitbake. This
324:term:`Build Directory` contains all the 327:term:`Build Directory` contains all the
325source files used during the build. 328source files used during the build.
326 329
330.. image:: figures/kernel-overview-2-generic.png
331 :align: center
332
327Again, for additional information on the Yocto Project kernel's 333Again, for additional information on the Yocto Project kernel's
328architecture and its branching strategy, see the "`Yocto Linux Kernel 334architecture and its branching strategy, see the "`Yocto Linux Kernel
329Architecture and Branching 335Architecture and Branching
diff --git a/documentation/kernel-dev/kernel-dev-intro.rst b/documentation/kernel-dev/kernel-dev-intro.rst
index cb4ffcf13b..4da3af8dae 100644
--- a/documentation/kernel-dev/kernel-dev-intro.rst
+++ b/documentation/kernel-dev/kernel-dev-intro.rst
@@ -110,6 +110,9 @@ This section presents a high-level overview of the Yocto Project kernel
110modification workflow. The illustration and accompanying list provide 110modification workflow. The illustration and accompanying list provide
111general information and references for further information. 111general information and references for further information.
112 112
113.. image:: figures/kernel-dev-flow.png
114 :align: center
115
1131. *Set up Your Host Development System to Support Development Using the 1161. *Set up Your Host Development System to Support Development Using the
114 Yocto Project*: See the "`Setting Up the Development Host to Use the 117 Yocto Project*: See the "`Setting Up the Development Host to Use the
115 Yocto Project <&YOCTO_DOCS_DEV_URL;#dev-manual-start>`__" section in 118 Yocto Project <&YOCTO_DOCS_DEV_URL;#dev-manual-start>`__" section in