summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-18 12:10:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-22 12:20:48 +0100
commitd7f340a0e93043bedd79eaabd772c00c6e5e04d4 (patch)
treec53cc202ee2cb0960b7380c72d4d8cc0609c8e13 /documentation
parent2effece91b9374c4a655bb317fc4cf80c4ae40d8 (diff)
downloadpoky-d7f340a0e93043bedd79eaabd772c00c6e5e04d4.tar.gz
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 <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.xml106
1 files 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
1350 </glossdef> 1350 </glossdef>
1351 </glossentry> 1351 </glossentry>
1352 1352
1353 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE</glossterm>
1354 <glossdef>
1355 <para>
1356 Used with file and pathnames to create a prefix for a recipe's
1357 version based on the recipe's
1358 <link linkend='var-PE'><filename>PE</filename></link> value.
1359 If <filename>PE</filename> is set and greater than zero for a recipe,
1360 <filename>EXTENDPE</filename> becomes that value (e.g if
1361 <filename>PE</filename> is equal to "1" then <filename>EXTENDPE</filename>
1362 becomes "1_").
1363 If a recipe's <filename>PE</filename> is not set (the default) or is equal to
1364 zero, <filename>EXTENDPE</filename> becomes "".</para>
1365 <para>See the <link linkend='var-STAMP'><filename>STAMP</filename></link>
1366 variable for an example.
1367 </para>
1368 </glossdef>
1369 </glossentry>
1370
1353 <glossentry id='var-EXTENDPKGV'><glossterm>EXTENDPKGV</glossterm> 1371 <glossentry id='var-EXTENDPKGV'><glossterm>EXTENDPKGV</glossterm>
1354 <glossdef> 1372 <glossdef>
1355 <para> 1373 <para>
@@ -1371,24 +1389,6 @@ Core layer for images cannot be removed
1371 </glossdef> 1389 </glossdef>
1372 </glossentry> 1390 </glossentry>
1373 1391
1374 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE</glossterm>
1375 <glossdef>
1376 <para>
1377 Used with file and pathnames to create a prefix for a recipe's
1378 version based on the recipe's
1379 <link linkend='var-PE'><filename>PE</filename></link> value.
1380 If <filename>PE</filename> is set and greater than zero for a recipe,
1381 <filename>EXTENDPE</filename> becomes that value (e.g if
1382 <filename>PE</filename> is equal to "1" then <filename>EXTENDPE</filename>
1383 becomes "1_").
1384 If a recipe's <filename>PE</filename> is not set (the default) or is equal to
1385 zero, <filename>EXTENDPE</filename> becomes "".</para>
1386 <para>See the <link linkend='var-STAMP'><filename>STAMP</filename></link>
1387 variable for an example.
1388 </para>
1389 </glossdef>
1390 </glossentry>
1391
1392 <glossentry id='var-EXTERNALSRC'><glossterm>EXTERNALSRC</glossterm> 1392 <glossentry id='var-EXTERNALSRC'><glossterm>EXTERNALSRC</glossterm>
1393 <glossdef> 1393 <glossdef>
1394 <para> 1394 <para>
@@ -2267,6 +2267,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2267 </glossdef> 2267 </glossdef>
2268 </glossentry> 2268 </glossentry>
2269 2269
2270 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm>
2271 <glossdef>
2272 <para>
2273 The filename of the initscript as installed to <filename>${etcdir}/init.d</filename>.
2274 </para>
2275 <para>
2276 This variable is used in recipes when using <filename>update-rc.d.bbclass</filename>.
2277 The variable is Mandatory.
2278 </para>
2279 </glossdef>
2280 </glossentry>
2281
2270 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm>INITSCRIPT_PACKAGES</glossterm> 2282 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm>INITSCRIPT_PACKAGES</glossterm>
2271 <glossdef> 2283 <glossdef>
2272 <para> 2284 <para>
@@ -2281,18 +2293,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2281 </glossdef> 2293 </glossdef>
2282 </glossentry> 2294 </glossentry>
2283 2295
2284 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm>
2285 <glossdef>
2286 <para>
2287 The filename of the initscript as installed to <filename>${etcdir}/init.d</filename>.
2288 </para>
2289 <para>
2290 This variable is used in recipes when using <filename>update-rc.d.bbclass</filename>.
2291 The variable is Mandatory.
2292 </para>
2293 </glossdef>
2294 </glossentry>
2295
2296 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm>INITSCRIPT_PARAMS</glossterm> 2296 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm>INITSCRIPT_PARAMS</glossterm>
2297 <glossdef> 2297 <glossdef>
2298 <para> 2298 <para>
@@ -4524,26 +4524,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4524 </glossdef> 4524 </glossdef>
4525 </glossentry> 4525 </glossentry>
4526 4526
4527 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm>SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm>
4528 <glossdef>
4529 <para>
4530 A list of recipes that are completely stable and will
4531 never change.
4532 The ABI for the recipes in the list are presented by
4533 output from the tasks run to build the recipe.
4534 Use of this variable is one way to remove dependencies from
4535 one recipe on another that affect task signatures and
4536 thus force rebuilds when the recipe changes.
4537 <caution>
4538 If you add an inappropriate variable to this list,
4539 the software might break at runtime if the
4540 interface of the recipe was changed after the other
4541 had been built.
4542 </caution>
4543 </para>
4544 </glossdef>
4545 </glossentry>
4546
4547 <glossentry id='var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS'><glossterm>SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS</glossterm> 4527 <glossentry id='var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS'><glossterm>SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS</glossterm>
4548 <glossdef> 4528 <glossdef>
4549 <para> 4529 <para>
@@ -4572,11 +4552,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4572 </glossdef> 4552 </glossdef>
4573 </glossentry> 4553 </glossentry>
4574 4554
4575 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm> 4555 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm>SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm>
4576 <glossdef> 4556 <glossdef>
4577 <para> 4557 <para>
4578 Specifies the endian byte order of the target system. 4558 A list of recipes that are completely stable and will
4579 The value should be either "le" for little-endian or "be" for big-endian. 4559 never change.
4560 The ABI for the recipes in the list are presented by
4561 output from the tasks run to build the recipe.
4562 Use of this variable is one way to remove dependencies from
4563 one recipe on another that affect task signatures and
4564 thus force rebuilds when the recipe changes.
4565 <caution>
4566 If you add an inappropriate variable to this list,
4567 the software might break at runtime if the
4568 interface of the recipe was changed after the other
4569 had been built.
4570 </caution>
4580 </para> 4571 </para>
4581 </glossdef> 4572 </glossdef>
4582 </glossentry> 4573 </glossentry>
@@ -4590,6 +4581,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4590 </glossdef> 4581 </glossdef>
4591 </glossentry> 4582 </glossentry>
4592 4583
4584 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm>
4585 <glossdef>
4586 <para>
4587 Specifies the endian byte order of the target system.
4588 The value should be either "le" for little-endian or "be" for big-endian.
4589 </para>
4590 </glossdef>
4591 </glossentry>
4592
4593 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY</glossterm> 4593 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY</glossterm>
4594 <glossdef> 4594 <glossdef>
4595 <para> 4595 <para>