From 4b03b71a524f391951aac98bf9a04b7b66421cfd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 13 Oct 2014 10:47:16 -0700 Subject: ref-manual: Updated the module_autoload variable. This variable has been replaced by the KERNEL_MODULE_AUTOLOAD variable. I updated the description to note that and to provide a cross-reference to the new variable. (From yocto-docs rev: 8b2f464f7d100db1c585ccc62d7cab89f7f7b164) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 46 ++++++------------------------ 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 870c50b..226faa1 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. -- cgit v1.1