mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
67d8de7df4
commit
ef13ab1c22
@@ -4632,7 +4632,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
do_foo[depends] += "${MLPREFIX}recipe:do_foo"
|
||||
|
||||
module_autoload
|
||||
:term:`module_autoload`
|
||||
This variable has been replaced by the ``KERNEL_MODULE_AUTOLOAD``
|
||||
variable. You should replace all occurrences of ``module_autoload``
|
||||
with additions to ``KERNEL_MODULE_AUTOLOAD``, for example::
|
||||
@@ -4645,7 +4645,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information.
|
||||
|
||||
module_conf
|
||||
:term:`module_conf`
|
||||
Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_
|
||||
syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf``
|
||||
file.
|
||||
|
||||
Reference in New Issue
Block a user