summaryrefslogtreecommitdiffstats
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
parent11bf70bba1795f7025bbccf562abb70aa65604ec (diff)
downloadast2050-yocto-poky-2284771b52aa9f339c7e3f16e03f687d8a48bd45.zip
ast2050-yocto-poky-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>
-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 9093888..2b7a4b9 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"
<para>
The variable is mandatory and is used in recipes when using
<filename>update-rc.d.bbclass</filename>.
+ The value in
+ <filename>INITSCRIPT_PARAMS</filename> is passed through
+ to the <filename>update-rc.d</filename> command.
+ For more information on valid parameters, please see the
+ <filename>update-rc.d</filename> manual page at
+ <ulink url='http://www.tin.org/bin/man.cgi?section=8&amp;topic=update-rc.d'></ulink>.
</para>
</glossdef>
</glossentry>
@@ -5525,7 +5531,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
what variables are overridden after BitBake parses
recipes and configuration files.
You can find more information on how overrides are handled
- in the
+ in the
"<ulink url='&YOCTO_DOCS_BB_URL;#conditional-syntax-overrides'>Conditional Syntax (Overrides)</ulink>"
section of the BitBake User Manual.
</para>
OpenPOWER on IntegriCloud