diff options
-rw-r--r-- | documentation/kernel-dev/kernel-dev-concepts-appx.rst | 6 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.rst | 3 |
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 | ||
225 | The following illustration shows the conceptual Yocto Linux kernel. | 225 | The following illustration shows the conceptual Yocto Linux kernel. |
226 | 226 | ||
227 | .. image:: figures/kernel-architecture-overview.png | ||
228 | :align: center | ||
229 | |||
227 | In the illustration, the "Kernel.org Branch Point" marks the specific | 230 | In the illustration, the "Kernel.org Branch Point" marks the specific |
228 | spot (or Linux kernel release) from which the Yocto Linux kernel is | 231 | spot (or Linux kernel release) from which the Yocto Linux kernel is |
229 | created. From this point forward in the tree, features and differences | 232 | created. 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 |
325 | source files used during the build. | 328 | source files used during the build. |
326 | 329 | ||
330 | .. image:: figures/kernel-overview-2-generic.png | ||
331 | :align: center | ||
332 | |||
327 | Again, for additional information on the Yocto Project kernel's | 333 | Again, for additional information on the Yocto Project kernel's |
328 | architecture and its branching strategy, see the "`Yocto Linux Kernel | 334 | architecture and its branching strategy, see the "`Yocto Linux Kernel |
329 | Architecture and Branching | 335 | Architecture 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 | |||
110 | modification workflow. The illustration and accompanying list provide | 110 | modification workflow. The illustration and accompanying list provide |
111 | general information and references for further information. | 111 | general information and references for further information. |
112 | 112 | ||
113 | .. image:: figures/kernel-dev-flow.png | ||
114 | :align: center | ||
115 | |||
113 | 1. *Set up Your Host Development System to Support Development Using the | 116 | 1. *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 |