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>
This commit is contained in:
Scott Rifenbark 2015-01-16 12:46:04 -08:00 committed by Richard Purdie
parent f972db3a04
commit 8bb0ffb09a
1 changed files with 22 additions and 22 deletions

View File

@ -11334,28 +11334,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-UPDATERCPN'><glossterm><imagedata fileref="figures/define-generic.png" />UPDATERCPN</glossterm>
<info>
UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled."
</info>
<glossdef>
<para>
For recipes inheriting the
<link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link>
class, <filename>UPDATERCPN</filename> specifies
the package that contains the initscript that is to be
enabled.
</para>
<para>
The default value is "${PN}".
Given that almost all recipes that install initscripts
package them in the main package for the recipe, you
rarely need to set this variable in individual recipes.
</para>
</glossdef>
</glossentry>
<glossentry id='var-UBOOT_ENTRYPOINT'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_ENTRYPOINT</glossterm>
<info>
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"
</glossdef>
</glossentry>
<glossentry id='var-UPDATERCPN'><glossterm><imagedata fileref="figures/define-generic.png" />UPDATERCPN</glossterm>
<info>
UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled."
</info>
<glossdef>
<para>
For recipes inheriting the
<link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link>
class, <filename>UPDATERCPN</filename> specifies
the package that contains the initscript that is to be
enabled.
</para>
<para>
The default value is "${PN}".
Given that almost all recipes that install initscripts
package them in the main package for the recipe, you
rarely need to set this variable in individual recipes.
</para>
</glossdef>
</glossentry>
<glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm>
<info>
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."