summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
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