aboutsummaryrefslogtreecommitdiffstats
path: root/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:05:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:13:44 +0100
commite11d2dd1adbcb35b45d6d0f3a47f8d06caab0b49 (patch)
tree59e54eed899957a2b5d03f5625e62d36bea40911 /doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
parent57300955beb200c81762880f44f1a499451b7432 (diff)
downloadbitbake-contrib-e11d2dd1adbcb35b45d6d0f3a47f8d06caab0b49.tar.gz
sphinx: fix links inside notes
For some notes with links, the links were lost during the pandoc conversion. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index f81c01c06..d5c07e4aa 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -484,7 +484,7 @@ overview of their function and contents.
.. note::
This variable works similarly to the
- BB_TASK_NICE_LEVEL
+ :term:`BB_TASK_NICE_LEVEL`
variable except with a task's I/O priorities.
Set the variable as follows: BB_TASK_IONICE_LEVEL = "class.prio" For
@@ -764,7 +764,7 @@ overview of their function and contents.
The bias provided by
DEFAULT_PREFERENCE
is weak and is overridden by
- BBFILE_PRIORITY
+ :term:`BBFILE_PRIORITY`
if that variable is different between two layers that contain
different versions of the same recipe.