summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-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/sdk-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/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-obtain.rst3
-rw-r--r--documentation/sdk-manual/extensible.rst6
-rw-r--r--documentation/sdk-manual/intro.rst2
-rw-r--r--documentation/sdk-manual/working-projects.rst2
4 files changed, 7 insertions, 6 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst
index 841abac5aa..ece378c75e 100644
--- a/documentation/sdk-manual/appendix-obtain.rst
+++ b/documentation/sdk-manual/appendix-obtain.rst
@@ -265,8 +265,7 @@ install the Standard SDK by running the ``*.sh`` SDK installation
265script: 265script:
266 266
267.. image:: figures/sdk-installed-standard-sdk-directory.png 267.. image:: figures/sdk-installed-standard-sdk-directory.png
268 :scale: 80% 268 :scale: 100%
269 :align: center
270 269
271The installed SDK consists of an environment setup script for the SDK, a 270The installed SDK consists of an environment setup script for the SDK, a
272configuration file for the target, a version file for the target, and 271configuration file for the target, a version file for the target, and
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index c5970f74fa..6bb262273d 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -233,7 +233,7 @@ shows common development flows you would use with the ``devtool add``
233command: 233command:
234 234
235.. image:: figures/sdk-devtool-add-flow.png 235.. image:: figures/sdk-devtool-add-flow.png
236 :align: center 236 :width: 100%
237 237
2381. *Generating the New Recipe*: The top part of the flow shows three 2381. *Generating the New Recipe*: The top part of the flow shows three
239 scenarios by which you could use ``devtool add`` to generate a recipe 239 scenarios by which you could use ``devtool add`` to generate a recipe
@@ -401,7 +401,7 @@ diagram shows common development flows for the ``devtool modify``
401command: 401command:
402 402
403.. image:: figures/sdk-devtool-modify-flow.png 403.. image:: figures/sdk-devtool-modify-flow.png
404 :align: center 404 :width: 100%
405 405
4061. *Preparing to Modify the Code*: The top part of the flow shows three 4061. *Preparing to Modify the Code*: The top part of the flow shows three
407 scenarios by which you could use ``devtool modify`` to prepare to 407 scenarios by which you could use ``devtool modify`` to prepare to
@@ -620,7 +620,7 @@ The following diagram shows the common development flow used with the
620``devtool upgrade`` command: 620``devtool upgrade`` command:
621 621
622.. image:: figures/sdk-devtool-upgrade-flow.png 622.. image:: figures/sdk-devtool-upgrade-flow.png
623 :align: center 623 :width: 100%
624 624
6251. *Initiate the Upgrade*: The top part of the flow shows the typical 6251. *Initiate the Upgrade*: The top part of the flow shows the typical
626 scenario by which you use the ``devtool upgrade`` command. The 626 scenario by which you use the ``devtool upgrade`` command. The
diff --git a/documentation/sdk-manual/intro.rst b/documentation/sdk-manual/intro.rst
index 802d3f3d42..ce00538b2a 100644
--- a/documentation/sdk-manual/intro.rst
+++ b/documentation/sdk-manual/intro.rst
@@ -149,7 +149,7 @@ SDK Development Model
149Fundamentally, the SDK fits into the development process as follows: 149Fundamentally, the SDK fits into the development process as follows:
150 150
151.. image:: figures/sdk-environment.png 151.. image:: figures/sdk-environment.png
152 :align: center 152 :width: 100%
153 153
154The SDK is installed on any machine and can be used to develop applications, 154The SDK is installed on any machine and can be used to develop applications,
155images, and kernels. An SDK can even be used by a QA Engineer or Release 155images, and kernels. An SDK can even be used by a QA Engineer or Release
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst
index 276daa9bb6..efef5c8bd2 100644
--- a/documentation/sdk-manual/working-projects.rst
+++ b/documentation/sdk-manual/working-projects.rst
@@ -19,6 +19,7 @@ The following figure presents a simple Autotools workflow.
19 19
20.. image:: figures/sdk-autotools-flow.png 20.. image:: figures/sdk-autotools-flow.png
21 :align: center 21 :align: center
22 :width: 70%
22 23
23Follow these steps to create a simple Autotools-based "Hello World" 24Follow these steps to create a simple Autotools-based "Hello World"
24project: 25project:
@@ -168,6 +169,7 @@ variables and Makefile variables during development.
168 169
169.. image:: figures/sdk-makefile-flow.png 170.. image:: figures/sdk-makefile-flow.png
170 :align: center 171 :align: center
172 :width: 70%
171 173
172The main point of this section is to explain the following three cases 174The main point of this section is to explain the following three cases
173regarding variable behavior: 175regarding variable behavior: