summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-01 08:38:59 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:10 +0100
commit2284771b52aa9f339c7e3f16e03f687d8a48bd45 (patch)
tree76426b01929d813778e64e8679beed72f12436f3 /documentation/ref-manual/ref-variables.xml
parent11bf70bba1795f7025bbccf562abb70aa65604ec (diff)
downloadpoky-2284771b52aa9f339c7e3f16e03f687d8a48bd45.tar.gz
ref-manual: Edits to INITSCRIPT_PARAMS variable.
Added a bit about values being passed through the update-rc.d command and then a reference to the command's page. (From yocto-docs rev: e007414608ed801e440b701d6c43dca955a11611) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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>