diff options
Diffstat (limited to 'documentation/kernel-dev/concepts-appx.rst')
-rw-r--r-- | documentation/kernel-dev/concepts-appx.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/kernel-dev/concepts-appx.rst b/documentation/kernel-dev/concepts-appx.rst index 8ec3d6be45..b3a2f3abbf 100644 --- a/documentation/kernel-dev/concepts-appx.rst +++ b/documentation/kernel-dev/concepts-appx.rst | |||
@@ -221,7 +221,7 @@ the line-by-line code ``diff`` level is now a trivial operation. | |||
221 | The following illustration shows the conceptual Yocto Linux kernel. | 221 | The following illustration shows the conceptual Yocto Linux kernel. |
222 | 222 | ||
223 | .. image:: figures/kernel-architecture-overview.png | 223 | .. image:: figures/kernel-architecture-overview.png |
224 | :align: center | 224 | :width: 100% |
225 | 225 | ||
226 | In the illustration, the "Kernel.org Branch Point" marks the specific | 226 | In the illustration, the "Kernel.org Branch Point" marks the specific |
227 | spot (or Linux kernel release) from which the Yocto Linux kernel is | 227 | spot (or Linux kernel release) from which the Yocto Linux kernel is |
@@ -324,6 +324,7 @@ source files used during the build. | |||
324 | 324 | ||
325 | .. image:: figures/kernel-overview-2-generic.png | 325 | .. image:: figures/kernel-overview-2-generic.png |
326 | :align: center | 326 | :align: center |
327 | :width: 70% | ||
327 | 328 | ||
328 | Again, for additional information on the Yocto Project kernel's | 329 | Again, for additional information on the Yocto Project kernel's |
329 | architecture and its branching strategy, see the | 330 | architecture and its branching strategy, see the |