diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-04 11:22:40 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-10 12:52:35 +0100 |
| commit | 14c7cd24a579c00e18ad20e367e479389107da26 (patch) | |
| tree | 68136bd52e8cc63ed742b8a50a27059595b56a38 /documentation/kernel-dev | |
| parent | 6a92d985e55f3947e988b71792bb298ed232b7ad (diff) | |
| download | poky-14c7cd24a579c00e18ad20e367e479389107da26.tar.gz | |
manuals: improve the width of diagrams
Better for EPUB output in particular
- Make some diagrams wider when necessary
- Remove ":align: center" when we have ":width: 100%"
- Update the standards.md files to mention this
(From yocto-docs rev: 848ba7bd8984cc3f4bf6b818259865011cde0476)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/concepts-appx.rst | 3 | ||||
| -rw-r--r-- | documentation/kernel-dev/intro.rst | 2 |
2 files changed, 3 insertions, 2 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 |
diff --git a/documentation/kernel-dev/intro.rst b/documentation/kernel-dev/intro.rst index e406f6e47f..b9ce7f241c 100644 --- a/documentation/kernel-dev/intro.rst +++ b/documentation/kernel-dev/intro.rst | |||
| @@ -106,7 +106,7 @@ modification workflow. The illustration and accompanying list provide | |||
| 106 | general information and references for further information. | 106 | general information and references for further information. |
| 107 | 107 | ||
| 108 | .. image:: figures/kernel-dev-flow.png | 108 | .. image:: figures/kernel-dev-flow.png |
| 109 | :align: center | 109 | :width: 100% |
| 110 | 110 | ||
| 111 | 1. *Set up Your Host Development System to Support Development Using the | 111 | 1. *Set up Your Host Development System to Support Development Using the |
| 112 | Yocto Project*: See the ":doc:`/dev-manual/start`" section in | 112 | Yocto Project*: See the ":doc:`/dev-manual/start`" section in |
