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.