summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-09 15:47:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:30 +0000
commite0a456c916cb2dc884bdf3fca36c9dd0af5fb6a3 (patch)
treed4e21914ea617ee7bf8bb28b2fadf7e50cb1b5ce /documentation
parent348cec5ebb1794ad818410472daffa22ecef48b8 (diff)
downloadast2050-yocto-poky-e0a456c916cb2dc884bdf3fca36c9dd0af5fb6a3.zip
ast2050-yocto-poky-e0a456c916cb2dc884bdf3fca36c9dd0af5fb6a3.tar.gz
ref-manual: Edits to SYSTEMD* variables.
Minor changes to the SYSTEMD_PACKAGES, SYSTEMD_SERVICE, and SYSTEMD_AUTO_ENABLE variables. (From yocto-docs rev: 838eb9088ec20a265e785d4203e4e5084fd4a7c4) 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.xml27
1 files changed, 17 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index fe0225c..c7d3ac9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6330,8 +6330,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE</glossterm>
<glossdef>
<para>
- Enables and disables the <filename>systemd</filename>
- service manager.
+ For recipes that inherit the
+ <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
+ class, this variable specifies whether the service you have
+ specified in
+ <link linkend='var-SYSTEMD_SERVICE'><filename>SYSTEMD_SERVICE</filename></link>
+ should be started automatically or not.
By default, the service is enabled to automatically start
at boot time.
The default setting is in the
@@ -6349,10 +6353,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES</glossterm>
<glossdef>
<para>
- Specifies the packages into which
- <filename>systemd</filename> unit files are installed
- when the files need to be installed into packages other
- than recipe's main package.
+ For recipes that inherit the
+ <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
+ class, this variable specifies the packages into which
+ systemd unit files have been packaged when the files
+ need to be installed into packages other than recipe's main
+ package.
</para>
<para>
@@ -6369,15 +6375,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE</glossterm>
<glossdef>
<para>
- The service file for the <filename>systemd</filename>
- service manager.
+ For recipes that inherit the
+ <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
+ class, this variable specifies the
+ <filename>systemd</filename> service name for a package.
</para>
<para>
When you specify this file in your recipe, use a package
name override to indicate the package to which the value
- applies when the value applies to a package other than
- the recipe's main package.
+ applies.
Here is an example from the connman recipe:
<literallayout class='monospaced'>
SYSTEMD_SERVICE_${PN} = "connman.service"
OpenPOWER on IntegriCloud