diff options
author | Quentin Schulz <foss@0leil.net> | 2021-06-01 21:30:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-05 09:38:27 +0100 |
commit | ef13ab1c222222f1a6a3c636f0aef5de0f2c2ac6 (patch) | |
tree | abdb63c6f880cf02629ae8e39e5382ab694e919a | |
parent | 67d8de7df40c739a81c15bc9a5ebcffe6d4b7fcb (diff) | |
download | poky-ef13ab1c222222f1a6a3c636f0aef5de0f2c2ac6.tar.gz |
docs: ref-manual: variables: add missing links to terms glossary
The automated script used back then didn't take into account that
terms could be lowercase which is the case for module_autoload and
module_conf, so let's add a link to those too.
Fixes: 9e468274eaad "docs: ref-manual: ref-variables: add links to terms in glossary"
(From yocto-docs rev: beeaf0c48dcd79626c1591a68da4b13387aa0c3f)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 4156aa2b58..8ebc17f24c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4632,7 +4632,7 @@ system and gives an overview of their function and contents. | |||
4632 | 4632 | ||
4633 | do_foo[depends] += "${MLPREFIX}recipe:do_foo" | 4633 | do_foo[depends] += "${MLPREFIX}recipe:do_foo" |
4634 | 4634 | ||
4635 | module_autoload | 4635 | :term:`module_autoload` |
4636 | This variable has been replaced by the ``KERNEL_MODULE_AUTOLOAD`` | 4636 | This variable has been replaced by the ``KERNEL_MODULE_AUTOLOAD`` |
4637 | variable. You should replace all occurrences of ``module_autoload`` | 4637 | variable. You should replace all occurrences of ``module_autoload`` |
4638 | with additions to ``KERNEL_MODULE_AUTOLOAD``, for example:: | 4638 | with additions to ``KERNEL_MODULE_AUTOLOAD``, for example:: |
@@ -4645,7 +4645,7 @@ system and gives an overview of their function and contents. | |||
4645 | 4645 | ||
4646 | See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. | 4646 | See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. |
4647 | 4647 | ||
4648 | module_conf | 4648 | :term:`module_conf` |
4649 | Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_ | 4649 | Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_ |
4650 | syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` | 4650 | syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` |
4651 | file. | 4651 | file. |