From bdc27cc40515916bda8c9c8b999be39ab85188f3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 10 Apr 2014 08:26:49 -0700 Subject: ref-manual: Edits to module_autoload and module_conf variables. Fixes [YOCTO #5888] Applied some feedback to the variables based on Paul's comments. Needed a caveat on how you can use these variables. (From yocto-docs rev: ef8fac4b36089d3162ee16c93866a39bcd31701c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 59ce7136ee..984d6b1e3d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4663,10 +4663,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - You can use this variable anywhere (e.g. machine - configuration file or a distribution configuration file) - including an append file for an - out-of-tree kernel module recipe. + You can use this variable anywhere that it can be + recognized by the kernel recipe or out-of-tree kernel + module recipe (e.g. machine configuration file, distribution + configuration file, or an append file for an out-of-tree + kernel module). @@ -4708,10 +4709,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - You can use this variable anywhere (e.g. machine - configuration file or a distribution configuration file) - including an append file for an - out-of-tree kernel module recipe. + You can use this variable anywhere that it can be + recognized by the kernel recipe or out-of-tree kernel + module recipe (e.g. machine configuration file, distribution + configuration file, or an append file for an out-of-tree + kernel module). -- cgit v1.2.3-54-g00ecf