From b232a4b50411344ee0e41e0d35ad596cfe81308c Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 30 Jul 2020 18:05:38 +0200 Subject: 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 Signed-off-by: Richard Purdie --- .../bitbake-user-manual-metadata.rst | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst') 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 directive does not produce an error when the file cannot be found. Consequently, it is recommended that if the file you are including is expected to exist, you should use - require + :ref:`require ` instead of include . Doing so makes sure that an error is produced if the file cannot be @@ -756,9 +756,7 @@ recipename do_foo: fourth .. note:: Overrides and override-style operators can be applied to any shell - function, not just - tasks - . + function, not just :ref:`tasks `. You can use the ``bitbake -e`` recipename command to view the final assembled function after all overrides have been applied. @@ -1009,9 +1007,7 @@ Additionally, the ``do_printdate`` task becomes dependent upon the after that initial run. If you want to force the task to always be rerun for experimentation purposes, you can make BitBake always consider the task "out-of-date" by using the - [ - nostamp - ] + :ref:`[nostamp] ` variable flag, as follows: :: @@ -1082,7 +1078,7 @@ the build machine cannot influence the build. things exported or listed in its whitelist to ensure that the build environment is reproducible and consistent. You can prevent this "cleaning" by setting the - BB_PRESERVE_ENV + :term:`BB_PRESERVE_ENV` variable. Consequently, 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 The mechanism for this class extension is extremely specific to the implementation. Usually, the recipe's - PROVIDES + :term:`PROVIDES` , - PN + :term:`PN` , and - DEPENDS + :term:`DEPENDS` variables would need to be modified by the extension class. For specific examples, see the OE-Core native -- cgit v1.2.3-54-g00ecf