diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-09 15:47:51 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:26 +0000 |
commit | 79d9919005a841509f46ddc9f8660fbc794c2f8f (patch) | |
tree | a4f4a72bb007160dc08589441c5d6e646c7190b1 /documentation/ref-manual | |
parent | 49735c68e0e01774836413965cf471483a8f38a8 (diff) | |
download | poky-79d9919005a841509f46ddc9f8660fbc794c2f8f.tar.gz |
ref-manual: Edits to SYSTEMD* variables.
Minor changes to the SYSTEMD_PACKAGES, SYSTEMD_SERVICE, and
SYSTEMD_AUTO_ENABLE variables.
(From yocto-docs rev: 39a0a959d77ce7c6cb19564445d198b64d4cb9b6)
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')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fe0225c5d6..c7d3ac9db5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -6330,8 +6330,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6330 | <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE</glossterm> | 6330 | <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE</glossterm> |
6331 | <glossdef> | 6331 | <glossdef> |
6332 | <para> | 6332 | <para> |
6333 | Enables and disables the <filename>systemd</filename> | 6333 | For recipes that inherit the |
6334 | service manager. | 6334 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> |
6335 | class, this variable specifies whether the service you have | ||
6336 | specified in | ||
6337 | <link linkend='var-SYSTEMD_SERVICE'><filename>SYSTEMD_SERVICE</filename></link> | ||
6338 | should be started automatically or not. | ||
6335 | By default, the service is enabled to automatically start | 6339 | By default, the service is enabled to automatically start |
6336 | at boot time. | 6340 | at boot time. |
6337 | The default setting is in the | 6341 | The default setting is in the |
@@ -6349,10 +6353,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6349 | <glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES</glossterm> | 6353 | <glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES</glossterm> |
6350 | <glossdef> | 6354 | <glossdef> |
6351 | <para> | 6355 | <para> |
6352 | Specifies the packages into which | 6356 | For recipes that inherit the |
6353 | <filename>systemd</filename> unit files are installed | 6357 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> |
6354 | when the files need to be installed into packages other | 6358 | class, this variable specifies the packages into which |
6355 | than recipe's main package. | 6359 | systemd unit files have been packaged when the files |
6360 | need to be installed into packages other than recipe's main | ||
6361 | package. | ||
6356 | </para> | 6362 | </para> |
6357 | 6363 | ||
6358 | <para> | 6364 | <para> |
@@ -6369,15 +6375,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6369 | <glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE</glossterm> | 6375 | <glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE</glossterm> |
6370 | <glossdef> | 6376 | <glossdef> |
6371 | <para> | 6377 | <para> |
6372 | The service file for the <filename>systemd</filename> | 6378 | For recipes that inherit the |
6373 | service manager. | 6379 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> |
6380 | class, this variable specifies the | ||
6381 | <filename>systemd</filename> service name for a package. | ||
6374 | </para> | 6382 | </para> |
6375 | 6383 | ||
6376 | <para> | 6384 | <para> |
6377 | When you specify this file in your recipe, use a package | 6385 | When you specify this file in your recipe, use a package |
6378 | name override to indicate the package to which the value | 6386 | name override to indicate the package to which the value |
6379 | applies when the value applies to a package other than | 6387 | applies. |
6380 | the recipe's main package. | ||
6381 | Here is an example from the connman recipe: | 6388 | Here is an example from the connman recipe: |
6382 | <literallayout class='monospaced'> | 6389 | <literallayout class='monospaced'> |
6383 | SYSTEMD_SERVICE_${PN} = "connman.service" | 6390 | SYSTEMD_SERVICE_${PN} = "connman.service" |