summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/yp-intro.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-05-04 11:22:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-10 12:52:35 +0100
commit14c7cd24a579c00e18ad20e367e479389107da26 (patch)
tree68136bd52e8cc63ed742b8a50a27059595b56a38 /documentation/overview-manual/yp-intro.rst
parent6a92d985e55f3947e988b71792bb298ed232b7ad (diff)
downloadpoky-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/overview-manual/yp-intro.rst')
-rw-r--r--documentation/overview-manual/yp-intro.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index f240ce0f4b..a2e0862459 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -24,7 +24,7 @@ software customizations and build interchange for multiple hardware
24platforms as well as software stacks that can be maintained and scaled. 24platforms as well as software stacks that can be maintained and scaled.
25 25
26.. image:: figures/key-dev-elements.png 26.. image:: figures/key-dev-elements.png
27 :align: center 27 :width: 100%
28 28
29For further introductory information on the Yocto Project, you might be 29For further introductory information on the Yocto Project, you might be
30interested in this 30interested in this
@@ -638,7 +638,7 @@ these items that make up the Poky repository in the
638The following figure illustrates what generally comprises Poky: 638The following figure illustrates what generally comprises Poky:
639 639
640.. image:: figures/poky-reference-distribution.png 640.. image:: figures/poky-reference-distribution.png
641 :align: center 641 :width: 100%
642 642
643- BitBake is a task executor and scheduler that is the heart of the 643- BitBake is a task executor and scheduler that is the heart of the
644 OpenEmbedded build system. 644 OpenEmbedded build system.
@@ -720,7 +720,7 @@ accomplish image and SDK generation. The following figure overviews that
720workflow: 720workflow:
721 721
722.. image:: figures/YP-flow-diagram.png 722.. image:: figures/YP-flow-diagram.png
723 :align: center 723 :width: 100%
724 724
725Following is a brief summary of the "workflow": 725Following is a brief summary of the "workflow":
726 726