diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 25 |
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> |