From 8bb0ffb09a0f9f037270615e4b178a10fbf2bec7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 16 Jan 2015 12:46:04 -0800 Subject: [PATCH] ref-manual: Re-ordered the UPDATERCPN variable. I had it out of order alphabetically. (From yocto-docs rev: d766cc58dfe2581599815b76729c742034c910ef) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 44 +++++++++++----------- 1 file 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" - UPDATERCPN - - UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." - - - - For recipes inheriting the - update-rc.d - class, UPDATERCPN specifies - the package that contains the initscript that is to be - enabled. - - - - 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. - - - - UBOOT_ENTRYPOINT 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" + UPDATERCPN + + UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." + + + + For recipes inheriting the + update-rc.d + class, UPDATERCPN specifies + the package that contains the initscript that is to be + enabled. + + + + 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. + + + + USE_VT 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."