summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.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-metadata.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-metadata.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst18
1 files changed, 7 insertions, 11 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index cea8d5ba25..c0eb118eb5 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -639,7 +639,7 @@ definitions: include test_defs.inc
639 directive does not produce an error when the file cannot be found. 639 directive does not produce an error when the file cannot be found.
640 Consequently, it is recommended that if the file you are including is 640 Consequently, it is recommended that if the file you are including is
641 expected to exist, you should use 641 expected to exist, you should use
642 require 642 :ref:`require <require-inclusion>`
643 instead of 643 instead of
644 include 644 include
645 . Doing so makes sure that an error is produced if the file cannot be 645 . Doing so makes sure that an error is produced if the file cannot be
@@ -756,9 +756,7 @@ recipename do_foo: fourth
756.. note:: 756.. note::
757 757
758 Overrides and override-style operators can be applied to any shell 758 Overrides and override-style operators can be applied to any shell
759 function, not just 759 function, not just :ref:`tasks <bitbake-user-manual/bitbake-user-manual-metadata:Tasks>`.
760 tasks
761 .
762 760
763You can use the ``bitbake -e`` recipename command to view the final 761You can use the ``bitbake -e`` recipename command to view the final
764assembled function after all overrides have been applied. 762assembled function after all overrides have been applied.
@@ -1009,9 +1007,7 @@ Additionally, the ``do_printdate`` task becomes dependent upon the
1009 after that initial run. If you want to force the task to always be 1007 after that initial run. If you want to force the task to always be
1010 rerun for experimentation purposes, you can make BitBake always 1008 rerun for experimentation purposes, you can make BitBake always
1011 consider the task "out-of-date" by using the 1009 consider the task "out-of-date" by using the
1012 [ 1010 :ref:`[nostamp] <bitbake-user-manual/bitbake-user-manual-metadata:Variable Flags>`
1013 nostamp
1014 ]
1015 variable flag, as follows: 1011 variable flag, as follows:
1016 :: 1012 ::
1017 1013
@@ -1082,7 +1078,7 @@ the build machine cannot influence the build.
1082 things exported or listed in its whitelist to ensure that the build 1078 things exported or listed in its whitelist to ensure that the build
1083 environment is reproducible and consistent. You can prevent this 1079 environment is reproducible and consistent. You can prevent this
1084 "cleaning" by setting the 1080 "cleaning" by setting the
1085 BB_PRESERVE_ENV 1081 :term:`BB_PRESERVE_ENV`
1086 variable. 1082 variable.
1087 1083
1088Consequently, if you do want something to get passed into the build task 1084Consequently, if you do want something to get passed into the build task
@@ -1397,11 +1393,11 @@ incarnations are buildable. These features are enabled through the
1397 1393
1398 The mechanism for this class extension is extremely specific to the 1394 The mechanism for this class extension is extremely specific to the
1399 implementation. Usually, the recipe's 1395 implementation. Usually, the recipe's
1400 PROVIDES 1396 :term:`PROVIDES`
1401 , 1397 ,
1402 PN 1398 :term:`PN`
1403 , and 1399 , and
1404 DEPENDS 1400 :term:`DEPENDS`
1405 variables would need to be modified by the extension class. For 1401 variables would need to be modified by the extension class. For
1406 specific examples, see the OE-Core 1402 specific examples, see the OE-Core
1407 native 1403 native