summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-30 18:19:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:14:07 +0100
commit9dfd6e1aa11886e16b63d9418e1de7c7faf00132 (patch)
tree66edaab86a1b0e753ac9cd05d5df0b28e40b8ef2 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
parentb232a4b50411344ee0e41e0d35ad596cfe81308c (diff)
downloadpoky-9dfd6e1aa11886e16b63d9418e1de7c7faf00132.tar.gz
bitbake: sphinx: fixes all remaining warnings
This patch fixes a handful of remaining warnings reported by Sphinx. (Bitbake rev: 35fdc18549607e195d424f554e8d4b74e87fd245) 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-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index d5c07e4aa9..04a69482b9 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -51,7 +51,7 @@ overview of their function and contents.
51 - Limited support for the "``*``" wildcard character for matching 51 - Limited support for the "``*``" wildcard character for matching
52 against the beginning of host names exists. For example, the 52 against the beginning of host names exists. For example, the
53 following setting matches ``git.gnu.org``, ``ftp.gnu.org``, and 53 following setting matches ``git.gnu.org``, ``ftp.gnu.org``, and
54 ``foo.git.gnu.org``. BB_ALLOWED_NETWORKS = "*.gnu.org" 54 ``foo.git.gnu.org``. BB_ALLOWED_NETWORKS = "\*.gnu.org"
55 55
56 .. note:: 56 .. note::
57 57
@@ -368,7 +368,7 @@ overview of their function and contents.
368 368
369 BB_RUNTASK 369 BB_RUNTASK
370 Contains the name of the currently executing task. The value includes 370 Contains the name of the currently executing task. The value includes
371 the "do_" prefix. For example, if the currently executing task is 371 the "do\_" prefix. For example, if the currently executing task is
372 ``do_config``, the value is "do_config". 372 ``do_config``, the value is "do_config".
373 373
374 BB_SCHEDULER 374 BB_SCHEDULER
@@ -617,7 +617,7 @@ overview of their function and contents.
617 software. 617 software.
618 618
619 When specifying recipe files, you can pattern match using Python's 619 When specifying recipe files, you can pattern match using Python's
620 ```glob`https://docs.python.org/3/library/glob.html syntax. 620 `glob <https://docs.python.org/3/library/glob.html>`_ syntax.
621 For details on the syntax, see the documentation by following the 621 For details on the syntax, see the documentation by following the
622 previous link. 622 previous link.
623 623