ref-manual: Edits to SYSTEMD_PACKAGES and SYSTEMD_SERVICES.

(From yocto-docs rev: 6b7c22c1d931a49e39433f7d0165e9e2ba3cbaf2)

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-10 10:16:18 -06:00 committed by Richard Purdie
parent 63f321197d
commit a51875b08c
1 changed files with 13 additions and 12 deletions

View File

@ -6351,19 +6351,20 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
For recipes that inherit the For recipes that inherit the
<link linkend='ref-classes-systemd'><filename>systemd</filename></link> <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
class, this variable specifies the packages into which class, this variable locates the systemd unit files when
systemd unit files have been packaged when the files they are not found in the main recipe's package.
need to be installed into packages other than recipe's main By default, the
package. <filename>SYSTEMD_PACKAGES</filename> variable is set
</para> such that the systemd unit files are assumed to reside in
the recipes main package:
<para>
The
<link linkend='ref-classes-systemd'><filename>systemd</filename></link>
class sets <filename>SYSTEMD_PACKAGES</filename> as follows:
<literallayout class='monospaced'> <literallayout class='monospaced'>
SYSTEMD_PACKAGES ?= "${PN}" SYSTEMD_PACKAGES ?= "${PN}"
</literallayout> </literallayout>
If these unit files are not in this recipe's main
package, you need to use
<filename>SYSTEMD_PACKAGES</filename> to list the package
or packages in which the build system can find the systemd
unit files.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>
@ -6373,8 +6374,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
For recipes that inherit the For recipes that inherit the
<link linkend='ref-classes-systemd'><filename>systemd</filename></link> <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
class, this variable specifies the class, this variable specifies the systemd service name for
<filename>systemd</filename> service name for a package. a package.
</para> </para>
<para> <para>