summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-10 08:26:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:15:32 +0100
commitbdc27cc40515916bda8c9c8b999be39ab85188f3 (patch)
tree55ee2893f48980608d5d0fd3a44cd140f17c520b /documentation
parent7e30874db2d230cc2d1901b92c99b074a3181c03 (diff)
downloadpoky-bdc27cc40515916bda8c9c8b999be39ab85188f3.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files 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"
4663 </para> 4663 </para>
4664 4664
4665 <para> 4665 <para>
4666 You can use this variable anywhere (e.g. machine 4666 You can use this variable anywhere that it can be
4667 configuration file or a distribution configuration file) 4667 recognized by the kernel recipe or out-of-tree kernel
4668 including an append file for an 4668 module recipe (e.g. machine configuration file, distribution
4669 out-of-tree kernel module recipe. 4669 configuration file, or an append file for an out-of-tree
4670 kernel module).
4670 </para> 4671 </para>
4671 4672
4672 <para> 4673 <para>
@@ -4708,10 +4709,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4708 </para> 4709 </para>
4709 4710
4710 <para> 4711 <para>
4711 You can use this variable anywhere (e.g. machine 4712 You can use this variable anywhere that it can be
4712 configuration file or a distribution configuration file) 4713 recognized by the kernel recipe or out-of-tree kernel
4713 including an append file for an 4714 module recipe (e.g. machine configuration file, distribution
4714 out-of-tree kernel module recipe. 4715 configuration file, or an append file for an out-of-tree
4716 kernel module).
4715 </para> 4717 </para>
4716 4718
4717 <para> 4719 <para>