summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-30 18:05:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:14:07 +0100
commitb232a4b50411344ee0e41e0d35ad596cfe81308c (patch)
treeb00e059325a46dee667972da2d9050d5afaf547b /bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
parent2df3190f13b23c8423adf907e8ce025d04b3f781 (diff)
downloadpoky-b232a4b50411344ee0e41e0d35ad596cfe81308c.tar.gz
bitbake: sphinx: fix links inside notes
For some notes with links, the links were lost during the pandoc conversion. (Bitbake rev: e11d2dd1adbcb35b45d6d0f3a47f8d06caab0b49) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
index 32d5b7bbcc..5edf97eaa9 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
@@ -79,8 +79,8 @@ discussion mailing list about the BitBake build tool.
79.. note:: 79.. note::
80 80
81 This example was inspired by and drew heavily from 81 This example was inspired by and drew heavily from
82 Mailing List post - The BitBake equivalent of "Hello, World!" 82 `Mailing List post - The BitBake equivalent of "Hello, World!"
83 . 83 <http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html>`_.
84 84
85As stated earlier, the goal of this example is to eventually compile 85As stated earlier, the goal of this example is to eventually compile
86"Hello World". However, it is unknown what BitBake needs and what you 86"Hello World". However, it is unknown what BitBake needs and what you
@@ -277,9 +277,8 @@ Following is the complete "Hello World" example.
277 277
278 .. note:: 278 .. note::
279 279
280 You can find additional information on layers in the " 280 You can find additional information on layers in the
281 Layers 281 ":ref:`bitbake-user-manual/bitbake-user-manual-intro:Layers`" section.
282 " section.
283 282
284 Minimally, you need a recipe file and a layer configuration file in 283 Minimally, you need a recipe file and a layer configuration file in
285 your layer. The configuration file needs to be in the ``conf`` 284 your layer. The configuration file needs to be in the ``conf``