summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 10:16:18 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:34 +0000
commitb330c97b84222c316063a6c520d4f9968c67c995 (patch)
tree7f8d886c57240991ac783bafc5b7e6d554ee2db5 /documentation
parent1c8b4dd28aebeb9859389b6504a2bed547924521 (diff)
downloadast2050-yocto-poky-b330c97b84222c316063a6c520d4f9968c67c995.zip
ast2050-yocto-poky-b330c97b84222c316063a6c520d4f9968c67c995.tar.gz
ref-manual: Edits to SYSTEMD_PACKAGES and SYSTEMD_SERVICES.
(From yocto-docs rev: 0fa7471a154ea0ad922c4ba16642237a279e1533) 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.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ab7b272..16fbf96 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -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>
OpenPOWER on IntegriCloud