summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
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/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 9b5a7536c1..f7632a5735 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -1125,6 +1125,7 @@ The remainder of the section provides details for the steps.
1125 1125
1126.. image:: figures/recipe-workflow.png 1126.. image:: figures/recipe-workflow.png
1127 :align: center 1127 :align: center
1128 :width: 50%
1128 1129
1129Locate or Automatically Create a Base Recipe 1130Locate or Automatically Create a Base Recipe
1130-------------------------------------------- 1131--------------------------------------------
@@ -3618,7 +3619,7 @@ Yocto Project Overview and Concepts Manual.
3618The following figure and list overviews the build process: 3619The following figure and list overviews the build process:
3619 3620
3620.. image:: figures/bitbake-build-flow.png 3621.. image:: figures/bitbake-build-flow.png
3621 :align: center 3622 :width: 100%
3622 3623
36231. *Set up Your Host Development System to Support Development Using the 36241. *Set up Your Host Development System to Support Development Using the
3624 Yocto Project*: See the ":doc:`start`" section for options on how to get a 3625 Yocto Project*: See the ":doc:`start`" section for options on how to get a
@@ -3736,6 +3737,7 @@ Follow these steps to set up and execute multiple configuration builds:
3736 3737
3737 .. image:: figures/multiconfig_files.png 3738 .. image:: figures/multiconfig_files.png
3738 :align: center 3739 :align: center
3740 :width: 50%
3739 3741
3740 The reason for this required file hierarchy is because the :term:`BBPATH` 3742 The reason for this required file hierarchy is because the :term:`BBPATH`
3741 variable is not constructed until the layers are parsed. 3743 variable is not constructed until the layers are parsed.
@@ -7691,7 +7693,7 @@ On a browser,
7691go to ``http://192.168.7.2:3000`` and you see the following: 7693go to ``http://192.168.7.2:3000`` and you see the following:
7692 7694
7693.. image:: figures/cute-files-npm-example.png 7695.. image:: figures/cute-files-npm-example.png
7694 :align: center 7696 :width: 100%
7695 7697
7696You can find the recipe in ``workspace/recipes/cute-files``. You can use 7698You can find the recipe in ``workspace/recipes/cute-files``. You can use
7697the recipe in any layer you choose. 7699the recipe in any layer you choose.
@@ -8215,6 +8217,7 @@ variable. Here is an example abbreviated listing:
8215 8217
8216.. image:: figures/buildhistory.png 8218.. image:: figures/buildhistory.png
8217 :align: center 8219 :align: center
8220 :width: 50%
8218 8221
8219At the top level, there is a ``metadata-revs`` file that lists the 8222At the top level, there is a ``metadata-revs`` file that lists the
8220revisions of the repositories for the enabled layers when the build was 8223revisions of the repositories for the enabled layers when the build was
@@ -8555,7 +8558,7 @@ instruction in the ``README`` file
8555Here is a sample screenshot of the interface: 8558Here is a sample screenshot of the interface:
8556 8559
8557.. image:: figures/buildhistory-web.png 8560.. image:: figures/buildhistory-web.png
8558 :align: center 8561 :width: 100%
8559 8562
8560Performing Automated Runtime Testing 8563Performing Automated Runtime Testing
8561==================================== 8564====================================