diff options
Diffstat (limited to 'documentation/sdk-manual')
| -rw-r--r-- | documentation/sdk-manual/appendix-obtain.rst | 3 | ||||
| -rw-r--r-- | documentation/sdk-manual/extensible.rst | 6 | ||||
| -rw-r--r-- | documentation/sdk-manual/intro.rst | 2 | ||||
| -rw-r--r-- | documentation/sdk-manual/working-projects.rst | 2 |
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 | |||
| 265 | script: | 265 | script: |
| 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 | ||
| 271 | The installed SDK consists of an environment setup script for the SDK, a | 270 | The installed SDK consists of an environment setup script for the SDK, a |
| 272 | configuration file for the target, a version file for the target, and | 271 | configuration 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`` | |||
| 233 | command: | 233 | command: |
| 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 | ||
| 238 | 1. *Generating the New Recipe*: The top part of the flow shows three | 238 | 1. *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`` | |||
| 401 | command: | 401 | command: |
| 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 | ||
| 406 | 1. *Preparing to Modify the Code*: The top part of the flow shows three | 406 | 1. *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 | ||
| 625 | 1. *Initiate the Upgrade*: The top part of the flow shows the typical | 625 | 1. *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 | |||
| 149 | Fundamentally, the SDK fits into the development process as follows: | 149 | Fundamentally, 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 | ||
| 154 | The SDK is installed on any machine and can be used to develop applications, | 154 | The SDK is installed on any machine and can be used to develop applications, |
| 155 | images, and kernels. An SDK can even be used by a QA Engineer or Release | 155 | images, 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 | ||
| 23 | Follow these steps to create a simple Autotools-based "Hello World" | 24 | Follow these steps to create a simple Autotools-based "Hello World" |
| 24 | project: | 25 | project: |
| @@ -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 | ||
| 172 | The main point of this section is to explain the following three cases | 174 | The main point of this section is to explain the following three cases |
| 173 | regarding variable behavior: | 175 | regarding variable behavior: |
