From d7f340a0e93043bedd79eaabd772c00c6e5e04d4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Sep 2013 12:10:20 -0700 Subject: [PATCH] ref-manual: fixed alphabetical order for glossary entries. Several glossary entries were not in the correct alphabeitical order. (From yocto-docs rev: 0b2559cca79a74043e73fd14eba330025e84f30a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 106 ++++++++++----------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9e2be223e7..559010b0f3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1350,6 +1350,24 @@ Core layer for images cannot be removed + EXTENDPE + + + Used with file and pathnames to create a prefix for a recipe's + version based on the recipe's + PE value. + If PE is set and greater than zero for a recipe, + EXTENDPE becomes that value (e.g if + PE is equal to "1" then EXTENDPE + becomes "1_"). + If a recipe's PE is not set (the default) or is equal to + zero, EXTENDPE becomes "". + See the STAMP + variable for an example. + + + + EXTENDPKGV @@ -1371,24 +1389,6 @@ Core layer for images cannot be removed - EXTENDPE - - - Used with file and pathnames to create a prefix for a recipe's - version based on the recipe's - PE value. - If PE is set and greater than zero for a recipe, - EXTENDPE becomes that value (e.g if - PE is equal to "1" then EXTENDPE - becomes "1_"). - If a recipe's PE is not set (the default) or is equal to - zero, EXTENDPE becomes "". - See the STAMP - variable for an example. - - - - EXTERNALSRC @@ -2267,6 +2267,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + INITSCRIPT_NAME + + + The filename of the initscript as installed to ${etcdir}/init.d. + + + This variable is used in recipes when using update-rc.d.bbclass. + The variable is Mandatory. + + + + INITSCRIPT_PACKAGES @@ -2281,18 +2293,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITSCRIPT_NAME - - - The filename of the initscript as installed to ${etcdir}/init.d. - - - This variable is used in recipes when using update-rc.d.bbclass. - The variable is Mandatory. - - - - INITSCRIPT_PARAMS @@ -4524,26 +4524,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SIGGEN_EXCLUDERECIPES_ABISAFE - - - A list of recipes that are completely stable and will - never change. - The ABI for the recipes in the list are presented by - output from the tasks run to build the recipe. - Use of this variable is one way to remove dependencies from - one recipe on another that affect task signatures and - thus force rebuilds when the recipe changes. - - If you add an inappropriate variable to this list, - the software might break at runtime if the - interface of the recipe was changed after the other - had been built. - - - - - SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS @@ -4572,11 +4552,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SITEINFO_ENDIANNESS + SIGGEN_EXCLUDERECIPES_ABISAFE - Specifies the endian byte order of the target system. - The value should be either "le" for little-endian or "be" for big-endian. + A list of recipes that are completely stable and will + never change. + The ABI for the recipes in the list are presented by + output from the tasks run to build the recipe. + Use of this variable is one way to remove dependencies from + one recipe on another that affect task signatures and + thus force rebuilds when the recipe changes. + + If you add an inappropriate variable to this list, + the software might break at runtime if the + interface of the recipe was changed after the other + had been built. + @@ -4590,6 +4581,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SITEINFO_ENDIANNESS + + + Specifies the endian byte order of the target system. + The value should be either "le" for little-endian or "be" for big-endian. + + + + SOC_FAMILY