diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-16 12:46:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:49 +0000 |
commit | 8bb0ffb09a0f9f037270615e4b178a10fbf2bec7 (patch) | |
tree | 26db9073509f5e7ebb1a3211cd6f0323f2301261 /documentation | |
parent | f972db3a048657c33ff45635f193c28e74ef5cfe (diff) | |
download | poky-8bb0ffb09a0f9f037270615e4b178a10fbf2bec7.tar.gz |
ref-manual: Re-ordered the UPDATERCPN variable.
I had it out of order alphabetically.
(From yocto-docs rev: d766cc58dfe2581599815b76729c742034c910ef)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 90762e3aa3..2e02a88980 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -11334,28 +11334,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11334 | </glossdef> | 11334 | </glossdef> |
11335 | </glossentry> | 11335 | </glossentry> |
11336 | 11336 | ||
11337 | <glossentry id='var-UPDATERCPN'><glossterm><imagedata fileref="figures/define-generic.png" />UPDATERCPN</glossterm> | ||
11338 | <info> | ||
11339 | UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." | ||
11340 | </info> | ||
11341 | <glossdef> | ||
11342 | <para> | ||
11343 | For recipes inheriting the | ||
11344 | <link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link> | ||
11345 | class, <filename>UPDATERCPN</filename> specifies | ||
11346 | the package that contains the initscript that is to be | ||
11347 | enabled. | ||
11348 | </para> | ||
11349 | |||
11350 | <para> | ||
11351 | The default value is "${PN}". | ||
11352 | Given that almost all recipes that install initscripts | ||
11353 | package them in the main package for the recipe, you | ||
11354 | rarely need to set this variable in individual recipes. | ||
11355 | </para> | ||
11356 | </glossdef> | ||
11357 | </glossentry> | ||
11358 | |||
11359 | <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_ENTRYPOINT</glossterm> | 11337 | <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_ENTRYPOINT</glossterm> |
11360 | <info> | 11338 | <info> |
11361 | UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." | 11339 | UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." |
@@ -11475,6 +11453,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11475 | </glossdef> | 11453 | </glossdef> |
11476 | </glossentry> | 11454 | </glossentry> |
11477 | 11455 | ||
11456 | <glossentry id='var-UPDATERCPN'><glossterm><imagedata fileref="figures/define-generic.png" />UPDATERCPN</glossterm> | ||
11457 | <info> | ||
11458 | UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." | ||
11459 | </info> | ||
11460 | <glossdef> | ||
11461 | <para> | ||
11462 | For recipes inheriting the | ||
11463 | <link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link> | ||
11464 | class, <filename>UPDATERCPN</filename> specifies | ||
11465 | the package that contains the initscript that is to be | ||
11466 | enabled. | ||
11467 | </para> | ||
11468 | |||
11469 | <para> | ||
11470 | The default value is "${PN}". | ||
11471 | Given that almost all recipes that install initscripts | ||
11472 | package them in the main package for the recipe, you | ||
11473 | rarely need to set this variable in individual recipes. | ||
11474 | </para> | ||
11475 | </glossdef> | ||
11476 | </glossentry> | ||
11477 | |||
11478 | <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm> | 11478 | <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm> |
11479 | <info> | 11479 | <info> |
11480 | USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals." | 11480 | USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals." |