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-yp-intro.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-yp-intro.rst')
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index 62257c26b9..06eeed5cb5 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst | |||
@@ -21,6 +21,9 @@ comes to delivering embedded software stacks. The project allows | |||
21 | software customizations and build interchange for multiple hardware | 21 | software customizations and build interchange for multiple hardware |
22 | platforms as well as software stacks that can be maintained and scaled. | 22 | platforms as well as software stacks that can be maintained and scaled. |
23 | 23 | ||
24 | .. image:: figures/key-dev-elements.png | ||
25 | :align: center | ||
26 | |||
24 | For further introductory information on the Yocto Project, you might be | 27 | For further introductory information on the Yocto Project, you might be |
25 | interested in this | 28 | interested in this |
26 | `article <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my-IoT-Project->`__ | 29 | `article <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my-IoT-Project->`__ |
@@ -704,6 +707,9 @@ Repositories <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/>`__. | |||
704 | 707 | ||
705 | The following figure illustrates what generally comprises Poky: | 708 | The following figure illustrates what generally comprises Poky: |
706 | 709 | ||
710 | .. image:: figures/poky-reference-distribution.png | ||
711 | :align: center | ||
712 | |||
707 | - BitBake is a task executor and scheduler that is the heart of the | 713 | - BitBake is a task executor and scheduler that is the heart of the |
708 | OpenEmbedded build system. | 714 | OpenEmbedded build system. |
709 | 715 | ||
@@ -784,7 +790,12 @@ The OpenEmbedded Build System Workflow | |||
784 | The `OpenEmbedded build | 790 | The `OpenEmbedded build |
785 | system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ uses a "workflow" to | 791 | system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ uses a "workflow" to |
786 | accomplish image and SDK generation. The following figure overviews that | 792 | accomplish image and SDK generation. The following figure overviews that |
787 | workflow: Following is a brief summary of the "workflow": | 793 | workflow: |
794 | |||
795 | .. image:: figures/YP-flow-diagram.png | ||
796 | :align: center | ||
797 | |||
798 | Following is a brief summary of the "workflow": | ||
788 | 799 | ||
789 | 1. Developers specify architecture, policies, patches and configuration | 800 | 1. Developers specify architecture, policies, patches and configuration |
790 | details. | 801 | details. |