diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-06-30 16:21:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
commit | 87f3435b399d76e2ec9976cdaf2403a8273b93e1 (patch) | |
tree | 06ef2fab4eba82b1ffb989705ded1b5ce9a86cfa /documentation/bsp-guide | |
parent | 2c3298d72e484a1809ac8a588a1730fc93123af4 (diff) | |
download | poky-87f3435b399d76e2ec9976cdaf2403a8273b93e1.tar.gz |
sphinx: bsp-guide: add figures
(From yocto-docs rev: 5341150c11270633fdb1428a59a3b7bd72123e7f)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index cdc567e488..42c8190124 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -686,6 +686,9 @@ section. | |||
686 | The following illustration and list summarize the BSP creation general | 686 | The following illustration and list summarize the BSP creation general |
687 | workflow. | 687 | workflow. |
688 | 688 | ||
689 | .. image:: figures/bsp-dev-flow.png | ||
690 | :align: center | ||
691 | |||
689 | 1. *Set up Your Host Development System to Support Development Using the | 692 | 1. *Set up Your Host Development System to Support Development Using the |
690 | Yocto Project*: See the "`Preparing the Build | 693 | Yocto Project*: See the "`Preparing the Build |
691 | Host <&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host>`__" section | 694 | Host <&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host>`__" section |