summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-yp-intro.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-04-28 23:36:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commitafde290655c47bbd20bedcbc971fcf59302ecd83 (patch)
treeab5d87163c601ca6437d8dc0f2227d54cfa557d6 /documentation/overview-manual/overview-manual-yp-intro.rst
parent0b84b3dd769d5d4dd3261836eee989da5ff0353b (diff)
downloadpoky-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.rst13
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
21software customizations and build interchange for multiple hardware 21software customizations and build interchange for multiple hardware
22platforms as well as software stacks that can be maintained and scaled. 22platforms as well as software stacks that can be maintained and scaled.
23 23
24.. image:: figures/key-dev-elements.png
25 :align: center
26
24For further introductory information on the Yocto Project, you might be 27For further introductory information on the Yocto Project, you might be
25interested in this 28interested 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
705The following figure illustrates what generally comprises Poky: 708The 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
784The `OpenEmbedded build 790The `OpenEmbedded build
785system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ uses a "workflow" to 791system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ uses a "workflow" to
786accomplish image and SDK generation. The following figure overviews that 792accomplish image and SDK generation. The following figure overviews that
787workflow: Following is a brief summary of the "workflow": 793workflow:
794
795.. image:: figures/YP-flow-diagram.png
796 :align: center
797
798Following is a brief summary of the "workflow":
788 799
7891. Developers specify architecture, policies, patches and configuration 8001. Developers specify architecture, policies, patches and configuration
790 details. 801 details.