summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 90938885ed..2b7a4b9a11 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4070,6 +4070,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4070 <para> 4070 <para>
4071 The variable is mandatory and is used in recipes when using 4071 The variable is mandatory and is used in recipes when using
4072 <filename>update-rc.d.bbclass</filename>. 4072 <filename>update-rc.d.bbclass</filename>.
4073 The value in
4074 <filename>INITSCRIPT_PARAMS</filename> is passed through
4075 to the <filename>update-rc.d</filename> command.
4076 For more information on valid parameters, please see the
4077 <filename>update-rc.d</filename> manual page at
4078 <ulink url='http://www.tin.org/bin/man.cgi?section=8&amp;topic=update-rc.d'></ulink>.
4073 </para> 4079 </para>
4074 </glossdef> 4080 </glossdef>
4075 </glossentry> 4081 </glossentry>
@@ -5525,7 +5531,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5525 what variables are overridden after BitBake parses 5531 what variables are overridden after BitBake parses
5526 recipes and configuration files. 5532 recipes and configuration files.
5527 You can find more information on how overrides are handled 5533 You can find more information on how overrides are handled
5528 in the 5534 in the
5529 "<ulink url='&YOCTO_DOCS_BB_URL;#conditional-syntax-overrides'>Conditional Syntax (Overrides)</ulink>" 5535 "<ulink url='&YOCTO_DOCS_BB_URL;#conditional-syntax-overrides'>Conditional Syntax (Overrides)</ulink>"
5530 section of the BitBake User Manual. 5536 section of the BitBake User Manual.
5531 </para> 5537 </para>