diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 870c50b7c8..226faa1745 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5408,44 +5408,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" module_autoload - Lists kernel modules that need to be auto-loaded during - boot. - - - - You can use this variable anywhere that it can be - recognized by the kernel recipe or out-of-tree kernel - module recipe (e.g. a machine configuration file, a - distribution configuration file, an append file for the - recipe, or the recipe itself). - - - - Specify it as follows: - - module_autoload_<modname> = "modname1 modname2 modname3" - - You must use the kernel module name override. - - - - Including module_autoload causes the - OpenEmbedded build system to populate the - /etc/modules-load.d/modname.conf - file with the list of modules to be auto-loaded on boot. - The modules appear one-per-line in the file. - Here is an example of the most common use case: - - module_autoload_modname = "modname" - - - - - For information on how to populate the - modname.conf file with - modprobe.d syntax lines, see the - module_conf - variable. + This variable has been replaced by the + KERNEL_MODULE_AUTOLOAD variable. + You should replace all occurrences of the + module_autoload variable with + KERNEL_MODULE_AUTOLOAD variables. + See the + KERNEL_MODULE_AUTOLOAD + variable for a description of the variable.