ref-manual: Edits to SYSTEMD* variables.

Minor changes to the SYSTEMD_PACKAGES, SYSTEMD_SERVICE, and
SYSTEMD_AUTO_ENABLE variables.

(From yocto-docs rev: 39a0a959d77ce7c6cb19564445d198b64d4cb9b6)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-09 15:47:51 -06:00 committed by Richard Purdie
parent 49735c68e0
commit 79d9919005
1 changed files with 17 additions and 10 deletions

View File

@ -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> <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE</glossterm>
<glossdef> <glossdef>
<para> <para>
Enables and disables the <filename>systemd</filename> For recipes that inherit the
service manager. <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 By default, the service is enabled to automatically start
at boot time. at boot time.
The default setting is in the 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> <glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES</glossterm>
<glossdef> <glossdef>
<para> <para>
Specifies the packages into which For recipes that inherit the
<filename>systemd</filename> unit files are installed <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
when the files need to be installed into packages other class, this variable specifies the packages into which
than recipe's main package. systemd unit files have been packaged when the files
need to be installed into packages other than recipe's main
package.
</para> </para>
<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> <glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE</glossterm>
<glossdef> <glossdef>
<para> <para>
The service file for the <filename>systemd</filename> For recipes that inherit the
service manager. <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
class, this variable specifies the
<filename>systemd</filename> service name for a package.
</para> </para>
<para> <para>
When you specify this file in your recipe, use a package When you specify this file in your recipe, use a package
name override to indicate the package to which the value name override to indicate the package to which the value
applies when the value applies to a package other than applies.
the recipe's main package.
Here is an example from the connman recipe: Here is an example from the connman recipe:
<literallayout class='monospaced'> <literallayout class='monospaced'>
SYSTEMD_SERVICE_${PN} = "connman.service" SYSTEMD_SERVICE_${PN} = "connman.service"