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>
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>
The
<link linkend='ref-classes-systemd'><filename>systemd</filename></link>
class sets <filename>SYSTEMD_PACKAGES</filename> as follows:
class, this variable locates the systemd unit files when
they are not found in the main recipe's package.
By default, the
<filename>SYSTEMD_PACKAGES</filename> variable is set
such that the systemd unit files are assumed to reside in
the recipes main package:
<literallayout class='monospaced'>
SYSTEMD_PACKAGES ?= "${PN}"
</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>
</glossdef>
</glossentry>
@ -6373,8 +6374,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para>
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.
class, this variable specifies the systemd service name for
a package.
</para>
<para>