diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-04-28 23:36:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
commit | afde290655c47bbd20bedcbc971fcf59302ecd83 (patch) | |
tree | ab5d87163c601ca6437d8dc0f2227d54cfa557d6 /documentation/overview-manual/overview-manual-development-environment.rst | |
parent | 0b84b3dd769d5d4dd3261836eee989da5ff0353b (diff) | |
download | poky-afde290655c47bbd20bedcbc971fcf59302ecd83.tar.gz |
sphinx: overview-manual: add figures
The automatic conversion with pandoc skipped the figures. Add them
manually.
(From yocto-docs rev: 1c2d071b7963490e8126a0b81792bda7a7c0bc8c)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-development-environment.rst')
-rw-r--r-- | documentation/overview-manual/overview-manual-development-environment.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst index 4e6770c4f4..abd775be84 100644 --- a/documentation/overview-manual/overview-manual-development-environment.rst +++ b/documentation/overview-manual/overview-manual-development-environment.rst | |||
@@ -179,6 +179,9 @@ development: | |||
179 | Yocto Metadata Layers. You can create local copies of Git | 179 | Yocto Metadata Layers. You can create local copies of Git |
180 | repositories for each of these areas. | 180 | repositories for each of these areas. |
181 | 181 | ||
182 | .. image:: figures/source-repos.png | ||
183 | :align: center | ||
184 | |||
182 | For steps on how to view and access these upstream Git repositories, | 185 | For steps on how to view and access these upstream Git repositories, |
183 | see the "`Accessing Source | 186 | see the "`Accessing Source |
184 | Repositories <&YOCTO_DOCS_DEV_URL;#accessing-source-repositories>`__" | 187 | Repositories <&YOCTO_DOCS_DEV_URL;#accessing-source-repositories>`__" |
@@ -191,6 +194,9 @@ development: | |||
191 | these files does not produce a local copy of the Git repository but | 194 | these files does not produce a local copy of the Git repository but |
192 | rather a snapshot of a particular release or image. | 195 | rather a snapshot of a particular release or image. |
193 | 196 | ||
197 | .. image:: figures/index-downloads.png | ||
198 | :align: center | ||
199 | |||
194 | For steps on how to view and access these files, see the "`Accessing | 200 | For steps on how to view and access these files, see the "`Accessing |
195 | Index of | 201 | Index of |
196 | Releases <&YOCTO_DOCS_DEV_URL;#accessing-index-of-releases>`__" | 202 | Releases <&YOCTO_DOCS_DEV_URL;#accessing-index-of-releases>`__" |
@@ -205,6 +211,9 @@ development: | |||
205 | form. The tarballs are similar to those found in the `Index of | 211 | form. The tarballs are similar to those found in the `Index of |
206 | /releases: <&YOCTO_DL_URL;/releases/>`__ area. | 212 | /releases: <&YOCTO_DL_URL;/releases/>`__ area. |
207 | 213 | ||
214 | .. image:: figures/yp-download.png | ||
215 | :align: center | ||
216 | |||
208 | For steps on how to use the "DOWNLOADS" page, see the "`Using the | 217 | For steps on how to use the "DOWNLOADS" page, see the "`Using the |
209 | Downloads Page <&YOCTO_DOCS_DEV_URL;#using-the-downloads-page>`__" | 218 | Downloads Page <&YOCTO_DOCS_DEV_URL;#using-the-downloads-page>`__" |
210 | section in the Yocto Project Development Tasks Manual. | 219 | section in the Yocto Project Development Tasks Manual. |
@@ -285,6 +294,9 @@ develop, test, and submit changes to "contrib" areas for the maintainer | |||
285 | to examine. The maintainer then chooses which changes are going to | 294 | to examine. The maintainer then chooses which changes are going to |
286 | become a permanent part of the project. | 295 | become a permanent part of the project. |
287 | 296 | ||
297 | .. image:: figures/git-workflow.png | ||
298 | :align: center | ||
299 | |||
288 | While each development environment is unique, there are some best | 300 | While each development environment is unique, there are some best |
289 | practices or methods that help development run smoothly. The following | 301 | practices or methods that help development run smoothly. The following |
290 | list describes some of these practices. For more information about Git | 302 | list describes some of these practices. For more information about Git |