summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 0807bd546f..953d853374 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -4153,7 +4153,7 @@ directory:
4153 variable, inherit the 4153 variable, inherit the
4154 :ref:`own-mirrors <ref-classes-own-mirrors>` 4154 :ref:`own-mirrors <ref-classes-own-mirrors>`
4155 class, and use the 4155 class, and use the
4156 ```BB_NO_NETWORK`` <&YOCTO_DOCS_BB_URL;#var-bb-BB_NO_NETWORK>`__ 4156 :term:`bitbake:BB_NO_NETWORK`
4157 variable to your ``local.conf``. SOURCE_MIRROR_URL ?= 4157 variable to your ``local.conf``. SOURCE_MIRROR_URL ?=
4158 "file:///home/your-download-dir/" INHERIT += "own-mirrors" 4158 "file:///home/your-download-dir/" INHERIT += "own-mirrors"
4159 BB_NO_NETWORK = "1" The ``SOURCE_MIRROR_URL`` and ``own-mirror`` 4159 BB_NO_NETWORK = "1" The ``SOURCE_MIRROR_URL`` and ``own-mirror``
@@ -4215,7 +4215,7 @@ variable for more information:
4215- :term:`BB_NUMBER_THREADS`: 4215- :term:`BB_NUMBER_THREADS`:
4216 The maximum number of threads BitBake simultaneously executes. 4216 The maximum number of threads BitBake simultaneously executes.
4217 4217
4218- ```BB_NUMBER_PARSE_THREADS``: <&YOCTO_DOCS_BB_URL;#var-BB_NUMBER_PARSE_THREADS>`__ 4218- :term:`bitbake:BB_NUMBER_PARSE_THREADS`:
4219 The number of threads BitBake uses during parsing. 4219 The number of threads BitBake uses during parsing.
4220 4220
4221- :term:`PARALLEL_MAKE`: Extra 4221- :term:`PARALLEL_MAKE`: Extra
@@ -8456,7 +8456,7 @@ BitBake has determined by doing the following:
8456 8456
8457 The output of ``bitbake-dumpsig`` also includes the value each 8457 The output of ``bitbake-dumpsig`` also includes the value each
8458 variable had, a list of dependencies for each variable, and 8458 variable had, a list of dependencies for each variable, and
8459 ```BB_HASHBASE_WHITELIST`` <&YOCTO_DOCS_BB_URL;#var-BB_HASHBASE_WHITELIST>`__ 8459 :term:`bitbake:BB_HASHBASE_WHITELIST`
8460 information. 8460 information.
8461 8461
8462There is also a ``bitbake-diffsigs`` command for comparing two 8462There is also a ``bitbake-diffsigs`` command for comparing two