summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
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:18:29 +0000
commita51875b08ce563e4b95edfe6322e2249c5662e72 (patch)
tree1c4f8418a8c6ef3cefd61b584b7d2db7ab4929f5 /documentation/ref-manual/ref-variables.xml
parent63f321197d4750bf1b206f1a6d2dfd11dd2bff44 (diff)
downloadpoky-a51875b08ce563e4b95edfe6322e2249c5662e72.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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 ab7b27298f..16fbf96213 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"
6351 <para> 6351 <para>
6352 For recipes that inherit the 6352 For recipes that inherit the
6353 <link linkend='ref-classes-systemd'><filename>systemd</filename></link> 6353 <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
6354 class, this variable specifies the packages into which 6354 class, this variable locates the systemd unit files when
6355 systemd unit files have been packaged when the files 6355 they are not found in the main recipe's package.
6356 need to be installed into packages other than recipe's main 6356 By default, the
6357 package. 6357 <filename>SYSTEMD_PACKAGES</filename> variable is set
6358 </para> 6358 such that the systemd unit files are assumed to reside in
6359 6359 the recipes main package:
6360 <para>
6361 The
6362 <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
6363 class sets <filename>SYSTEMD_PACKAGES</filename> as follows:
6364 <literallayout class='monospaced'> 6360 <literallayout class='monospaced'>
6365 SYSTEMD_PACKAGES ?= "${PN}" 6361 SYSTEMD_PACKAGES ?= "${PN}"
6366 </literallayout> 6362 </literallayout>
6363 If these unit files are not in this recipe's main
6364 package, you need to use
6365 <filename>SYSTEMD_PACKAGES</filename> to list the package
6366 or packages in which the build system can find the systemd
6367 unit files.
6367 </para> 6368 </para>
6368 </glossdef> 6369 </glossdef>
6369 </glossentry> 6370 </glossentry>
@@ -6373,8 +6374,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6373 <para> 6374 <para>
6374 For recipes that inherit the 6375 For recipes that inherit the
6375 <link linkend='ref-classes-systemd'><filename>systemd</filename></link> 6376 <link linkend='ref-classes-systemd'><filename>systemd</filename></link>
6376 class, this variable specifies the 6377 class, this variable specifies the systemd service name for
6377 <filename>systemd</filename> service name for a package. 6378 a package.
6378 </para> 6379 </para>
6379 6380
6380 <para> 6381 <para>