From a51875b08ce563e4b95edfe6322e2249c5662e72 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Dec 2013 10:16:18 -0600 Subject: [PATCH] ref-manual: Edits to SYSTEMD_PACKAGES and SYSTEMD_SERVICES. (From yocto-docs rev: 6b7c22c1d931a49e39433f7d0165e9e2ba3cbaf2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 25 +++++++++++----------- 1 file 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" For recipes that inherit the systemd - 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. - - - - The - systemd - class sets SYSTEMD_PACKAGES as follows: + class, this variable locates the systemd unit files when + they are not found in the main recipe's package. + By default, the + SYSTEMD_PACKAGES variable is set + such that the systemd unit files are assumed to reside in + the recipes main package: SYSTEMD_PACKAGES ?= "${PN}" + If these unit files are not in this recipe's main + package, you need to use + SYSTEMD_PACKAGES to list the package + or packages in which the build system can find the systemd + unit files. @@ -6373,8 +6374,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For recipes that inherit the systemd - class, this variable specifies the - systemd service name for a package. + class, this variable specifies the systemd service name for + a package.