diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-31 17:58:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | f3e7db78adf417231ce29eb6a9a28a74857a2954 (patch) | |
tree | c6faab74fc9b7b2d368bd610486065f3ab53e580 /documentation/bsp-guide | |
parent | 18df4a836845c6d7dec389a95623a472c19acdfe (diff) | |
download | poky-f3e7db78adf417231ce29eb6a9a28a74857a2954.tar.gz |
sphinx: add links to section in the Bitbake manual
Use intersphinx extension to replace links to the Bitbake manual with
proper cross references.
(From yocto-docs rev: 458a6e540a2286ac838812d802306806f77b885c)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 663d9478a4..cdde41af63 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -789,8 +789,8 @@ workflow. | |||
789 | 789 | ||
790 | 7. *Build the Image:* The OpenEmbedded build system uses the BitBake | 790 | 7. *Build the Image:* The OpenEmbedded build system uses the BitBake |
791 | tool to build images based on the type of image you want to create. | 791 | tool to build images based on the type of image you want to create. |
792 | You can find more information about BitBake in the `BitBake User | 792 | You can find more information about BitBake in the |
793 | Manual <&YOCTO_DOCS_BB_URL;>`__. | 793 | :doc:`BitBake User Manual <bitbake:index>`. |
794 | 794 | ||
795 | The build process supports several types of images to satisfy | 795 | The build process supports several types of images to satisfy |
796 | different needs. See the | 796 | different needs. See the |