summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-11 16:37:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:02 +0000
commitda3a4890d12f0500091fd15044ac4692a436aa1a (patch)
tree9bcd9f67c392b48539bc1ae327fb1dcbb646ef6f
parent26a3df450e6649ce59cfd6ada5f36a3609fccb7c (diff)
downloadpoky-da3a4890d12f0500091fd15044ac4692a436aa1a.tar.gz
ref-manual, mega-manual: Adjustments to variable context images
Fixes [YOCTO #5601] Discovered that the solution I had to display a small PNG file to indicate the context a variable is used in the build system was not displaying properly in the ref-manual variable glossary when using the Chrome browser. The solution was to adjust some settings in the CSS file and place the image after the term. This allowed me to dump the webkit stuff that I had inserted into the CSS file styles to make it work in Mozilla, which ended up not working in Chrome. Additionally, I needed to update the 'define-generic.png' file to have less white space on top as part of the figure. Note that this commit adds the figure to Git for tracking as well. (From yocto-docs rev: 59a1295aeb1c866f330634907ad28642a997cd63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/mega-manual/figures/define-generic.pngbin0 -> 623 bytes
-rw-r--r--documentation/ref-manual/figures/define-generic.pngbin0 -> 623 bytes
-rw-r--r--documentation/ref-manual/ref-style.css11
-rw-r--r--documentation/ref-manual/ref-variables.xml968
4 files changed, 486 insertions, 493 deletions
diff --git a/documentation/mega-manual/figures/define-generic.png b/documentation/mega-manual/figures/define-generic.png
new file mode 100644
index 0000000000..bd22718a55
--- /dev/null
+++ b/documentation/mega-manual/figures/define-generic.png
Binary files differ
diff --git a/documentation/ref-manual/figures/define-generic.png b/documentation/ref-manual/figures/define-generic.png
new file mode 100644
index 0000000000..bd22718a55
--- /dev/null
+++ b/documentation/ref-manual/figures/define-generic.png
Binary files differ
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css
index e77ba718b3..f660a96859 100644
--- a/documentation/ref-manual/ref-style.css
+++ b/documentation/ref-manual/ref-style.css
@@ -203,15 +203,6 @@ div.variablelist dl {
203 font-weight: normal; 203 font-weight: normal;
204 width: 0em; 204 width: 0em;
205 text-align: right; 205 text-align: right;
206 margin-top: 4em;
207 margin-left: .5em;
208 margin-bottom: 0em;
209 -webkit-column-count: 2; /* Chrome, Safari, Opera */
210 -moz-column-count: 2; /* Firefox */
211 column-count: 2;
212 -webkit-column-gap: 4px; /* Chrome, Safari, Opera */
213 -moz-column-gap: 4px; /* Firefox */
214 column-gap: 4px;
215} 206}
216 207
217.variablelist dl dt { 208.variablelist dl dt {
@@ -222,6 +213,7 @@ div.variablelist dl {
222.variablelist dl dd { 213.variablelist dl dd {
223 margin-top: -3.5em; 214 margin-top: -3.5em;
224 margin-left: 15.5em; 215 margin-left: 15.5em;
216 margin-bottom: 2em;
225} 217}
226 218
227.glossary dd p, 219.glossary dd p,
@@ -230,7 +222,6 @@ div.variablelist dl {
230 margin-bottom: 1em; 222 margin-bottom: 1em;
231} 223}
232 224
233
234div.calloutlist table td { 225div.calloutlist table td {
235 padding: 0em 0em 0em 0em; 226 padding: 0em 0em 0em 0em;
236 margin: 0em 0em 0em 0em; 227 margin: 0em 0em 0em 0em;
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 86161ede5d..9caebf49f5 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -46,7 +46,7 @@
46 46
47 <glossdiv id='var-glossary-a'><title>A</title> 47 <glossdiv id='var-glossary-a'><title>A</title>
48 48
49 <glossentry id='var-ABIEXTENSION'><glossterm><imagedata fileref="figures/define-generic.png" />ABIEXTENSION</glossterm> 49 <glossentry id='var-ABIEXTENSION'><glossterm>ABIEXTENSION<imagedata fileref="figures/define-generic.png" /></glossterm>
50 <info> 50 <info>
51 ABIEXTENSION[doc] = "Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi")." 51 ABIEXTENSION[doc] = "Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi")."
52 </info> 52 </info>
@@ -69,7 +69,7 @@
69 </glossdef> 69 </glossdef>
70 </glossentry> 70 </glossentry>
71 71
72 <glossentry id='var-ALLOW_EMPTY'><glossterm><imagedata fileref="figures/define-generic.png" />ALLOW_EMPTY</glossterm> 72 <glossentry id='var-ALLOW_EMPTY'><glossterm>ALLOW_EMPTY<imagedata fileref="figures/define-generic.png" /></glossterm>
73 <info> 73 <info>
74 ALLOW_EMPTY[doc] = "Specifies if an output package should still be produced if it is empty." 74 ALLOW_EMPTY[doc] = "Specifies if an output package should still be produced if it is empty."
75 </info> 75 </info>
@@ -94,7 +94,7 @@
94 </glossdef> 94 </glossdef>
95 </glossentry> 95 </glossentry>
96 96
97 <glossentry id='var-ALTERNATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE</glossterm> 97 <glossentry id='var-ALTERNATIVE'><glossterm>ALTERNATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
98 <info> 98 <info>
99 ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme." 99 ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme."
100 </info> 100 </info>
@@ -124,7 +124,7 @@
124 </glossdef> 124 </glossdef>
125 </glossentry> 125 </glossentry>
126 126
127 <glossentry id='var-ALTERNATIVE_LINK_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE_LINK_NAME</glossterm> 127 <glossentry id='var-ALTERNATIVE_LINK_NAME'><glossterm>ALTERNATIVE_LINK_NAME<imagedata fileref="figures/define-generic.png" /></glossterm>
128 <info> 128 <info>
129 ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual locations." 129 ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual locations."
130 </info> 130 </info>
@@ -160,7 +160,7 @@
160 </glossdef> 160 </glossdef>
161 </glossentry> 161 </glossentry>
162 162
163 <glossentry id='var-ALTERNATIVE_PRIORITY'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE_PRIORITY</glossterm> 163 <glossentry id='var-ALTERNATIVE_PRIORITY'><glossterm>ALTERNATIVE_PRIORITY<imagedata fileref="figures/define-generic.png" /></glossterm>
164 <info> 164 <info>
165 ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands." 165 ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands."
166 </info> 166 </info>
@@ -188,7 +188,7 @@
188 </glossdef> 188 </glossdef>
189 </glossentry> 189 </glossentry>
190 190
191 <glossentry id='var-ALTERNATIVE_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE_TARGET</glossterm> 191 <glossentry id='var-ALTERNATIVE_TARGET'><glossterm>ALTERNATIVE_TARGET<imagedata fileref="figures/define-generic.png" /></glossterm>
192 <info> 192 <info>
193 ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for duplicated commands." 193 ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for duplicated commands."
194 </info> 194 </info>
@@ -242,7 +242,7 @@
242 </glossdef> 242 </glossdef>
243 </glossentry> 243 </glossentry>
244 244
245 <glossentry id='var-APPEND'><glossterm><imagedata fileref="figures/define-generic.png" />APPEND</glossterm> 245 <glossentry id='var-APPEND'><glossterm>APPEND<imagedata fileref="figures/define-generic.png" /></glossterm>
246 <info> 246 <info>
247 APPEND[doc] = "An override list of append strings for each LABEL." 247 APPEND[doc] = "An override list of append strings for each LABEL."
248 </info> 248 </info>
@@ -260,7 +260,7 @@
260 </glossdef> 260 </glossdef>
261 </glossentry> 261 </glossentry>
262 262
263 <glossentry id='var-AR'><glossterm><imagedata fileref="figures/define-generic.png" />AR</glossterm> 263 <glossentry id='var-AR'><glossterm>AR<imagedata fileref="figures/define-generic.png" /></glossterm>
264 <info> 264 <info>
265 AR[doc] = "Minimal command and arguments to run 'ar'." 265 AR[doc] = "Minimal command and arguments to run 'ar'."
266 </info> 266 </info>
@@ -272,7 +272,7 @@
272 </glossdef> 272 </glossdef>
273 </glossentry> 273 </glossentry>
274 274
275 <glossentry id='var-AS'><glossterm><imagedata fileref="figures/define-generic.png" />AS</glossterm> 275 <glossentry id='var-AS'><glossterm>AS<imagedata fileref="figures/define-generic.png" /></glossterm>
276 <info> 276 <info>
277 AS[doc] = "Minimal command and arguments to run the assembler." 277 AS[doc] = "Minimal command and arguments to run the assembler."
278 </info> 278 </info>
@@ -284,7 +284,7 @@
284 </glossdef> 284 </glossdef>
285 </glossentry> 285 </glossentry>
286 286
287 <glossentry id='var-ASSUME_PROVIDED'><glossterm><imagedata fileref="figures/define-generic.png" />ASSUME_PROVIDED</glossterm> 287 <glossentry id='var-ASSUME_PROVIDED'><glossterm>ASSUME_PROVIDED<imagedata fileref="figures/define-generic.png" /></glossterm>
288 <info> 288 <info>
289 ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." 289 ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build."
290 </info> 290 </info>
@@ -307,7 +307,7 @@
307 </glossdef> 307 </glossdef>
308 </glossentry> 308 </glossentry>
309 309
310 <glossentry id='var-ASSUME_SHLIBS'><glossterm><imagedata fileref="figures/define-generic.png" />ASSUME_SHLIBS</glossterm> 310 <glossentry id='var-ASSUME_SHLIBS'><glossterm>ASSUME_SHLIBS<imagedata fileref="figures/define-generic.png" /></glossterm>
311 <info> 311 <info>
312 ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system." 312 ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system."
313 </info> 313 </info>
@@ -341,17 +341,19 @@
341 </glossdef> 341 </glossdef>
342 </glossentry> 342 </glossentry>
343 343
344 <glossentry id='var-AUTHOR'><glossterm><imagedata fileref="figures/define-generic.png" />AUTHOR</glossterm> 344 <glossentry id='var-AUTHOR'><glossterm>AUTHOR<imagedata fileref="figures/define-generic.png" /></glossterm>
345 <info> 345 <info>
346 AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." 346 AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs."
347 </info> 347 </info>
348 <glossdef> 348 <glossdef>
349 <para>The email address used to contact the original author 349 <para>
350 or authors in order to send patches and forward bugs.</para> 350 The email address used to contact the original author
351 or authors in order to send patches and forward bugs.
352 </para>
351 </glossdef> 353 </glossdef>
352 </glossentry> 354 </glossentry>
353 355
354 <glossentry id='var-AUTO_LIBNAME_PKGS'><glossterm><imagedata fileref="figures/define-generic.png" />AUTO_LIBNAME_PKGS</glossterm> 356 <glossentry id='var-AUTO_LIBNAME_PKGS'><glossterm>AUTO_LIBNAME_PKGS<imagedata fileref="figures/define-generic.png" /></glossterm>
355 <info> 357 <info>
356 AUTO_LIBNAME_PKGS[doc] = "Specifies which packages should be checked for libraries and renamed according to Debian library package naming." 358 AUTO_LIBNAME_PKGS[doc] = "Specifies which packages should be checked for libraries and renamed according to Debian library package naming."
357 </info> 359 </info>
@@ -373,7 +375,7 @@
373 </glossdef> 375 </glossdef>
374 </glossentry> 376 </glossentry>
375 377
376 <glossentry id='var-AUTO_SYSLINUXMENU'><glossterm><imagedata fileref="figures/define-generic.png" />AUTO_SYSLINUXMENU</glossterm> 378 <glossentry id='var-AUTO_SYSLINUXMENU'><glossterm>AUTO_SYSLINUXMENU<imagedata fileref="figures/define-generic.png" /></glossterm>
377 <info> 379 <info>
378 AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." 380 AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader."
379 </info> 381 </info>
@@ -389,7 +391,7 @@
389 </glossdef> 391 </glossdef>
390 </glossentry> 392 </glossentry>
391 393
392 <glossentry id='var-AUTOREV'><glossterm><imagedata fileref="figures/define-generic.png" />AUTOREV</glossterm> 394 <glossentry id='var-AUTOREV'><glossterm>AUTOREV<imagedata fileref="figures/define-generic.png" /></glossterm>
393 <info> 395 <info>
394 AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository." 396 AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository."
395 </info> 397 </info>
@@ -405,7 +407,7 @@
405 </glossdef> 407 </glossdef>
406 </glossentry> 408 </glossentry>
407 409
408 <glossentry id='var-AVAILTUNES'><glossterm><imagedata fileref="figures/define-generic.png" />AVAILTUNES</glossterm> 410 <glossentry id='var-AVAILTUNES'><glossterm>AVAILTUNES<imagedata fileref="figures/define-generic.png" /></glossterm>
409 <info> 411 <info>
410 AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system." 412 AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system."
411 </info> 413 </info>
@@ -444,7 +446,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
444 446
445 <glossdiv id='var-glossary-b'><title>B</title> 447 <glossdiv id='var-glossary-b'><title>B</title>
446 448
447 <glossentry id='var-B'><glossterm><imagedata fileref="figures/define-generic.png" />B</glossterm> 449 <glossentry id='var-B'><glossterm>B<imagedata fileref="figures/define-generic.png" /></glossterm>
448 <info> 450 <info>
449 B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process." 451 B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process."
450 </info> 452 </info>
@@ -470,7 +472,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
470 </glossdef> 472 </glossdef>
471 </glossentry> 473 </glossentry>
472 474
473 <glossentry id='var-BAD_RECOMMENDATIONS'><glossterm><imagedata fileref="figures/define-generic.png" />BAD_RECOMMENDATIONS</glossterm> 475 <glossentry id='var-BAD_RECOMMENDATIONS'><glossterm>BAD_RECOMMENDATIONS<imagedata fileref="figures/define-generic.png" /></glossterm>
474 <info> 476 <info>
475 BAD_RECOMMENDATIONS[doc] = "A list of packages not to install despite being recommended by a recipe. Support for this variable exists only when using the IPK packaging backend." 477 BAD_RECOMMENDATIONS[doc] = "A list of packages not to install despite being recommended by a recipe. Support for this variable exists only when using the IPK packaging backend."
476 </info> 478 </info>
@@ -521,7 +523,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
521 </glossdef> 523 </glossdef>
522 </glossentry> 524 </glossentry>
523 525
524 <glossentry id='var-BASE_LIB'><glossterm><imagedata fileref="figures/define-generic.png" />BASE_LIB</glossterm> 526 <glossentry id='var-BASE_LIB'><glossterm>BASE_LIB<imagedata fileref="figures/define-generic.png" /></glossterm>
525 <info> 527 <info>
526 BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune." 528 BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune."
527 </info> 529 </info>
@@ -546,7 +548,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
546 </glossdef> 548 </glossdef>
547 </glossentry> 549 </glossentry>
548 550
549 <glossentry id='var-BASE_WORKDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BASE_WORKDIR</glossterm> 551 <glossentry id='var-BASE_WORKDIR'><glossterm>BASE_WORKDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
550 <info> 552 <info>
551 BASE_WORKDIR[doc] = "Points to the base of the work directory for all recipes." 553 BASE_WORKDIR[doc] = "Points to the base of the work directory for all recipes."
552 </info> 554 </info>
@@ -558,7 +560,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
558 </glossdef> 560 </glossdef>
559 </glossentry> 561 </glossentry>
560 562
561 <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm><imagedata fileref="figures/define-generic.png" />BB_DANGLINGAPPENDS_WARNONLY</glossterm> 563 <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY<imagedata fileref="figures/define-generic.png" /></glossterm>
562 <info> 564 <info>
563 BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)." 565 BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)."
564 </info> 566 </info>
@@ -595,7 +597,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
595 </glossdef> 597 </glossdef>
596 </glossentry> 598 </glossentry>
597 599
598 <glossentry id='var-BB_DISKMON_DIRS'><glossterm><imagedata fileref="figures/define-generic.png" />BB_DISKMON_DIRS</glossterm> 600 <glossentry id='var-BB_DISKMON_DIRS'><glossterm>BB_DISKMON_DIRS<imagedata fileref="figures/define-generic.png" /></glossterm>
599 <info> 601 <info>
600 BB_DISKMON_DIRS[doc] = "Monitors disk space and available inodes during the build and allows you to control the build based on these parameters." 602 BB_DISKMON_DIRS[doc] = "Monitors disk space and available inodes during the build and allows you to control the build based on these parameters."
601 </info> 603 </info>
@@ -693,7 +695,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
693 </glossdef> 695 </glossdef>
694 </glossentry> 696 </glossentry>
695 697
696 <glossentry id='var-BB_DISKMON_WARNINTERVAL'><glossterm><imagedata fileref="figures/define-generic.png" />BB_DISKMON_WARNINTERVAL</glossterm> 698 <glossentry id='var-BB_DISKMON_WARNINTERVAL'><glossterm>BB_DISKMON_WARNINTERVAL<imagedata fileref="figures/define-generic.png" /></glossterm>
697 <info> 699 <info>
698 BB_DISKMON_WARNINTERVAL[doc] = "Defines the disk space and free inode warning intervals. To set these intervals, define the variable in the conf/local.conf file in the Build Directory." 700 BB_DISKMON_WARNINTERVAL[doc] = "Defines the disk space and free inode warning intervals. To set these intervals, define the variable in the conf/local.conf file in the Build Directory."
699 </info> 701 </info>
@@ -764,7 +766,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
764 </glossdef> 766 </glossdef>
765 </glossentry> 767 </glossentry>
766 768
767 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm><imagedata fileref="figures/define-generic.png" />BB_GENERATE_MIRROR_TARBALLS</glossterm> 769 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS<imagedata fileref="figures/define-generic.png" /></glossterm>
768 <info> 770 <info>
769 BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory." 771 BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory."
770 </info> 772 </info>
@@ -790,7 +792,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
790 </glossdef> 792 </glossdef>
791 </glossentry> 793 </glossentry>
792 794
793 <glossentry id='var-BB_NUMBER_THREADS'><glossterm><imagedata fileref="figures/define-generic.png" />BB_NUMBER_THREADS</glossterm> 795 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS<imagedata fileref="figures/define-generic.png" /></glossterm>
794 <info> 796 <info>
795 BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. This variable is automatically configured to be equal to the number of build system cores." 797 BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. This variable is automatically configured to be equal to the number of build system cores."
796 </info> 798 </info>
@@ -807,7 +809,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
807 </glossdef> 809 </glossdef>
808 </glossentry> 810 </glossentry>
809 811
810 <glossentry id='var-BBCLASSEXTEND'><glossterm><imagedata fileref="figures/define-generic.png" />BBCLASSEXTEND</glossterm> 812 <glossentry id='var-BBCLASSEXTEND'><glossterm>BBCLASSEXTEND<imagedata fileref="figures/define-generic.png" /></glossterm>
811 <info> 813 <info>
812 BBCLASSEXTEND[doc] = "Allows you to extend a recipe so that it builds variants of the software. Common variants for recipes are 'native', 'cross', 'nativesdk' and multilibs." 814 BBCLASSEXTEND[doc] = "Allows you to extend a recipe so that it builds variants of the software. Common variants for recipes are 'native', 'cross', 'nativesdk' and multilibs."
813 </info> 815 </info>
@@ -834,7 +836,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
834 </glossdef> 836 </glossdef>
835 </glossentry> 837 </glossentry>
836 838
837 <glossentry id='var-BBFILE_COLLECTIONS'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILE_COLLECTIONS</glossterm> 839 <glossentry id='var-BBFILE_COLLECTIONS'><glossterm>BBFILE_COLLECTIONS<imagedata fileref="figures/define-generic.png" /></glossterm>
838 <info> 840 <info>
839 BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables." 841 BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables."
840 </info> 842 </info>
@@ -848,7 +850,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
848 </glossdef> 850 </glossdef>
849 </glossentry> 851 </glossentry>
850 852
851 <glossentry id='var-BBFILE_PATTERN'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILE_PATTERN</glossterm> 853 <glossentry id='var-BBFILE_PATTERN'><glossterm>BBFILE_PATTERN<imagedata fileref="figures/define-generic.png" /></glossterm>
852 <info> 854 <info>
853 BBFILE_PATTERN[doc] = "Variable that expands to match files from BBFILES in a particular layer. This variable is used in the layer.conf file and must be suffixed with the name of a layer." 855 BBFILE_PATTERN[doc] = "Variable that expands to match files from BBFILES in a particular layer. This variable is used in the layer.conf file and must be suffixed with the name of a layer."
854 </info> 856 </info>
@@ -862,7 +864,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
862 </glossdef> 864 </glossdef>
863 </glossentry> 865 </glossentry>
864 866
865 <glossentry id='var-BBFILE_PRIORITY'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILE_PRIORITY</glossterm> 867 <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY<imagedata fileref="figures/define-generic.png" /></glossterm>
866 <info> 868 <info>
867 BBFILE_PRIORITY[doc] = "Assigns the priority for recipe files in each layer. Setting this variable allows you to prioritize a layer against other layers that contain the same recipe." 869 BBFILE_PRIORITY[doc] = "Assigns the priority for recipe files in each layer. Setting this variable allows you to prioritize a layer against other layers that contain the same recipe."
868 </info> 870 </info>
@@ -896,7 +898,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
896 </glossdef> 898 </glossdef>
897 </glossentry> 899 </glossentry>
898 900
899 <glossentry id='var-BBFILES'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILES</glossterm> 901 <glossentry id='var-BBFILES'><glossterm>BBFILES<imagedata fileref="figures/define-generic.png" /></glossterm>
900 <info> 902 <info>
901 BBFILES[doc] = "List of recipe files used by BitBake to build software." 903 BBFILES[doc] = "List of recipe files used by BitBake to build software."
902 </info> 904 </info>
@@ -905,7 +907,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
905 </glossdef> 907 </glossdef>
906 </glossentry> 908 </glossentry>
907 909
908 <glossentry id='var-BBINCLUDELOGS'><glossterm><imagedata fileref="figures/define-generic.png" />BBINCLUDELOGS</glossterm> 910 <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS<imagedata fileref="figures/define-generic.png" /></glossterm>
909 <info> 911 <info>
910 BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." 912 BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure."
911 </info> 913 </info>
@@ -914,7 +916,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
914 </glossdef> 916 </glossdef>
915 </glossentry> 917 </glossentry>
916 918
917 <glossentry id='var-BBINCLUDELOGS_LINES'><glossterm><imagedata fileref="figures/define-generic.png" />BBINCLUDELOGS_LINES</glossterm> 919 <glossentry id='var-BBINCLUDELOGS_LINES'><glossterm>BBINCLUDELOGS_LINES<imagedata fileref="figures/define-generic.png" /></glossterm>
918 <info> 920 <info>
919 BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." 921 BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure."
920 </info> 922 </info>
@@ -930,7 +932,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
930 </glossdef> 932 </glossdef>
931 </glossentry> 933 </glossentry>
932 934
933 <glossentry id='var-BBLAYERS'><glossterm><imagedata fileref="figures/define-generic.png" />BBLAYERS</glossterm> 935 <glossentry id='var-BBLAYERS'><glossterm>BBLAYERS<imagedata fileref="figures/define-generic.png" /></glossterm>
934 <info> 936 <info>
935 BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." 937 BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file."
936 </info> 938 </info>
@@ -958,7 +960,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
958 </glossdef> 960 </glossdef>
959 </glossentry> 961 </glossentry>
960 962
961 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm><imagedata fileref="figures/define-generic.png" />BBLAYERS_NON_REMOVABLE</glossterm> 963 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE<imagedata fileref="figures/define-generic.png" /></glossterm>
962 <info> 964 <info>
963 BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." 965 BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file."
964 </info> 966 </info>
@@ -994,7 +996,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
994 </glossdef> 996 </glossdef>
995 </glossentry> 997 </glossentry>
996 998
997 <glossentry id='var-BBMASK'><glossterm><imagedata fileref="figures/define-generic.png" />BBMASK</glossterm> 999 <glossentry id='var-BBMASK'><glossterm>BBMASK<imagedata fileref="figures/define-generic.png" /></glossterm>
998 <glossdef> 1000 <glossdef>
999 <info> 1001 <info>
1000 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." 1002 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf."
@@ -1057,7 +1059,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1057 </glossdef> 1059 </glossdef>
1058 </glossentry> 1060 </glossentry>
1059 1061
1060 <glossentry id='var-BBPATH'><glossterm><imagedata fileref="figures/define-generic.png" />BBPATH</glossterm> 1062 <glossentry id='var-BBPATH'><glossterm>BBPATH<imagedata fileref="figures/define-generic.png" /></glossterm>
1061 <info> 1063 <info>
1062 BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." 1064 BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable."
1063 </info> 1065 </info>
@@ -1085,7 +1087,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1085 </glossdef> 1087 </glossdef>
1086 </glossentry> 1088 </glossentry>
1087 1089
1088 <glossentry id='var-BBSERVER'><glossterm><imagedata fileref="figures/define-generic.png" />BBSERVER</glossterm> 1090 <glossentry id='var-BBSERVER'><glossterm>BBSERVER<imagedata fileref="figures/define-generic.png" /></glossterm>
1089 <info> 1091 <info>
1090 BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." 1092 BBSERVER[doc] = "Points to the server that runs memory-resident BitBake."
1091 </info> 1093 </info>
@@ -1110,7 +1112,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1110 </glossdef> 1112 </glossdef>
1111 </glossentry> 1113 </glossentry>
1112 1114
1113 <glossentry id='var-BINCONFIG'><glossterm><imagedata fileref="figures/define-generic.png" />BINCONFIG</glossterm> 1115 <glossentry id='var-BINCONFIG'><glossterm>BINCONFIG<imagedata fileref="figures/define-generic.png" /></glossterm>
1114 <info> 1116 <info>
1115 BINCONFIG[doc] = "When inheriting the binconfig-disabled class, this variable specifies binary configuration scripts to disable in favor of using pkg-config to query the information." 1117 BINCONFIG[doc] = "When inheriting the binconfig-disabled class, this variable specifies binary configuration scripts to disable in favor of using pkg-config to query the information."
1116 </info> 1118 </info>
@@ -1137,7 +1139,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1137 </glossdef> 1139 </glossdef>
1138 </glossentry> 1140 </glossentry>
1139 1141
1140 <glossentry id='var-BINCONFIG_GLOB'><glossterm><imagedata fileref="figures/define-generic.png" />BINCONFIG_GLOB</glossterm> 1142 <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB<imagedata fileref="figures/define-generic.png" /></glossterm>
1141 <info> 1143 <info>
1142 BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." 1144 BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing."
1143 </info> 1145 </info>
@@ -1164,7 +1166,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1164 </glossdef> 1166 </glossdef>
1165 </glossentry> 1167 </glossentry>
1166 1168
1167 <glossentry id='var-BP'><glossterm><imagedata fileref="figures/define-generic.png" />BP</glossterm> 1169 <glossentry id='var-BP'><glossterm>BP<imagedata fileref="figures/define-generic.png" /></glossterm>
1168 <info> 1170 <info>
1169 BP[doc] = "The base recipe name and version but without any special recipe name suffix (i.e. -native, lib64-, and so forth). BP is comprised of ${BPN}-${PV}" 1171 BP[doc] = "The base recipe name and version but without any special recipe name suffix (i.e. -native, lib64-, and so forth). BP is comprised of ${BPN}-${PV}"
1170 </info> 1172 </info>
@@ -1179,7 +1181,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1179 </glossdef> 1181 </glossdef>
1180 </glossentry> 1182 </glossentry>
1181 1183
1182 <glossentry id='var-BPN'><glossterm><imagedata fileref="figures/define-generic.png" />BPN</glossterm> 1184 <glossentry id='var-BPN'><glossterm>BPN<imagedata fileref="figures/define-generic.png" /></glossterm>
1183 <info> 1185 <info>
1184 BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." 1186 BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes."
1185 </info> 1187 </info>
@@ -1197,7 +1199,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1197 </glossdef> 1199 </glossdef>
1198 </glossentry> 1200 </glossentry>
1199 1201
1200 <glossentry id='var-BUGTRACKER'><glossterm><imagedata fileref="figures/define-generic.png" />BUGTRACKER</glossterm> 1202 <glossentry id='var-BUGTRACKER'><glossterm>BUGTRACKER<imagedata fileref="figures/define-generic.png" /></glossterm>
1201 <info> 1203 <info>
1202 BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." 1204 BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe."
1203 </info> 1205 </info>
@@ -1212,7 +1214,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1212 </glossdef> 1214 </glossdef>
1213 </glossentry> 1215 </glossentry>
1214 1216
1215 <glossentry id='var-BUILD_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_ARCH</glossterm> 1217 <glossentry id='var-BUILD_ARCH'><glossterm>BUILD_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
1216 <info> 1218 <info>
1217 BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)." 1219 BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)."
1218 </info> 1220 </info>
@@ -1227,7 +1229,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1227 </glossdef> 1229 </glossdef>
1228 </glossentry> 1230 </glossentry>
1229 1231
1230 <glossentry id='var-BUILD_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CFLAGS</glossterm> 1232 <glossentry id='var-BUILD_CFLAGS'><glossterm>BUILD_CFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1231 <info> 1233 <info>
1232 BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." 1234 BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host."
1233 </info> 1235 </info>
@@ -1242,7 +1244,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1242 </glossdef> 1244 </glossdef>
1243 </glossentry> 1245 </glossentry>
1244 1246
1245 <glossentry id='var-BUILD_CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CPPFLAGS</glossterm> 1247 <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1246 <info> 1248 <info>
1247 BUILD_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the build host." 1249 BUILD_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the build host."
1248 </info> 1250 </info>
@@ -1258,7 +1260,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1258 </glossdef> 1260 </glossdef>
1259 </glossentry> 1261 </glossentry>
1260 1262
1261 <glossentry id='var-BUILD_CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CXXFLAGS</glossterm> 1263 <glossentry id='var-BUILD_CXXFLAGS'><glossterm>BUILD_CXXFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1262 <info> 1264 <info>
1263 BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host." 1265 BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host."
1264 </info> 1266 </info>
@@ -1273,7 +1275,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1273 </glossdef> 1275 </glossdef>
1274 </glossentry> 1276 </glossentry>
1275 1277
1276 <glossentry id='var-BUILD_LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_LDFLAGS</glossterm> 1278 <glossentry id='var-BUILD_LDFLAGS'><glossterm>BUILD_LDFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1277 <info> 1279 <info>
1278 BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host." 1280 BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host."
1279 </info> 1281 </info>
@@ -1288,7 +1290,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1288 </glossdef> 1290 </glossdef>
1289 </glossentry> 1291 </glossentry>
1290 1292
1291 <glossentry id='var-BUILD_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_OPTIMIZATION</glossterm> 1293 <glossentry id='var-BUILD_OPTIMIZATION'><glossterm>BUILD_OPTIMIZATION<imagedata fileref="figures/define-generic.png" /></glossterm>
1292 <info> 1294 <info>
1293 BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK." 1295 BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK."
1294 </info> 1296 </info>
@@ -1311,7 +1313,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1311 </glossdef> 1313 </glossdef>
1312 </glossentry> 1314 </glossentry>
1313 1315
1314 <glossentry id='var-BUILD_OS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_OS</glossterm> 1316 <glossentry id='var-BUILD_OS'><glossterm>BUILD_OS<imagedata fileref="figures/define-generic.png" /></glossterm>
1315 <info> 1317 <info>
1316 BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. Linux)." 1318 BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. Linux)."
1317 </info> 1319 </info>
@@ -1327,7 +1329,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1327 </glossdef> 1329 </glossdef>
1328 </glossentry> 1330 </glossentry>
1329 1331
1330 <glossentry id='var-BUILD_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_PREFIX</glossterm> 1332 <glossentry id='var-BUILD_PREFIX'><glossterm>BUILD_PREFIX<imagedata fileref="figures/define-generic.png" /></glossterm>
1331 <info> 1333 <info>
1332 BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes." 1334 BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes."
1333 </info> 1335 </info>
@@ -1342,7 +1344,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1342 </glossdef> 1344 </glossdef>
1343 </glossentry> 1345 </glossentry>
1344 1346
1345 <glossentry id='var-BUILD_VENDOR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_VENDOR</glossterm> 1347 <glossentry id='var-BUILD_VENDOR'><glossterm>BUILD_VENDOR<imagedata fileref="figures/define-generic.png" /></glossterm>
1346 <info> 1348 <info>
1347 BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." 1349 BUILD_VENDOR[doc] = "The vendor name to use when building for the build host."
1348 </info> 1350 </info>
@@ -1355,7 +1357,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1355 </glossdef> 1357 </glossdef>
1356 </glossentry> 1358 </glossentry>
1357 1359
1358 <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm> 1360 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
1359 <info> 1361 <info>
1360 BUILDDIR[doc] = "Points to the location of the Build Directory." 1362 BUILDDIR[doc] = "Points to the location of the Build Directory."
1361 </info> 1363 </info>
@@ -1376,7 +1378,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1376 </glossdef> 1378 </glossdef>
1377 </glossentry> 1379 </glossentry>
1378 1380
1379 <glossentry id='var-BUILDHISTORY_COMMIT'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_COMMIT</glossterm> 1381 <glossentry id='var-BUILDHISTORY_COMMIT'><glossterm>BUILDHISTORY_COMMIT<imagedata fileref="figures/define-generic.png" /></glossterm>
1380 <info> 1382 <info>
1381 BUILDHISTORY_COMMIT[doc] = "When inheriting the buildhistory class, this variable specifies whether or not to commit the build history output in a local Git repository." 1383 BUILDHISTORY_COMMIT[doc] = "When inheriting the buildhistory class, this variable specifies whether or not to commit the build history output in a local Git repository."
1382 </info> 1384 </info>
@@ -1407,7 +1409,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1407 </glossdef> 1409 </glossdef>
1408 </glossentry> 1410 </glossentry>
1409 1411
1410 <glossentry id='var-BUILDHISTORY_COMMIT_AUTHOR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_COMMIT_AUTHOR</glossterm> 1412 <glossentry id='var-BUILDHISTORY_COMMIT_AUTHOR'><glossterm>BUILDHISTORY_COMMIT_AUTHOR<imagedata fileref="figures/define-generic.png" /></glossterm>
1411 <info> 1413 <info>
1412 BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit." 1414 BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit."
1413 </info> 1415 </info>
@@ -1441,7 +1443,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1441 </glossdef> 1443 </glossdef>
1442 </glossentry> 1444 </glossentry>
1443 1445
1444 <glossentry id='var-BUILDHISTORY_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_DIR</glossterm> 1446 <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
1445 <info> 1447 <info>
1446 BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." 1448 BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept."
1447 </info> 1449 </info>
@@ -1465,7 +1467,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1465 </glossdef> 1467 </glossdef>
1466 </glossentry> 1468 </glossentry>
1467 1469
1468 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_FEATURES</glossterm> 1470 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
1469 <info> 1471 <info>
1470 BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." 1472 BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled."
1471 </info> 1473 </info>
@@ -1509,7 +1511,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1509 </glossdef> 1511 </glossdef>
1510 </glossentry> 1512 </glossentry>
1511 1513
1512 <glossentry id='var-BUILDHISTORY_IMAGE_FILES'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_IMAGE_FILES</glossterm> 1514 <glossentry id='var-BUILDHISTORY_IMAGE_FILES'><glossterm>BUILDHISTORY_IMAGE_FILES<imagedata fileref="figures/define-generic.png" /></glossterm>
1513 <info> 1515 <info>
1514 BUILDHISTORY_IMAGE_FILES[doc] = "When inheriting the buildhistory class, this variable specifies a list of paths to files copied from the image contents into the build history directory under an "image-files" directory in the directory for the image, so that you can track the contents of each file." 1516 BUILDHISTORY_IMAGE_FILES[doc] = "When inheriting the buildhistory class, this variable specifies a list of paths to files copied from the image contents into the build history directory under an "image-files" directory in the directory for the image, so that you can track the contents of each file."
1515 </info> 1517 </info>
@@ -1541,7 +1543,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1541 </glossdef> 1543 </glossdef>
1542 </glossentry> 1544 </glossentry>
1543 1545
1544 <glossentry id='var-BUILDHISTORY_PUSH_REPO'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_PUSH_REPO</glossterm> 1546 <glossentry id='var-BUILDHISTORY_PUSH_REPO'><glossterm>BUILDHISTORY_PUSH_REPO<imagedata fileref="figures/define-generic.png" /></glossterm>
1545 <info> 1547 <info>
1546 BUILDHISTORY_PUSH_REPO[doc] = "When inheriting the buildhistory class, this variable optionally specifies a remote repository to which build history pushes Git changes." 1548 BUILDHISTORY_PUSH_REPO[doc] = "When inheriting the buildhistory class, this variable optionally specifies a remote repository to which build history pushes Git changes."
1547 </info> 1549 </info>
@@ -1575,7 +1577,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1575 </glossdef> 1577 </glossdef>
1576 </glossentry> 1578 </glossentry>
1577 1579
1578 <glossentry id='var-BUILDSDK_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_CFLAGS</glossterm> 1580 <glossentry id='var-BUILDSDK_CFLAGS'><glossterm>BUILDSDK_CFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1579 <info> 1581 <info>
1580 BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK." 1582 BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK."
1581 </info> 1583 </info>
@@ -1591,7 +1593,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1591 </glossdef> 1593 </glossdef>
1592 </glossentry> 1594 </glossentry>
1593 1595
1594 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_CPPFLAGS</glossterm> 1596 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1595 <info> 1597 <info>
1596 BUILDSDK_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the SDK." 1598 BUILDSDK_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the SDK."
1597 </info> 1599 </info>
@@ -1608,7 +1610,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1608 </glossdef> 1610 </glossdef>
1609 </glossentry> 1611 </glossentry>
1610 1612
1611 <glossentry id='var-BUILDSDK_CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_CXXFLAGS</glossterm> 1613 <glossentry id='var-BUILDSDK_CXXFLAGS'><glossterm>BUILDSDK_CXXFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1612 <info> 1614 <info>
1613 BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK." 1615 BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK."
1614 </info> 1616 </info>
@@ -1624,7 +1626,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1624 </glossdef> 1626 </glossdef>
1625 </glossentry> 1627 </glossentry>
1626 1628
1627 <glossentry id='var-BUILDSDK_LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_LDFLAGS</glossterm> 1629 <glossentry id='var-BUILDSDK_LDFLAGS'><glossterm>BUILDSDK_LDFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1628 <info> 1630 <info>
1629 BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK." 1631 BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK."
1630 </info> 1632 </info>
@@ -1640,7 +1642,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1640 </glossdef> 1642 </glossdef>
1641 </glossentry> 1643 </glossentry>
1642 1644
1643 <glossentry id='var-BUILDSTATS_BASE'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSTATS_BASE</glossterm> 1645 <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE<imagedata fileref="figures/define-generic.png" /></glossterm>
1644 <info> 1646 <info>
1645 BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class." 1647 BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class."
1646 </info> 1648 </info>
@@ -1657,7 +1659,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1657 </glossdef> 1659 </glossdef>
1658 </glossentry> 1660 </glossentry>
1659 1661
1660 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm><imagedata fileref="figures/define-generic.png" />BUSYBOX_SPLIT_SUID</glossterm> 1662 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm>BUSYBOX_SPLIT_SUID<imagedata fileref="figures/define-generic.png" /></glossterm>
1661 <info> 1663 <info>
1662 BUSYBOX_SPLIT_SUID[doc] = "For the BusyBox recipe, specifies whether to split the output executable file into two parts: one for features that require setuid root, and one for the remaining features." 1664 BUSYBOX_SPLIT_SUID[doc] = "For the BusyBox recipe, specifies whether to split the output executable file into two parts: one for features that require setuid root, and one for the remaining features."
1663 </info> 1665 </info>
@@ -1683,7 +1685,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1683 1685
1684 <glossdiv id='var-glossary-c'><title>C</title> 1686 <glossdiv id='var-glossary-c'><title>C</title>
1685 1687
1686 <glossentry id='var-CACHE'><glossterm><imagedata fileref="figures/define-generic.png" />CACHE</glossterm> 1688 <glossentry id='var-CACHE'><glossterm>CACHE<imagedata fileref="figures/define-generic.png" /></glossterm>
1687 <info> 1689 <info>
1688 CACHE[doc] = "The directory BitBake uses to store a cache of the metadata." 1690 CACHE[doc] = "The directory BitBake uses to store a cache of the metadata."
1689 </info> 1691 </info>
@@ -1698,7 +1700,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1698 </glossdef> 1700 </glossdef>
1699 </glossentry> 1701 </glossentry>
1700 1702
1701 <glossentry id='var-CC'><glossterm><imagedata fileref="figures/define-generic.png" />CC</glossterm> 1703 <glossentry id='var-CC'><glossterm>CC<imagedata fileref="figures/define-generic.png" /></glossterm>
1702 <info> 1704 <info>
1703 CC[doc] = "Minimum command and arguments to run the C compiler." 1705 CC[doc] = "Minimum command and arguments to run the C compiler."
1704 </info> 1706 </info>
@@ -1710,7 +1712,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1710 </glossdef> 1712 </glossdef>
1711 </glossentry> 1713 </glossentry>
1712 1714
1713 <glossentry id='var-CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CFLAGS</glossterm> 1715 <glossentry id='var-CFLAGS'><glossterm>CFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
1714 <info> 1716 <info>
1715 CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." 1717 CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS."
1716 </info> 1718 </info>
@@ -1745,7 +1747,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1745 </glossdef> 1747 </glossdef>
1746 </glossentry> 1748 </glossentry>
1747 1749
1748 <glossentry id='var-CLASSOVERRIDE'><glossterm><imagedata fileref="figures/define-generic.png" />CLASSOVERRIDE</glossterm> 1750 <glossentry id='var-CLASSOVERRIDE'><glossterm>CLASSOVERRIDE<imagedata fileref="figures/define-generic.png" /></glossterm>
1749 <info> 1751 <info>
1750 CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." 1752 CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)."
1751 </info> 1753 </info>
@@ -1774,7 +1776,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1774 </glossdef> 1776 </glossdef>
1775 </glossentry> 1777 </glossentry>
1776 1778
1777 <glossentry id='var-CLEANBROKEN'><glossterm><imagedata fileref="figures/define-generic.png" />CLEANBROKEN</glossterm> 1779 <glossentry id='var-CLEANBROKEN'><glossterm>CLEANBROKEN<imagedata fileref="figures/define-generic.png" /></glossterm>
1778 <info> 1780 <info>
1779 CLEANBROKEN[doc] = "Prevents the build system from running 'make clean' during the do_configure task." 1781 CLEANBROKEN[doc] = "Prevents the build system from running 'make clean' during the do_configure task."
1780 </info> 1782 </info>
@@ -1792,7 +1794,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1792 </glossdef> 1794 </glossdef>
1793 </glossentry> 1795 </glossentry>
1794 1796
1795 <glossentry id='var-COMBINED_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />COMBINED_FEATURES</glossterm> 1797 <glossentry id='var-COMBINED_FEATURES'><glossterm>COMBINED_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
1796 <info> 1798 <info>
1797 COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." 1799 COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES."
1798 </info> 1800 </info>
@@ -1821,7 +1823,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1821 </glossdef> 1823 </glossdef>
1822 </glossentry> 1824 </glossentry>
1823 1825
1824 <glossentry id='var-COMMON_LICENSE_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />COMMON_LICENSE_DIR</glossterm> 1826 <glossentry id='var-COMMON_LICENSE_DIR'><glossterm>COMMON_LICENSE_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
1825 <info> 1827 <info>
1826 COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." 1828 COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside."
1827 </info> 1829 </info>
@@ -1835,7 +1837,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1835 </glossdef> 1837 </glossdef>
1836 </glossentry> 1838 </glossentry>
1837 1839
1838 <glossentry id='var-COMPATIBLE_HOST'><glossterm><imagedata fileref="figures/define-generic.png" />COMPATIBLE_HOST</glossterm> 1840 <glossentry id='var-COMPATIBLE_HOST'><glossterm>COMPATIBLE_HOST<imagedata fileref="figures/define-generic.png" /></glossterm>
1839 <info> 1841 <info>
1840 COMPATIBLE_HOST[doc] = "A regular expression that resolves to one or more hosts (when the recipe is native) or one or more targets (when the recipe is non-native) with which a recipe is compatible." 1842 COMPATIBLE_HOST[doc] = "A regular expression that resolves to one or more hosts (when the recipe is native) or one or more targets (when the recipe is non-native) with which a recipe is compatible."
1841 </info> 1843 </info>
@@ -1855,7 +1857,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1855 </glossdef> 1857 </glossdef>
1856 </glossentry> 1858 </glossentry>
1857 1859
1858 <glossentry id='var-COMPATIBLE_MACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />COMPATIBLE_MACHINE</glossterm> 1860 <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE<imagedata fileref="figures/define-generic.png" /></glossterm>
1859 <info> 1861 <info>
1860 COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible." 1862 COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible."
1861 </info> 1863 </info>
@@ -1873,7 +1875,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1873 </glossdef> 1875 </glossdef>
1874 </glossentry> 1876 </glossentry>
1875 1877
1876 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm><imagedata fileref="figures/define-generic.png" />COMPLEMENTARY_GLOB</glossterm> 1878 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm>COMPLEMENTARY_GLOB<imagedata fileref="figures/define-generic.png" /></glossterm>
1877 <info> 1879 <info>
1878 COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image." 1880 COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image."
1879 </info> 1881 </info>
@@ -1903,7 +1905,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1903 </glossdef> 1905 </glossdef>
1904 </glossentry> 1906 </glossentry>
1905 1907
1906 <glossentry id='var-CONF_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />CONF_VERSION</glossterm> 1908 <glossentry id='var-CONF_VERSION'><glossterm>CONF_VERSION<imagedata fileref="figures/define-generic.png" /></glossterm>
1907 <info> 1909 <info>
1908 CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." 1910 CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly."
1909 </info> 1911 </info>
@@ -1917,7 +1919,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1917 </para> 1919 </para>
1918 </glossdef> 1920 </glossdef>
1919 </glossentry> 1921 </glossentry>
1920 <glossentry id='var-CONFFILES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFFILES</glossterm> 1922 <glossentry id='var-CONFFILES'><glossterm>CONFFILES<imagedata fileref="figures/define-generic.png" /></glossterm>
1921 <info> 1923 <info>
1922 CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." 1924 CONFFILES[doc] = "Identifies editable or configurable files that are part of a package."
1923 </info> 1925 </info>
@@ -1970,7 +1972,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1970 </glossdef> 1972 </glossdef>
1971 </glossentry> 1973 </glossentry>
1972 1974
1973 <glossentry id='var-CONFIG_INITRAMFS_SOURCE'><glossterm><imagedata fileref="figures/define-generic.png" />CONFIG_INITRAMFS_SOURCE</glossterm> 1975 <glossentry id='var-CONFIG_INITRAMFS_SOURCE'><glossterm>CONFIG_INITRAMFS_SOURCE<imagedata fileref="figures/define-generic.png" /></glossterm>
1974 <info> 1976 <info>
1975 CONFIG_INITRAMFS_SOURCE[doc] = "Identifies the initial RAM disk (initramfs) source files. The OpenEmbedded build system receives and uses this kernel Kconfig variable as an environment variable." 1977 CONFIG_INITRAMFS_SOURCE[doc] = "Identifies the initial RAM disk (initramfs) source files. The OpenEmbedded build system receives and uses this kernel Kconfig variable as an environment variable."
1976 </info> 1978 </info>
@@ -2005,7 +2007,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2005 </glossdef> 2007 </glossdef>
2006 </glossentry> 2008 </glossentry>
2007 2009
2008 <glossentry id='var-CONFIG_SITE'><glossterm><imagedata fileref="figures/define-generic.png" />CONFIG_SITE</glossterm> 2010 <glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE<imagedata fileref="figures/define-generic.png" /></glossterm>
2009 <info> 2011 <info>
2010 CONFIG_SITE[doc] = "A list of files that contains autoconf test results relevant to the current build. This variable is used by the Autotools utilities when running configure." 2012 CONFIG_SITE[doc] = "A list of files that contains autoconf test results relevant to the current build. This variable is used by the Autotools utilities when running configure."
2011 </info> 2013 </info>
@@ -2019,7 +2021,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2019 </glossdef> 2021 </glossdef>
2020 </glossentry> 2022 </glossentry>
2021 2023
2022 <glossentry id='var-CONFIGURE_FLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CONFIGURE_FLAGS</glossterm> 2024 <glossentry id='var-CONFIGURE_FLAGS'><glossterm>CONFIGURE_FLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
2023 <info> 2025 <info>
2024 CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure." 2026 CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure."
2025 </info> 2027 </info>
@@ -2030,7 +2032,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2030 </glossdef> 2032 </glossdef>
2031 </glossentry> 2033 </glossentry>
2032 2034
2033 <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFLICT_DISTRO_FEATURES</glossterm> 2035 <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm>CONFLICT_DISTRO_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
2034 <info> 2036 <info>
2035 CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that would be in conflict should the recipe be built." 2037 CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that would be in conflict should the recipe be built."
2036 </info> 2038 </info>
@@ -2052,7 +2054,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2052 </glossdef> 2054 </glossdef>
2053 </glossentry> 2055 </glossentry>
2054 2056
2055 <glossentry id='var-COPY_LIC_DIRS'><glossterm><imagedata fileref="figures/define-generic.png" />COPY_LIC_DIRS</glossterm> 2057 <glossentry id='var-COPY_LIC_DIRS'><glossterm>COPY_LIC_DIRS<imagedata fileref="figures/define-generic.png" /></glossterm>
2056 <info> 2058 <info>
2057 COPY_LIC_DIRS[doc] = "If set to "1" along with the COPY_LIC_MANIFEST variable, the OpenEmbedded build system copies into the image the license files, which are located in /usr/share/common-licenses, for each package." 2059 COPY_LIC_DIRS[doc] = "If set to "1" along with the COPY_LIC_MANIFEST variable, the OpenEmbedded build system copies into the image the license files, which are located in /usr/share/common-licenses, for each package."
2058 </info> 2060 </info>
@@ -2070,7 +2072,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2070 </glossdef> 2072 </glossdef>
2071 </glossentry> 2073 </glossentry>
2072 2074
2073 <glossentry id='var-COPY_LIC_MANIFEST'><glossterm><imagedata fileref="figures/define-generic.png" />COPY_LIC_MANIFEST</glossterm> 2075 <glossentry id='var-COPY_LIC_MANIFEST'><glossterm>COPY_LIC_MANIFEST<imagedata fileref="figures/define-generic.png" /></glossterm>
2074 <info> 2076 <info>
2075 COPY_LIC_MANIFEST[doc] = "If set to "1", the OpenEmbedded build system copies the license manifest for the image to /usr/share/common-licenses/license.manifest within the image itself." 2077 COPY_LIC_MANIFEST[doc] = "If set to "1", the OpenEmbedded build system copies the license manifest for the image to /usr/share/common-licenses/license.manifest within the image itself."
2076 </info> 2078 </info>
@@ -2084,7 +2086,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2084 </glossdef> 2086 </glossdef>
2085 </glossentry> 2087 </glossentry>
2086 2088
2087 <glossentry id='var-CORE_IMAGE_EXTRA_INSTALL'><glossterm><imagedata fileref="figures/define-generic.png" />CORE_IMAGE_EXTRA_INSTALL</glossterm> 2089 <glossentry id='var-CORE_IMAGE_EXTRA_INSTALL'><glossterm>CORE_IMAGE_EXTRA_INSTALL<imagedata fileref="figures/define-generic.png" /></glossterm>
2088 <info> 2090 <info>
2089 CORE_IMAGE_EXTRA_INSTALL[doc] = "Specifies the list of packages to be added to the image. You should only set this variable in the conf/local.conf file in the Build Directory." 2091 CORE_IMAGE_EXTRA_INSTALL[doc] = "Specifies the list of packages to be added to the image. You should only set this variable in the conf/local.conf file in the Build Directory."
2090 </info> 2092 </info>
@@ -2103,7 +2105,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2103 </glossdef> 2105 </glossdef>
2104 </glossentry> 2106 </glossentry>
2105 2107
2106 <glossentry id='var-COREBASE'><glossterm><imagedata fileref="figures/define-generic.png" />COREBASE</glossterm> 2108 <glossentry id='var-COREBASE'><glossterm>COREBASE<imagedata fileref="figures/define-generic.png" /></glossterm>
2107 <info> 2109 <info>
2108 COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." 2110 COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)."
2109 </info> 2111 </info>
@@ -2128,7 +2130,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2128 </glossdef> 2130 </glossdef>
2129 </glossentry> 2131 </glossentry>
2130 2132
2131 <glossentry id='var-CPP'><glossterm><imagedata fileref="figures/define-generic.png" />CPP</glossterm> 2133 <glossentry id='var-CPP'><glossterm>CPP<imagedata fileref="figures/define-generic.png" /></glossterm>
2132 <info> 2134 <info>
2133 CPP[doc] = "Minimum command and arguments to run the C preprocessor." 2135 CPP[doc] = "Minimum command and arguments to run the C preprocessor."
2134 </info> 2136 </info>
@@ -2140,7 +2142,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2140 </glossdef> 2142 </glossdef>
2141 </glossentry> 2143 </glossentry>
2142 2144
2143 <glossentry id='var-CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CPPFLAGS</glossterm> 2145 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
2144 <info> 2146 <info>
2145 CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." 2147 CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)."
2146 </info> 2148 </info>
@@ -2176,7 +2178,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2176 </glossdef> 2178 </glossdef>
2177 </glossentry> 2179 </glossentry>
2178 2180
2179 <glossentry id='var-CROSS_COMPILE'><glossterm><imagedata fileref="figures/define-generic.png" />CROSS_COMPILE</glossterm> 2181 <glossentry id='var-CROSS_COMPILE'><glossterm>CROSS_COMPILE<imagedata fileref="figures/define-generic.png" /></glossterm>
2180 <info> 2182 <info>
2181 CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools." 2183 CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools."
2182 </info> 2184 </info>
@@ -2197,7 +2199,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2197 </glossdef> 2199 </glossdef>
2198 </glossentry> 2200 </glossentry>
2199 2201
2200 <glossentry id='var-CVSDIR'><glossterm><imagedata fileref="figures/define-generic.png" />CVSDIR</glossterm> 2202 <glossentry id='var-CVSDIR'><glossterm>CVSDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
2201 <info> 2203 <info>
2202 CVSDIR[doc] = "The directory where cvs checkouts will be stored in." 2204 CVSDIR[doc] = "The directory where cvs checkouts will be stored in."
2203 </info> 2205 </info>
@@ -2209,7 +2211,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2209 </glossdef> 2211 </glossdef>
2210 </glossentry> 2212 </glossentry>
2211 2213
2212 <glossentry id='var-CXX'><glossterm><imagedata fileref="figures/define-generic.png" />CXX</glossterm> 2214 <glossentry id='var-CXX'><glossterm>CXX<imagedata fileref="figures/define-generic.png" /></glossterm>
2213 <info> 2215 <info>
2214 CXX[doc] = "Minimum command and arguments to run the C++ compiler." 2216 CXX[doc] = "Minimum command and arguments to run the C++ compiler."
2215 </info> 2217 </info>
@@ -2221,7 +2223,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2221 </glossdef> 2223 </glossdef>
2222 </glossentry> 2224 </glossentry>
2223 2225
2224 <glossentry id='var-CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CXXFLAGS</glossterm> 2226 <glossentry id='var-CXXFLAGS'><glossterm>CXXFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
2225 <info> 2227 <info>
2226 CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." 2228 CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler."
2227 </info> 2229 </info>
@@ -2260,7 +2262,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2260 2262
2261 <glossdiv id='var-glossary-d'><title>D</title> 2263 <glossdiv id='var-glossary-d'><title>D</title>
2262 2264
2263 <glossentry id='var-D'><glossterm><imagedata fileref="figures/define-generic.png" />D</glossterm> 2265 <glossentry id='var-D'><glossterm>D<imagedata fileref="figures/define-generic.png" /></glossterm>
2264 <info> 2266 <info>
2265 D[doc] = "The destination directory." 2267 D[doc] = "The destination directory."
2266 </info> 2268 </info>
@@ -2279,7 +2281,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2279 </glossdef> 2281 </glossdef>
2280 </glossentry> 2282 </glossentry>
2281 2283
2282 <glossentry id='var-DATE'><glossterm><imagedata fileref="figures/define-generic.png" />DATE</glossterm> 2284 <glossentry id='var-DATE'><glossterm>DATE<imagedata fileref="figures/define-generic.png" /></glossterm>
2283 <info> 2285 <info>
2284 DATE[doc] = "The date the build was started using YMD format." 2286 DATE[doc] = "The date the build was started using YMD format."
2285 </info> 2287 </info>
@@ -2292,7 +2294,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2292 </glossdef> 2294 </glossdef>
2293 </glossentry> 2295 </glossentry>
2294 2296
2295 <glossentry id='var-DATETIME'><glossterm><imagedata fileref="figures/define-generic.png" />DATETIME</glossterm> 2297 <glossentry id='var-DATETIME'><glossterm>DATETIME<imagedata fileref="figures/define-generic.png" /></glossterm>
2296 <info> 2298 <info>
2297 DATETIME[doc] = "The date and time the build was started." 2299 DATETIME[doc] = "The date and time the build was started."
2298 </info> 2300 </info>
@@ -2304,7 +2306,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2304 </glossdef> 2306 </glossdef>
2305 </glossentry> 2307 </glossentry>
2306 2308
2307 <glossentry id='var-DEBIAN_NOAUTONAME'><glossterm><imagedata fileref="figures/define-generic.png" />DEBIAN_NOAUTONAME</glossterm> 2309 <glossentry id='var-DEBIAN_NOAUTONAME'><glossterm>DEBIAN_NOAUTONAME<imagedata fileref="figures/define-generic.png" /></glossterm>
2308 <info> 2310 <info>
2309 DEBIAN_NOAUTONAME[doc] = "Prevents a particular package from being renamed according to Debian package naming." 2311 DEBIAN_NOAUTONAME[doc] = "Prevents a particular package from being renamed according to Debian package naming."
2310 </info> 2312 </info>
@@ -2327,7 +2329,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2327 </glossdef> 2329 </glossdef>
2328 </glossentry> 2330 </glossentry>
2329 2331
2330 <glossentry id='var-DEBIANNAME'><glossterm><imagedata fileref="figures/define-generic.png" />DEBIANNAME</glossterm> 2332 <glossentry id='var-DEBIANNAME'><glossterm>DEBIANNAME<imagedata fileref="figures/define-generic.png" /></glossterm>
2331 <info> 2333 <info>
2332 DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming." 2334 DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming."
2333 </info> 2335 </info>
@@ -2350,7 +2352,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2350 </glossdef> 2352 </glossdef>
2351 </glossentry> 2353 </glossentry>
2352 2354
2353 <glossentry id='var-DEBUG_BUILD'><glossterm><imagedata fileref="figures/define-generic.png" />DEBUG_BUILD</glossterm> 2355 <glossentry id='var-DEBUG_BUILD'><glossterm>DEBUG_BUILD<imagedata fileref="figures/define-generic.png" /></glossterm>
2354 <info> 2356 <info>
2355 DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable." 2357 DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable."
2356 </info> 2358 </info>
@@ -2364,7 +2366,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2364 </glossdef> 2366 </glossdef>
2365 </glossentry> 2367 </glossentry>
2366 2368
2367 <glossentry id='var-DEBUG_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />DEBUG_OPTIMIZATION</glossterm> 2369 <glossentry id='var-DEBUG_OPTIMIZATION'><glossterm>DEBUG_OPTIMIZATION<imagedata fileref="figures/define-generic.png" /></glossterm>
2368 <info> 2370 <info>
2369 DEBUG_OPTIMIZATION[doc] = "The options to pass in TARGET_CFLAGS and CFLAGS when compiling a system for debugging. This variable defaults to '-O -fno-omit-frame-pointer -g'." 2371 DEBUG_OPTIMIZATION[doc] = "The options to pass in TARGET_CFLAGS and CFLAGS when compiling a system for debugging. This variable defaults to '-O -fno-omit-frame-pointer -g'."
2370 </info> 2372 </info>
@@ -2379,7 +2381,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2379 </glossdef> 2381 </glossdef>
2380 </glossentry> 2382 </glossentry>
2381 2383
2382 <glossentry id='var-DEFAULT_PREFERENCE'><glossterm><imagedata fileref="figures/define-generic.png" />DEFAULT_PREFERENCE</glossterm> 2384 <glossentry id='var-DEFAULT_PREFERENCE'><glossterm>DEFAULT_PREFERENCE<imagedata fileref="figures/define-generic.png" /></glossterm>
2383 <info> 2385 <info>
2384 DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." 2386 DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority."
2385 </info> 2387 </info>
@@ -2406,7 +2408,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2406 </glossdef> 2408 </glossdef>
2407 </glossentry> 2409 </glossentry>
2408 2410
2409 <glossentry id='var-DEFAULTTUNE'><glossterm><imagedata fileref="figures/define-generic.png" />DEFAULTTUNE</glossterm> 2411 <glossentry id='var-DEFAULTTUNE'><glossterm>DEFAULTTUNE<imagedata fileref="figures/define-generic.png" /></glossterm>
2410 <info> 2412 <info>
2411 DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system." 2413 DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system."
2412 </info> 2414 </info>
@@ -2430,7 +2432,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2430 </glossdef> 2432 </glossdef>
2431 </glossentry> 2433 </glossentry>
2432 2434
2433 <glossentry id='var-DEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />DEPENDS</glossterm> 2435 <glossentry id='var-DEPENDS'><glossterm>DEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
2434 <info> 2436 <info>
2435 DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." 2437 DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)."
2436 </info> 2438 </info>
@@ -2468,7 +2470,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2468 </glossdef> 2470 </glossdef>
2469 </glossentry> 2471 </glossentry>
2470 2472
2471 <glossentry id='var-DEPLOY_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />DEPLOY_DIR</glossterm> 2473 <glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
2472 <info> 2474 <info>
2473 DEPLOY_DIR[doc] = "Points to the general area that the OpenEmbedded build system uses to place images, packages, SDKs and other output files that are ready to be used outside of the build system." 2475 DEPLOY_DIR[doc] = "Points to the general area that the OpenEmbedded build system uses to place images, packages, SDKs and other output files that are ready to be used outside of the build system."
2474 </info> 2476 </info>
@@ -2496,7 +2498,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2496 </glossdef> 2498 </glossdef>
2497 </glossentry> 2499 </glossentry>
2498 2500
2499 <glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />DEPLOY_DIR_IMAGE</glossterm> 2501 <glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm>DEPLOY_DIR_IMAGE<imagedata fileref="figures/define-generic.png" /></glossterm>
2500 <info> 2502 <info>
2501 DEPLOY_DIR_IMAGE[doc] = "Points to the area that the OpenEmbedded build system uses to place images and other associated output files that are ready to be deployed onto the target machine." 2503 DEPLOY_DIR_IMAGE[doc] = "Points to the area that the OpenEmbedded build system uses to place images and other associated output files that are ready to be deployed onto the target machine."
2502 </info> 2504 </info>
@@ -2526,7 +2528,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2526 </glossdef> 2528 </glossdef>
2527 </glossentry> 2529 </glossentry>
2528 2530
2529 <glossentry id='var-DEPLOYDIR'><glossterm><imagedata fileref="figures/define-generic.png" />DEPLOYDIR</glossterm> 2531 <glossentry id='var-DEPLOYDIR'><glossterm>DEPLOYDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
2530 <info> 2532 <info>
2531 DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." 2533 DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files."
2532 </info> 2534 </info>
@@ -2550,7 +2552,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2550 </glossdef> 2552 </glossdef>
2551 </glossentry> 2553 </glossentry>
2552 2554
2553 <glossentry id='var-DESCRIPTION'><glossterm><imagedata fileref="figures/define-generic.png" />DESCRIPTION</glossterm> 2555 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION<imagedata fileref="figures/define-generic.png" /></glossterm>
2554 <info> 2556 <info>
2555 DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." 2557 DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable."
2556 </info> 2558 </info>
@@ -2564,7 +2566,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2564 </glossdef> 2566 </glossdef>
2565 </glossentry> 2567 </glossentry>
2566 2568
2567 <glossentry id='var-DISK_SIGNATURE'><glossterm><imagedata fileref="figures/define-generic.png" />DISK_SIGNATURE</glossterm> 2569 <glossentry id='var-DISK_SIGNATURE'><glossterm>DISK_SIGNATURE<imagedata fileref="figures/define-generic.png" /></glossterm>
2568 <info> 2570 <info>
2569 DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." 2571 DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images."
2570 </info> 2572 </info>
@@ -2617,7 +2619,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2617 </glossdef> 2619 </glossdef>
2618 </glossentry> 2620 </glossentry>
2619 2621
2620 <glossentry id='var-DISTRO'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO</glossterm> 2622 <glossentry id='var-DISTRO'><glossterm>DISTRO<imagedata fileref="figures/define-generic.png" /></glossterm>
2621 <info> 2623 <info>
2622 DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." 2624 DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used."
2623 </info> 2625 </info>
@@ -2662,7 +2664,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2662 </glossdef> 2664 </glossdef>
2663 </glossentry> 2665 </glossentry>
2664 2666
2665 <glossentry id='var-DISTRO_CODENAME'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_CODENAME</glossterm> 2667 <glossentry id='var-DISTRO_CODENAME'><glossterm>DISTRO_CODENAME<imagedata fileref="figures/define-generic.png" /></glossterm>
2666 <info> 2668 <info>
2667 DISTRO_CODENAME[doc] = "Specifies a codename for the distribution being built." 2669 DISTRO_CODENAME[doc] = "Specifies a codename for the distribution being built."
2668 </info> 2670 </info>
@@ -2673,7 +2675,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2673 </glossdef> 2675 </glossdef>
2674 </glossentry> 2676 </glossentry>
2675 2677
2676 <glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_EXTRA_RDEPENDS</glossterm> 2678 <glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm>DISTRO_EXTRA_RDEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
2677 <info> 2679 <info>
2678 DISTRO_EXTRA_RDEPENDS[doc] = "Specifies a list of distro-specific packages to add to all images. The variable only applies to the images that include packagegroup-base." 2680 DISTRO_EXTRA_RDEPENDS[doc] = "Specifies a list of distro-specific packages to add to all images. The variable only applies to the images that include packagegroup-base."
2679 </info> 2681 </info>
@@ -2692,7 +2694,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2692 </glossdef> 2694 </glossdef>
2693 </glossentry> 2695 </glossentry>
2694 2696
2695 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_EXTRA_RRECOMMENDS</glossterm> 2697 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
2696 <info> 2698 <info>
2697 DISTRO_EXTRA_RRECOMMENDS[doc] = "Specifies a list of distro-specific packages to add to all images if the packages exist. The list of packages are automatically installed but you can remove them." 2699 DISTRO_EXTRA_RRECOMMENDS[doc] = "Specifies a list of distro-specific packages to add to all images if the packages exist. The list of packages are automatically installed but you can remove them."
2698 </info> 2700 </info>
@@ -2707,7 +2709,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2707 </glossdef> 2709 </glossdef>
2708 </glossentry> 2710 </glossentry>
2709 2711
2710 <glossentry id='var-DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES</glossterm> 2712 <glossentry id='var-DISTRO_FEATURES'><glossterm>DISTRO_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
2711 <info> 2713 <info>
2712 DISTRO_FEATURES[doc] = "The features enabled for the distribution." 2714 DISTRO_FEATURES[doc] = "The features enabled for the distribution."
2713 </info> 2715 </info>
@@ -2743,7 +2745,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2743 </glossdef> 2745 </glossdef>
2744 </glossentry> 2746 </glossentry>
2745 2747
2746 <glossentry id='var-DISTRO_FEATURES_BACKFILL'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES_BACKFILL</glossterm> 2748 <glossentry id='var-DISTRO_FEATURES_BACKFILL'><glossterm>DISTRO_FEATURES_BACKFILL<imagedata fileref="figures/define-generic.png" /></glossterm>
2747 <info> 2749 <info>
2748 DISTRO_FEATURES_BACKFILL[doc] = "Features to be added to DISTRO_FEATURES if not also present in DISTRO_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and it is not intended to be user-configurable." 2750 DISTRO_FEATURES_BACKFILL[doc] = "Features to be added to DISTRO_FEATURES if not also present in DISTRO_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and it is not intended to be user-configurable."
2749 </info> 2751 </info>
@@ -2765,7 +2767,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2765 </glossdef> 2767 </glossdef>
2766 </glossentry> 2768 </glossentry>
2767 2769
2768 <glossentry id='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES_BACKFILL_CONSIDERED</glossterm> 2770 <glossentry id='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><glossterm>DISTRO_FEATURES_BACKFILL_CONSIDERED<imagedata fileref="figures/define-generic.png" /></glossterm>
2769 <info> 2771 <info>
2770 DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build." 2772 DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build."
2771 </info> 2773 </info>
@@ -2781,7 +2783,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2781 </glossdef> 2783 </glossdef>
2782 </glossentry> 2784 </glossentry>
2783 2785
2784 <glossentry id='var-DISTRO_FEATURES_DEFAULT'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES_DEFAULT</glossterm> 2786 <glossentry id='var-DISTRO_FEATURES_DEFAULT'><glossterm>DISTRO_FEATURES_DEFAULT<imagedata fileref="figures/define-generic.png" /></glossterm>
2785 <info> 2787 <info>
2786 DISTRO_FEATURES_DEFAULT[doc] = "Provides the default list of distro features with the exception of any libc-specific features." 2788 DISTRO_FEATURES_DEFAULT[doc] = "Provides the default list of distro features with the exception of any libc-specific features."
2787 </info> 2789 </info>
@@ -2808,7 +2810,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2808 </glossdef> 2810 </glossdef>
2809 </glossentry> 2811 </glossentry>
2810 2812
2811 <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES_LIBC</glossterm> 2813 <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC<imagedata fileref="figures/define-generic.png" /></glossterm>
2812 <info> 2814 <info>
2813 DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." 2815 DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)."
2814 </info> 2816 </info>
@@ -2824,7 +2826,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2824 </glossdef> 2826 </glossdef>
2825 </glossentry> 2827 </glossentry>
2826 2828
2827 <glossentry id='var-DISTRO_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_NAME</glossterm> 2829 <glossentry id='var-DISTRO_NAME'><glossterm>DISTRO_NAME<imagedata fileref="figures/define-generic.png" /></glossterm>
2828 <info> 2830 <info>
2829 DISTRO_NAME[doc] = "The long name of the distribution." 2831 DISTRO_NAME[doc] = "The long name of the distribution."
2830 </info> 2832 </info>
@@ -2833,7 +2835,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2833 </glossdef> 2835 </glossdef>
2834 </glossentry> 2836 </glossentry>
2835 2837
2836 <glossentry id='var-DISTRO_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_VERSION</glossterm> 2838 <glossentry id='var-DISTRO_VERSION'><glossterm>DISTRO_VERSION<imagedata fileref="figures/define-generic.png" /></glossterm>
2837 <info> 2839 <info>
2838 DISTRO_VERSION[doc] = "The version of the distribution." 2840 DISTRO_VERSION[doc] = "The version of the distribution."
2839 </info> 2841 </info>
@@ -2842,7 +2844,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2842 </glossdef> 2844 </glossdef>
2843 </glossentry> 2845 </glossentry>
2844 2846
2845 <glossentry id='var-DISTROOVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />DISTROOVERRIDES</glossterm> 2847 <glossentry id='var-DISTROOVERRIDES'><glossterm>DISTROOVERRIDES<imagedata fileref="figures/define-generic.png" /></glossterm>
2846 <info> 2848 <info>
2847 DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." 2849 DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable."
2848 </info> 2850 </info>
@@ -2861,7 +2863,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2861 </glossdef> 2863 </glossdef>
2862 </glossentry> 2864 </glossentry>
2863 2865
2864 <glossentry id='var-DL_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />DL_DIR</glossterm> 2866 <glossentry id='var-DL_DIR'><glossterm>DL_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
2865 <info> 2867 <info>
2866 DL_DIR[doc] = "The central download directory used by the build process to store downloads. By default, the directory is 'downloads' in the Build Directory." 2868 DL_DIR[doc] = "The central download directory used by the build process to store downloads. By default, the directory is 'downloads' in the Build Directory."
2867 </info> 2869 </info>
@@ -2920,7 +2922,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2920 </glossdef> 2922 </glossdef>
2921 </glossentry> 2923 </glossentry>
2922 2924
2923 <glossentry id='var-DOC_COMPRESS'><glossterm><imagedata fileref="figures/define-generic.png" />DOC_COMPRESS</glossterm> 2925 <glossentry id='var-DOC_COMPRESS'><glossterm>DOC_COMPRESS<imagedata fileref="figures/define-generic.png" /></glossterm>
2924 <info> 2926 <info>
2925 DOC_COMPRESS[doc] = "When inheriting the compress_doc class, this variable sets the compression policy used when the OpenEmbedded build system compresses man pages and info pages." 2927 DOC_COMPRESS[doc] = "When inheriting the compress_doc class, this variable sets the compression policy used when the OpenEmbedded build system compresses man pages and info pages."
2926 </info> 2928 </info>
@@ -2947,7 +2949,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2947 2949
2948 <glossdiv id='var-glossary-e'><title>E</title> 2950 <glossdiv id='var-glossary-e'><title>E</title>
2949 2951
2950 <glossentry id='var-EFI_PROVIDER'><glossterm><imagedata fileref="figures/define-generic.png" />EFI_PROVIDER</glossterm> 2952 <glossentry id='var-EFI_PROVIDER'><glossterm>EFI_PROVIDER<imagedata fileref="figures/define-generic.png" /></glossterm>
2951 <info> 2953 <info>
2952 EFI_PROVIDER[doc] = "When building bootable images (i.e. where hddimg or vmdk is in IMAGE_FSTYPES), the EFI_PROVIDER variable specifies the EFI bootloader to use." 2954 EFI_PROVIDER[doc] = "When building bootable images (i.e. where hddimg or vmdk is in IMAGE_FSTYPES), the EFI_PROVIDER variable specifies the EFI bootloader to use."
2953 </info> 2955 </info>
@@ -2971,7 +2973,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2971 </glossdef> 2973 </glossdef>
2972 </glossentry> 2974 </glossentry>
2973 2975
2974 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm><imagedata fileref="figures/define-generic.png" />ENABLE_BINARY_LOCALE_GENERATION</glossterm> 2976 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm>ENABLE_BINARY_LOCALE_GENERATION<imagedata fileref="figures/define-generic.png" /></glossterm>
2975 <info> 2977 <info>
2976 ENABLE_BINARY_LOCALE_GENERATION[doc] = "Controls which locales for glibc are generated during the build. The variable is useful if the target device has 64Mbytes of RAM or less." 2978 ENABLE_BINARY_LOCALE_GENERATION[doc] = "Controls which locales for glibc are generated during the build. The variable is useful if the target device has 64Mbytes of RAM or less."
2977 </info> 2979 </info>
@@ -2983,7 +2985,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
2983 </glossdef> 2985 </glossdef>
2984 </glossentry> 2986 </glossentry>
2985 2987
2986 <glossentry id='var-ERR_REPORT_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />ERR_REPORT_DIR</glossterm> 2988 <glossentry id='var-ERR_REPORT_DIR'><glossterm>ERR_REPORT_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
2987 <info> 2989 <info>
2988 ERR_REPORT_DIR[doc] = "When used with the report-error class, specifies the path used for storing the debug files created by the error reporting tool, which allows you to submit build errors you encounter to a central database." 2990 ERR_REPORT_DIR[doc] = "When used with the report-error class, specifies the path used for storing the debug files created by the error reporting tool, which allows you to submit build errors you encounter to a central database."
2989 </info> 2991 </info>
@@ -3011,7 +3013,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3011 </glossdef> 3013 </glossdef>
3012 </glossentry> 3014 </glossentry>
3013 3015
3014 <glossentry id='var-ERROR_QA'><glossterm><imagedata fileref="figures/define-generic.png" />ERROR_QA</glossterm> 3016 <glossentry id='var-ERROR_QA'><glossterm>ERROR_QA<imagedata fileref="figures/define-generic.png" /></glossterm>
3015 <info> 3017 <info>
3016 ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system." 3018 ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system."
3017 </info> 3019 </info>
@@ -3029,7 +3031,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3029 </glossdef> 3031 </glossdef>
3030 </glossentry> 3032 </glossentry>
3031 3033
3032 <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm><imagedata fileref="figures/define-generic.png" />EXCLUDE_FROM_WORLD</glossterm> 3034 <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm>EXCLUDE_FROM_WORLD<imagedata fileref="figures/define-generic.png" /></glossterm>
3033 <info> 3035 <info>
3034 EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)." 3036 EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)."
3035 </info> 3037 </info>
@@ -3058,7 +3060,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3058 </glossdef> 3060 </glossdef>
3059 </glossentry> 3061 </glossentry>
3060 3062
3061 <glossentry id='var-EXTENDPE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTENDPE</glossterm> 3063 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE<imagedata fileref="figures/define-generic.png" /></glossterm>
3062 <info> 3064 <info>
3063 EXTENDPE[doc] = "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." 3065 EXTENDPE[doc] = "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."
3064 </info> 3066 </info>
@@ -3079,7 +3081,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3079 </glossdef> 3081 </glossdef>
3080 </glossentry> 3082 </glossentry>
3081 3083
3082 <glossentry id='var-EXTENDPKGV'><glossterm><imagedata fileref="figures/define-generic.png" />EXTENDPKGV</glossterm> 3084 <glossentry id='var-EXTENDPKGV'><glossterm>EXTENDPKGV<imagedata fileref="figures/define-generic.png" /></glossterm>
3083 <info> 3085 <info>
3084 EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe." 3086 EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe."
3085 </info> 3087 </info>
@@ -3103,7 +3105,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3103 </glossdef> 3105 </glossdef>
3104 </glossentry> 3106 </glossentry>
3105 3107
3106 <glossentry id='var-EXTERNALSRC'><glossterm><imagedata fileref="figures/define-generic.png" />EXTERNALSRC</glossterm> 3108 <glossentry id='var-EXTERNALSRC'><glossterm>EXTERNALSRC<imagedata fileref="figures/define-generic.png" /></glossterm>
3107 <info> 3109 <info>
3108 EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." 3110 EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system."
3109 </info> 3111 </info>
@@ -3132,7 +3134,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3132 </glossdef> 3134 </glossdef>
3133 </glossentry> 3135 </glossentry>
3134 3136
3135 <glossentry id='var-EXTERNALSRC_BUILD'><glossterm><imagedata fileref="figures/define-generic.png" />EXTERNALSRC_BUILD</glossterm> 3137 <glossentry id='var-EXTERNALSRC_BUILD'><glossterm>EXTERNALSRC_BUILD<imagedata fileref="figures/define-generic.png" /></glossterm>
3136 <info> 3138 <info>
3137 EXTERNALSRC_BUILD[doc] = "If externalsrc.bbclass is inherited, this variable points to the directory in which the recipe's source code is built, which is outside of the OpenEmbedded build system." 3139 EXTERNALSRC_BUILD[doc] = "If externalsrc.bbclass is inherited, this variable points to the directory in which the recipe's source code is built, which is outside of the OpenEmbedded build system."
3138 </info> 3140 </info>
@@ -3162,7 +3164,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3162 </glossdef> 3164 </glossdef>
3163 </glossentry> 3165 </glossentry>
3164 3166
3165 <glossentry id='var-EXTRA_AUTORECONF'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_AUTORECONF</glossterm> 3167 <glossentry id='var-EXTRA_AUTORECONF'><glossterm>EXTRA_AUTORECONF<imagedata fileref="figures/define-generic.png" /></glossterm>
3166 <info> 3168 <info>
3167 EXTRA_AUTORECONF[doc] = "Extra options passed to the autoreconf command, which is executed during do_configure." 3169 EXTRA_AUTORECONF[doc] = "Extra options passed to the autoreconf command, which is executed during do_configure."
3168 </info> 3170 </info>
@@ -3184,7 +3186,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3184 </glossdef> 3186 </glossdef>
3185 </glossentry> 3187 </glossentry>
3186 3188
3187 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_IMAGE_FEATURES</glossterm> 3189 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm>EXTRA_IMAGE_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
3188 <info> 3190 <info>
3189 EXTRA_IMAGE_FEATURES[doc] = "The list of additional features to include in an image. Configure this variable in the conf/local.conf file in the Build Directory." 3191 EXTRA_IMAGE_FEATURES[doc] = "The list of additional features to include in an image. Configure this variable in the conf/local.conf file in the Build Directory."
3190 </info> 3192 </info>
@@ -3259,7 +3261,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3259 </glossdef> 3261 </glossdef>
3260 </glossentry> 3262 </glossentry>
3261 3263
3262 <glossentry id='var-EXTRA_IMAGECMD'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_IMAGECMD</glossterm> 3264 <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD<imagedata fileref="figures/define-generic.png" /></glossterm>
3263 <info> 3265 <info>
3264 EXTRA_IMAGECMD[doc] = "Specifies additional options for the image creation command that has been specified in IMAGE_CMD. When setting this variable, you should use an override for the associated type." 3266 EXTRA_IMAGECMD[doc] = "Specifies additional options for the image creation command that has been specified in IMAGE_CMD. When setting this variable, you should use an override for the associated type."
3265 </info> 3267 </info>
@@ -3278,7 +3280,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3278 </glossdef> 3280 </glossdef>
3279 </glossentry> 3281 </glossentry>
3280 3282
3281 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_IMAGEDEPENDS</glossterm> 3283 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
3282 <info> 3284 <info>
3283 EXTRA_IMAGEDEPENDS[doc] = "A list of recipes to build that do not provide packages for installing into the root filesystem. Use this variable to list recipes that are required to build the final image, but not needed in the root filesystem." 3285 EXTRA_IMAGEDEPENDS[doc] = "A list of recipes to build that do not provide packages for installing into the root filesystem. Use this variable to list recipes that are required to build the final image, but not needed in the root filesystem."
3284 </info> 3286 </info>
@@ -3301,7 +3303,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3301 </glossdef> 3303 </glossdef>
3302 </glossentry> 3304 </glossentry>
3303 3305
3304 <glossentry id='var-EXTRA_OECMAKE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OECMAKE</glossterm> 3306 <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE<imagedata fileref="figures/define-generic.png" /></glossterm>
3305 <info> 3307 <info>
3306 EXTRA_OECMAKE[doc] = "Additional cmake options." 3308 EXTRA_OECMAKE[doc] = "Additional cmake options."
3307 </info> 3309 </info>
@@ -3310,7 +3312,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3310 </glossdef> 3312 </glossdef>
3311 </glossentry> 3313 </glossentry>
3312 3314
3313 <glossentry id='var-EXTRA_OECONF'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OECONF</glossterm> 3315 <glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF<imagedata fileref="figures/define-generic.png" /></glossterm>
3314 <info> 3316 <info>
3315 EXTRA_OECONF[doc] = "Additional configure script options." 3317 EXTRA_OECONF[doc] = "Additional configure script options."
3316 </info> 3318 </info>
@@ -3319,7 +3321,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3319 </glossdef> 3321 </glossdef>
3320 </glossentry> 3322 </glossentry>
3321 3323
3322 <glossentry id='var-EXTRA_OEMAKE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OEMAKE</glossterm> 3324 <glossentry id='var-EXTRA_OEMAKE'><glossterm>EXTRA_OEMAKE<imagedata fileref="figures/define-generic.png" /></glossterm>
3323 <info> 3325 <info>
3324 EXTRA_OEMAKE[doc] = "Additional GNU make options." 3326 EXTRA_OEMAKE[doc] = "Additional GNU make options."
3325 </info> 3327 </info>
@@ -3328,7 +3330,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3328 </glossdef> 3330 </glossdef>
3329 </glossentry> 3331 </glossentry>
3330 3332
3331 <glossentry id='var-EXTRA_OESCONS'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OESCONS</glossterm> 3333 <glossentry id='var-EXTRA_OESCONS'><glossterm>EXTRA_OESCONS<imagedata fileref="figures/define-generic.png" /></glossterm>
3332 <info> 3334 <info>
3333 EXTRA_OESCONS[doc] = "When a recipe inherits the scons class, this variable specifies additional configuration options you want to pass to the scons command line." 3335 EXTRA_OESCONS[doc] = "When a recipe inherits the scons class, this variable specifies additional configuration options you want to pass to the scons command line."
3334 </info> 3336 </info>
@@ -3343,7 +3345,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3343 </glossdef> 3345 </glossdef>
3344 </glossentry> 3346 </glossentry>
3345 3347
3346 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_QMAKEVARS_POST</glossterm> 3348 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST<imagedata fileref="figures/define-generic.png" /></glossterm>
3347 <info> 3349 <info>
3348 EXTRA_QMAKEVARS_POST[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be after the .pro file list on the command line." 3350 EXTRA_QMAKEVARS_POST[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be after the .pro file list on the command line."
3349 </info> 3351 </info>
@@ -3364,7 +3366,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3364 </glossdef> 3366 </glossdef>
3365 </glossentry> 3367 </glossentry>
3366 3368
3367 <glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_QMAKEVARS_PRE</glossterm> 3369 <glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm>EXTRA_QMAKEVARS_PRE<imagedata fileref="figures/define-generic.png" /></glossterm>
3368 <info> 3370 <info>
3369 EXTRA_QMAKEVARS_PRE[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be before the .pro file list on the command line." 3371 EXTRA_QMAKEVARS_PRE[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be before the .pro file list on the command line."
3370 </info> 3372 </info>
@@ -3385,7 +3387,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3385 </glossdef> 3387 </glossdef>
3386 </glossentry> 3388 </glossentry>
3387 3389
3388 <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_USERS_PARAMS</glossterm> 3390 <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm>EXTRA_USERS_PARAMS<imagedata fileref="figures/define-generic.png" /></glossterm>
3389 <info> 3391 <info>
3390 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." 3392 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations."
3391 </info> 3393 </info>
@@ -3426,7 +3428,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3426 3428
3427 <glossdiv id='var-glossary-f'><title>F</title> 3429 <glossdiv id='var-glossary-f'><title>F</title>
3428 3430
3429 <glossentry id='var-FEATURE_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />FEATURE_PACKAGES</glossterm> 3431 <glossentry id='var-FEATURE_PACKAGES'><glossterm>FEATURE_PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
3430 <info> 3432 <info>
3431 FEATURE_PACKAGES[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES. When setting the value, FEATURE_PACKAGES should have the name of the feature item as an override." 3433 FEATURE_PACKAGES[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES. When setting the value, FEATURE_PACKAGES should have the name of the feature item as an override."
3432 </info> 3434 </info>
@@ -3457,7 +3459,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3457 </glossdef> 3459 </glossdef>
3458 </glossentry> 3460 </glossentry>
3459 3461
3460 <glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm><imagedata fileref="figures/define-generic.png" />FEED_DEPLOYDIR_BASE_URI</glossterm> 3462 <glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm>FEED_DEPLOYDIR_BASE_URI<imagedata fileref="figures/define-generic.png" /></glossterm>
3461 <info> 3463 <info>
3462 FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy directory as an ad hoc feed (bogofeed). Set to base URL of the directory as exported by HTTP. Set of ad hoc feed configs will be generated in the image." 3464 FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy directory as an ad hoc feed (bogofeed). Set to base URL of the directory as exported by HTTP. Set of ad hoc feed configs will be generated in the image."
3463 </info> 3465 </info>
@@ -3487,7 +3489,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3487 </glossdef> 3489 </glossdef>
3488 </glossentry> 3490 </glossentry>
3489 3491
3490 <glossentry id='var-FILES'><glossterm><imagedata fileref="figures/define-generic.png" />FILES</glossterm> 3492 <glossentry id='var-FILES'><glossterm>FILES<imagedata fileref="figures/define-generic.png" /></glossterm>
3491 <info> 3493 <info>
3492 FILES[doc] = "The list of directories or files that are placed in packages." 3494 FILES[doc] = "The list of directories or files that are placed in packages."
3493 </info> 3495 </info>
@@ -3537,7 +3539,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3537 </glossdef> 3539 </glossdef>
3538 </glossentry> 3540 </glossentry>
3539 3541
3540 <glossentry id='var-FILESEXTRAPATHS'><glossterm><imagedata fileref="figures/define-generic.png" />FILESEXTRAPATHS</glossterm> 3542 <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS<imagedata fileref="figures/define-generic.png" /></glossterm>
3541 <info> 3543 <info>
3542 FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." 3544 FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files."
3543 </info> 3545 </info>
@@ -3607,7 +3609,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3607 </glossdef> 3609 </glossdef>
3608 </glossentry> 3610 </glossentry>
3609 3611
3610 <glossentry id='var-FILESOVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />FILESOVERRIDES</glossterm> 3612 <glossentry id='var-FILESOVERRIDES'><glossterm>FILESOVERRIDES<imagedata fileref="figures/define-generic.png" /></glossterm>
3611 <info> 3613 <info>
3612 FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." 3614 FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH."
3613 </info> 3615 </info>
@@ -3638,7 +3640,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3638 </glossdef> 3640 </glossdef>
3639 </glossentry> 3641 </glossentry>
3640 3642
3641 <glossentry id='var-FILESPATH'><glossterm><imagedata fileref="figures/define-generic.png" />FILESPATH</glossterm> 3643 <glossentry id='var-FILESPATH'><glossterm>FILESPATH<imagedata fileref="figures/define-generic.png" /></glossterm>
3642 <info> 3644 <info>
3643 FILESPATH[doc] = "The default set of directories the OpenEmbedded build system uses when searching for patches and files. It is defined in the base.bbclass class found in meta/classes in the Source Directory. Do not hand-edit the FILESPATH variable." 3645 FILESPATH[doc] = "The default set of directories the OpenEmbedded build system uses when searching for patches and files. It is defined in the base.bbclass class found in meta/classes in the Source Directory. Do not hand-edit the FILESPATH variable."
3644 </info> 3646 </info>
@@ -3684,7 +3686,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3684 </glossdef> 3686 </glossdef>
3685 </glossentry> 3687 </glossentry>
3686 3688
3687 <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />FILESYSTEM_PERMS_TABLES</glossterm> 3689 <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm>FILESYSTEM_PERMS_TABLES<imagedata fileref="figures/define-generic.png" /></glossterm>
3688 <info> 3690 <info>
3689 FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process." 3691 FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process."
3690 </info> 3692 </info>
@@ -3719,7 +3721,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3719 </glossdef> 3721 </glossdef>
3720 </glossentry> 3722 </glossentry>
3721 3723
3722 <glossentry id='var-FONT_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />FONT_EXTRA_RDEPENDS</glossterm> 3724 <glossentry id='var-FONT_EXTRA_RDEPENDS'><glossterm>FONT_EXTRA_RDEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
3723 <info> 3725 <info>
3724 FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'." 3726 FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'."
3725 </info> 3727 </info>
@@ -3735,7 +3737,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3735 </glossdef> 3737 </glossdef>
3736 </glossentry> 3738 </glossentry>
3737 3739
3738 <glossentry id='var-FONT_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />FONT_PACKAGES</glossterm> 3740 <glossentry id='var-FONT_PACKAGES'><glossterm>FONT_PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
3739 <info> 3741 <info>
3740 FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." 3742 FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig."
3741 </info> 3743 </info>
@@ -3754,7 +3756,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3754 </glossdef> 3756 </glossdef>
3755 </glossentry> 3757 </glossentry>
3756 3758
3757 <glossentry id='var-FULL_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />FULL_OPTIMIZATION</glossterm> 3759 <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION<imagedata fileref="figures/define-generic.png" /></glossterm>
3758 <info> 3760 <info>
3759 FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimized system. This variable defaults to '-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2'." 3761 FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimized system. This variable defaults to '-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2'."
3760 </info> 3762 </info>
@@ -3773,7 +3775,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3773 3775
3774 <glossdiv id='var-glossary-g'><title>G</title> 3776 <glossdiv id='var-glossary-g'><title>G</title>
3775 3777
3776 <glossentry id='var-GDB'><glossterm><imagedata fileref="figures/define-generic.png" />GDB</glossterm> 3778 <glossentry id='var-GDB'><glossterm>GDB<imagedata fileref="figures/define-generic.png" /></glossterm>
3777 <info> 3779 <info>
3778 GDB[doc] = "The minimal command and arguments to run the GNU Debugger." 3780 GDB[doc] = "The minimal command and arguments to run the GNU Debugger."
3779 </info> 3781 </info>
@@ -3784,7 +3786,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3784 </glossdef> 3786 </glossdef>
3785 </glossentry> 3787 </glossentry>
3786 3788
3787 <glossentry id='var-GITDIR'><glossterm><imagedata fileref="figures/define-generic.png" />GITDIR</glossterm> 3789 <glossentry id='var-GITDIR'><glossterm>GITDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
3788 <info> 3790 <info>
3789 GITDIR[doc] = "The directory where Git clones will be stored." 3791 GITDIR[doc] = "The directory where Git clones will be stored."
3790 </info> 3792 </info>
@@ -3796,7 +3798,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3796 </glossdef> 3798 </glossdef>
3797 </glossentry> 3799 </glossentry>
3798 3800
3799 <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm><imagedata fileref="figures/define-generic.png" />GLIBC_GENERATE_LOCALES</glossterm> 3801 <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm>GLIBC_GENERATE_LOCALES<imagedata fileref="figures/define-generic.png" /></glossterm>
3800 <info> 3802 <info>
3801 GLIBC_GENERATE_LOCALES[doc]= "Specifies the list of GLIBC locales to generate should you not wish generate all LIBC locals, which can be time consuming." 3803 GLIBC_GENERATE_LOCALES[doc]= "Specifies the list of GLIBC locales to generate should you not wish generate all LIBC locals, which can be time consuming."
3802 </info> 3804 </info>
@@ -3821,7 +3823,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3821 </glossdef> 3823 </glossdef>
3822 </glossentry> 3824 </glossentry>
3823 3825
3824 <glossentry id='var-GROUPADD_PARAM'><glossterm><imagedata fileref="figures/define-generic.png" />GROUPADD_PARAM</glossterm> 3826 <glossentry id='var-GROUPADD_PARAM'><glossterm>GROUPADD_PARAM<imagedata fileref="figures/define-generic.png" /></glossterm>
3825 <info> 3827 <info>
3826 GROUPADD_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the groupadd command if you wish to add a group to the system when the package is installed." 3828 GROUPADD_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the groupadd command if you wish to add a group to the system when the package is installed."
3827 </info> 3829 </info>
@@ -3849,7 +3851,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3849 </glossdef> 3851 </glossdef>
3850 </glossentry> 3852 </glossentry>
3851 3853
3852 <glossentry id='var-GROUPMEMS_PARAM'><glossterm><imagedata fileref="figures/define-generic.png" />GROUPMEMS_PARAM</glossterm> 3854 <glossentry id='var-GROUPMEMS_PARAM'><glossterm>GROUPMEMS_PARAM<imagedata fileref="figures/define-generic.png" /></glossterm>
3853 <info> 3855 <info>
3854 GROUPMEMS_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the groupmems command if you wish to modify the members of a group when the package is installed." 3856 GROUPMEMS_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the groupmems command if you wish to modify the members of a group when the package is installed."
3855 </info> 3857 </info>
@@ -3872,7 +3874,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3872 </glossdef> 3874 </glossdef>
3873 </glossentry> 3875 </glossentry>
3874 3876
3875 <glossentry id='var-GRUB_GFXSERIAL'><glossterm><imagedata fileref="figures/define-generic.png" />GRUB_GFXSERIAL</glossterm> 3877 <glossentry id='var-GRUB_GFXSERIAL'><glossterm>GRUB_GFXSERIAL<imagedata fileref="figures/define-generic.png" /></glossterm>
3876 <info> 3878 <info>
3877 GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu." 3879 GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu."
3878 </info> 3880 </info>
@@ -3894,7 +3896,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3894 </glossdef> 3896 </glossdef>
3895 </glossentry> 3897 </glossentry>
3896 3898
3897 <glossentry id='var-GRUB_OPTS'><glossterm><imagedata fileref="figures/define-generic.png" />GRUB_OPTS</glossterm> 3899 <glossentry id='var-GRUB_OPTS'><glossterm>GRUB_OPTS<imagedata fileref="figures/define-generic.png" /></glossterm>
3898 <info> 3900 <info>
3899 GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." 3901 GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration."
3900 </info> 3902 </info>
@@ -3915,7 +3917,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3915 </glossdef> 3917 </glossdef>
3916 </glossentry> 3918 </glossentry>
3917 3919
3918 <glossentry id='var-GRUB_TIMEOUT'><glossterm><imagedata fileref="figures/define-generic.png" />GRUB_TIMEOUT</glossterm> 3920 <glossentry id='var-GRUB_TIMEOUT'><glossterm>GRUB_TIMEOUT<imagedata fileref="figures/define-generic.png" /></glossterm>
3919 <info> 3921 <info>
3920 GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)." 3922 GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)."
3921 </info> 3923 </info>
@@ -3935,7 +3937,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3935 </glossdef> 3937 </glossdef>
3936 </glossentry> 3938 </glossentry>
3937 3939
3938 <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />GTKIMMODULES_PACKAGES</glossterm> 3940 <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm>GTKIMMODULES_PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
3939 <info> 3941 <info>
3940 GTKIMMODULES_PACKAGES[doc] = "For recipes that inherit the gtk-immodules-cache class, this variable specifies the packages that contain the GTK+ input method modules being installed when the modules are in packages other than the main package." 3942 GTKIMMODULES_PACKAGES[doc] = "For recipes that inherit the gtk-immodules-cache class, this variable specifies the packages that contain the GTK+ input method modules being installed when the modules are in packages other than the main package."
3941 </info> 3943 </info>
@@ -3950,7 +3952,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3950 </glossdef> 3952 </glossdef>
3951 </glossentry> 3953 </glossentry>
3952 3954
3953 <glossentry id='var-GUMMIBOOT_CFG'><glossterm><imagedata fileref="figures/define-generic.png" />GUMMIBOOT_CFG</glossterm> 3955 <glossentry id='var-GUMMIBOOT_CFG'><glossterm>GUMMIBOOT_CFG<imagedata fileref="figures/define-generic.png" /></glossterm>
3954 <info> 3956 <info>
3955 GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used." 3957 GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used."
3956 </info> 3958 </info>
@@ -3977,7 +3979,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3977 </glossdef> 3979 </glossdef>
3978 </glossentry> 3980 </glossentry>
3979 3981
3980 <glossentry id='var-GUMMIBOOT_ENTRIES'><glossterm><imagedata fileref="figures/define-generic.png" />GUMMIBOOT_ENTRIES</glossterm> 3982 <glossentry id='var-GUMMIBOOT_ENTRIES'><glossterm>GUMMIBOOT_ENTRIES<imagedata fileref="figures/define-generic.png" /></glossterm>
3981 <info> 3983 <info>
3982 GUMMIBOOT_ENTRIES[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_ENTRIES variable specifies a list of entry files (*.conf) to be installed containing one boot entry per file." 3984 GUMMIBOOT_ENTRIES[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_ENTRIES variable specifies a list of entry files (*.conf) to be installed containing one boot entry per file."
3983 </info> 3985 </info>
@@ -4006,7 +4008,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4006 </glossdef> 4008 </glossdef>
4007 </glossentry> 4009 </glossentry>
4008 4010
4009 <glossentry id='var-GUMMIBOOT_TIMEOUT'><glossterm><imagedata fileref="figures/define-generic.png" />GUMMIBOOT_TIMEOUT</glossterm> 4011 <glossentry id='var-GUMMIBOOT_TIMEOUT'><glossterm>GUMMIBOOT_TIMEOUT<imagedata fileref="figures/define-generic.png" /></glossterm>
4010 <info> 4012 <info>
4011 GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds." 4013 GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds."
4012 </info> 4014 </info>
@@ -4037,7 +4039,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4037 4039
4038 <glossdiv id='var-glossary-h'><title>H</title> 4040 <glossdiv id='var-glossary-h'><title>H</title>
4039 4041
4040 <glossentry id='var-HOMEPAGE'><glossterm><imagedata fileref="figures/define-generic.png" />HOMEPAGE</glossterm> 4042 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE<imagedata fileref="figures/define-generic.png" /></glossterm>
4041 <info> 4043 <info>
4042 HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." 4044 HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found."
4043 </info> 4045 </info>
@@ -4047,7 +4049,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4047 </glossdef> 4049 </glossdef>
4048 </glossentry> 4050 </glossentry>
4049 4051
4050 <glossentry id='var-HOST_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_ARCH</glossterm> 4052 <glossentry id='var-HOST_ARCH'><glossterm>HOST_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
4051 <info> 4053 <info>
4052 HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH." 4054 HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH."
4053 4055
@@ -4075,7 +4077,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4075 </glossdef> 4077 </glossdef>
4076 </glossentry> 4078 </glossentry>
4077 4079
4078 <glossentry id='var-HOST_CC_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_CC_ARCH</glossterm> 4080 <glossentry id='var-HOST_CC_ARCH'><glossterm>HOST_CC_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
4079 <info> 4081 <info>
4080 HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." 4082 HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH."
4081 </info> 4083 </info>
@@ -4108,7 +4110,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4108 </glossdef> 4110 </glossdef>
4109 </glossentry> 4111 </glossentry>
4110 4112
4111 <glossentry id='var-HOST_OS'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_OS</glossterm> 4113 <glossentry id='var-HOST_OS'><glossterm>HOST_OS<imagedata fileref="figures/define-generic.png" /></glossterm>
4112 <info> 4114 <info>
4113 HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." 4115 HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS."
4114 </info> 4116 </info>
@@ -4125,7 +4127,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4125 </glossdef> 4127 </glossdef>
4126 </glossentry> 4128 </glossentry>
4127 4129
4128 <glossentry id='var-HOST_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_PREFIX</glossterm> 4130 <glossentry id='var-HOST_PREFIX'><glossterm>HOST_PREFIX<imagedata fileref="figures/define-generic.png" /></glossterm>
4129 <info> 4131 <info>
4130 HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." 4132 HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX."
4131 </info> 4133 </info>
@@ -4138,7 +4140,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4138 </glossdef> 4140 </glossdef>
4139 </glossentry> 4141 </glossentry>
4140 4142
4141 <glossentry id='var-HOST_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_SYS</glossterm> 4143 <glossentry id='var-HOST_SYS'><glossterm>HOST_SYS<imagedata fileref="figures/define-generic.png" /></glossterm>
4142 <info> 4144 <info>
4143 HOST_SYS[doc] = "Specifies the system, including the architecture and the operating system, for with the build is occurring in the context of the current recipe." 4145 HOST_SYS[doc] = "Specifies the system, including the architecture and the operating system, for with the build is occurring in the context of the current recipe."
4144 </info> 4146 </info>
@@ -4178,7 +4180,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4178 </glossdef> 4180 </glossdef>
4179 </glossentry> 4181 </glossentry>
4180 4182
4181 <glossentry id='var-HOST_VENDOR'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_VENDOR</glossterm> 4183 <glossentry id='var-HOST_VENDOR'><glossterm>HOST_VENDOR<imagedata fileref="figures/define-generic.png" /></glossterm>
4182 <info> 4184 <info>
4183 HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." 4185 HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR."
4184 </info> 4186 </info>
@@ -4195,7 +4197,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4195 4197
4196 <glossdiv id='var-glossary-i'><title>I</title> 4198 <glossdiv id='var-glossary-i'><title>I</title>
4197 4199
4198 <glossentry id='var-ICECC_DISABLED'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_DISABLED</glossterm> 4200 <glossentry id='var-ICECC_DISABLED'><glossterm>ICECC_DISABLED<imagedata fileref="figures/define-generic.png" /></glossterm>
4199 <info> 4201 <info>
4200 ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." 4202 ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function."
4201 </info> 4203 </info>
@@ -4223,7 +4225,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4223 </glossdef> 4225 </glossdef>
4224 </glossentry> 4226 </glossentry>
4225 4227
4226 <glossentry id='var-ICECC_ENV_EXEC'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_ENV_EXEC</glossterm> 4228 <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC<imagedata fileref="figures/define-generic.png" /></glossterm>
4227 <info> 4229 <info>
4228 ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." 4230 ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide."
4229 </info> 4231 </info>
@@ -4248,7 +4250,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4248 </glossdef> 4250 </glossdef>
4249 </glossentry> 4251 </glossentry>
4250 4252
4251 <glossentry id='var-ICECC_PARALLEL_MAKE'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_PARALLEL_MAKE</glossterm> 4253 <glossentry id='var-ICECC_PARALLEL_MAKE'><glossterm>ICECC_PARALLEL_MAKE<imagedata fileref="figures/define-generic.png" /></glossterm>
4252 <info> 4254 <info>
4253 ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation." 4255 ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation."
4254 </info> 4256 </info>
@@ -4292,7 +4294,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4292 </glossdef> 4294 </glossdef>
4293 </glossentry> 4295 </glossentry>
4294 4296
4295 <glossentry id='var-ICECC_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_PATH</glossterm> 4297 <glossentry id='var-ICECC_PATH'><glossterm>ICECC_PATH<imagedata fileref="figures/define-generic.png" /></glossterm>
4296 <info> 4298 <info>
4297 ICECC_PATH[doc] = "The location of the icecc binary." 4299 ICECC_PATH[doc] = "The location of the icecc binary."
4298 </info> 4300 </info>
@@ -4310,7 +4312,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4310 </glossdef> 4312 </glossdef>
4311 </glossentry> 4313 </glossentry>
4312 4314
4313 <glossentry id='var-ICECC_USER_CLASS_BL'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_USER_CLASS_BL</glossterm> 4315 <glossentry id='var-ICECC_USER_CLASS_BL'><glossterm>ICECC_USER_CLASS_BL<imagedata fileref="figures/define-generic.png" /></glossterm>
4314 <info> 4316 <info>
4315 ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider." 4317 ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider."
4316 </info> 4318 </info>
@@ -4335,7 +4337,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4335 </glossdef> 4337 </glossdef>
4336 </glossentry> 4338 </glossentry>
4337 4339
4338 <glossentry id='var-ICECC_USER_PACKAGE_BL'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_USER_PACKAGE_BL</glossterm> 4340 <glossentry id='var-ICECC_USER_PACKAGE_BL'><glossterm>ICECC_USER_PACKAGE_BL<imagedata fileref="figures/define-generic.png" /></glossterm>
4339 <info> 4341 <info>
4340 ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." 4342 ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider."
4341 </info> 4343 </info>
@@ -4360,7 +4362,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4360 </glossdef> 4362 </glossdef>
4361 </glossentry> 4363 </glossentry>
4362 4364
4363 <glossentry id='var-ICECC_USER_PACKAGE_WL'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_USER_PACKAGE_WL</glossterm> 4365 <glossentry id='var-ICECC_USER_PACKAGE_WL'><glossterm>ICECC_USER_PACKAGE_WL<imagedata fileref="figures/define-generic.png" /></glossterm>
4364 <info> 4366 <info>
4365 ICECC_USER_PACKAGE_WL[doc] = "Identifies user recipes that use an empty PARALLEL_MAKE variable that you want to force remote distributed compilation on using the Icecream distributed compile support." 4367 ICECC_USER_PACKAGE_WL[doc] = "Identifies user recipes that use an empty PARALLEL_MAKE variable that you want to force remote distributed compilation on using the Icecream distributed compile support."
4366 </info> 4368 </info>
@@ -4380,7 +4382,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4380 </glossdef> 4382 </glossdef>
4381 </glossentry> 4383 </glossentry>
4382 4384
4383 <glossentry id='var-IMAGE_BASENAME'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_BASENAME</glossterm> 4385 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME<imagedata fileref="figures/define-generic.png" /></glossterm>
4384 <info> 4386 <info>
4385 IMAGE_BASENAME[doc] = "The base name of image output files." 4387 IMAGE_BASENAME[doc] = "The base name of image output files."
4386 </info> 4388 </info>
@@ -4393,7 +4395,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4393 </glossdef> 4395 </glossdef>
4394 </glossentry> 4396 </glossentry>
4395 4397
4396 <glossentry id='var-IMAGE_BOOT_FILES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_BOOT_FILES</glossterm> 4398 <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES<imagedata fileref="figures/define-generic.png" /></glossterm>
4397 <info> 4399 <info>
4398 IMAGE_BOOT_FILES[doc] = "Whitespace separated list of files from ${DEPLOY_DIR_IMAGE} to place in boot partition. Entries will be installed under a same name as the source file. To change the destination file name, pass a desired name after a semicolon (eg. u-boot.img;uboot)." 4400 IMAGE_BOOT_FILES[doc] = "Whitespace separated list of files from ${DEPLOY_DIR_IMAGE} to place in boot partition. Entries will be installed under a same name as the source file. To change the destination file name, pass a desired name after a semicolon (eg. u-boot.img;uboot)."
4399 </info> 4401 </info>
@@ -4439,7 +4441,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4439 </glossdef> 4441 </glossdef>
4440 </glossentry> 4442 </glossentry>
4441 4443
4442 <glossentry id='var-IMAGE_CLASSES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_CLASSES</glossterm> 4444 <glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES<imagedata fileref="figures/define-generic.png" /></glossterm>
4443 <info> 4445 <info>
4444 IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." 4446 IMAGE_CLASSES[doc] = "A list of classes that all images should inherit."
4445 </info> 4447 </info>
@@ -4467,7 +4469,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4467 </glossdef> 4469 </glossdef>
4468 </glossentry> 4470 </glossentry>
4469 4471
4470 <glossentry id='var-IMAGE_CMD'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_CMD</glossterm> 4472 <glossentry id='var-IMAGE_CMD'><glossterm>IMAGE_CMD<imagedata fileref="figures/define-generic.png" /></glossterm>
4471 <info> 4473 <info>
4472 IMAGE_CMD[doc] = "Specifies the command to create the image file for a specific image type, which corresponds to the value set set in IMAGE_FSTYPES, (e.g. ext3, btrfs, and so forth)." 4474 IMAGE_CMD[doc] = "Specifies the command to create the image file for a specific image type, which corresponds to the value set set in IMAGE_FSTYPES, (e.g. ext3, btrfs, and so forth)."
4473 </info> 4475 </info>
@@ -4497,7 +4499,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4497 </glossdef> 4499 </glossdef>
4498 </glossentry> 4500 </glossentry>
4499 4501
4500 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_DEVICE_TABLES</glossterm> 4502 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm>IMAGE_DEVICE_TABLES<imagedata fileref="figures/define-generic.png" /></glossterm>
4501 <info> 4503 <info>
4502 IMAGE_DEVICE_TABLES[doc] = "Specifies one or more files that contain custom device tables that are passed to the makedevs command as part of creating an image." 4504 IMAGE_DEVICE_TABLES[doc] = "Specifies one or more files that contain custom device tables that are passed to the makedevs command as part of creating an image."
4503 </info> 4505 </info>
@@ -4520,7 +4522,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4520 </glossdef> 4522 </glossdef>
4521 </glossentry> 4523 </glossentry>
4522 4524
4523 <glossentry id='var-IMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_FEATURES</glossterm> 4525 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
4524 <info> 4526 <info>
4525 IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." 4527 IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe."
4526 </info> 4528 </info>
@@ -4552,7 +4554,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4552 </glossdef> 4554 </glossdef>
4553 </glossentry> 4555 </glossentry>
4554 4556
4555 <glossentry id='var-IMAGE_FSTYPES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_FSTYPES</glossterm> 4557 <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES<imagedata fileref="figures/define-generic.png" /></glossterm>
4556 <info> 4558 <info>
4557 IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." 4559 IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created."
4558 </info> 4560 </info>
@@ -4590,7 +4592,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4590 </glossdef> 4592 </glossdef>
4591 </glossentry> 4593 </glossentry>
4592 4594
4593 <glossentry id='var-IMAGE_INSTALL'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_INSTALL</glossterm> 4595 <glossentry id='var-IMAGE_INSTALL'><glossterm>IMAGE_INSTALL<imagedata fileref="figures/define-generic.png" /></glossterm>
4594 <info> 4596 <info>
4595 IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass." 4597 IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass."
4596 </info> 4598 </info>
@@ -4656,7 +4658,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4656 </glossdef> 4658 </glossdef>
4657 </glossentry> 4659 </glossentry>
4658 4660
4659 <glossentry id='var-IMAGE_LINGUAS'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_LINGUAS</glossterm> 4661 <glossentry id='var-IMAGE_LINGUAS'><glossterm>IMAGE_LINGUAS<imagedata fileref="figures/define-generic.png" /></glossterm>
4660 <info> 4662 <info>
4661 IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." 4663 IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process."
4662 </info> 4664 </info>
@@ -4694,7 +4696,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4694 </glossdef> 4696 </glossdef>
4695 </glossentry> 4697 </glossentry>
4696 4698
4697 <glossentry id='var-IMAGE_MANIFEST'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_MANIFEST</glossterm> 4699 <glossentry id='var-IMAGE_MANIFEST'><glossterm>IMAGE_MANIFEST<imagedata fileref="figures/define-generic.png" /></glossterm>
4698 <info> 4700 <info>
4699 IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image." 4701 IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image."
4700 </info> 4702 </info>
@@ -4730,7 +4732,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4730 </glossdef> 4732 </glossdef>
4731 </glossentry> 4733 </glossentry>
4732 4734
4733 <glossentry id='var-IMAGE_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_NAME</glossterm> 4735 <glossentry id='var-IMAGE_NAME'><glossterm>IMAGE_NAME<imagedata fileref="figures/define-generic.png" /></glossterm>
4734 <info> 4736 <info>
4735 IMAGE_NAME[doc] = "The name of the output image files minus the extension." 4737 IMAGE_NAME[doc] = "The name of the output image files minus the extension."
4736 </info> 4738 </info>
@@ -4750,7 +4752,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4750 </glossdef> 4752 </glossdef>
4751 </glossentry> 4753 </glossentry>
4752 4754
4753 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_OVERHEAD_FACTOR</glossterm> 4755 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm>IMAGE_OVERHEAD_FACTOR<imagedata fileref="figures/define-generic.png" /></glossterm>
4754 <info> 4756 <info>
4755 IMAGE_OVERHEAD_FACTOR[doc] = "Defines a multiplier that the build system applies to the initial image size for cases when the multiplier times the returned disk usage value for the image is greater than the sum of IMAGE_ROOTFS_SIZE and IMAGE_ROOTFS_EXTRA_SPACE." 4757 IMAGE_OVERHEAD_FACTOR[doc] = "Defines a multiplier that the build system applies to the initial image size for cases when the multiplier times the returned disk usage value for the image is greater than the sum of IMAGE_ROOTFS_SIZE and IMAGE_ROOTFS_EXTRA_SPACE."
4756 </info> 4758 </info>
@@ -4795,7 +4797,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4795 </glossdef> 4797 </glossdef>
4796 </glossentry> 4798 </glossentry>
4797 4799
4798 <glossentry id='var-IMAGE_PKGTYPE'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_PKGTYPE</glossterm> 4800 <glossentry id='var-IMAGE_PKGTYPE'><glossterm>IMAGE_PKGTYPE<imagedata fileref="figures/define-generic.png" /></glossterm>
4799 <info> 4801 <info>
4800 IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." 4802 IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system."
4801 </info> 4803 </info>
@@ -4846,7 +4848,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4846 </glossdef> 4848 </glossdef>
4847 </glossentry> 4849 </glossentry>
4848 4850
4849 <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_POSTPROCESS_COMMAND</glossterm> 4851 <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND<imagedata fileref="figures/define-generic.png" /></glossterm>
4850 <info> 4852 <info>
4851 IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." 4853 IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image."
4852 </info> 4854 </info>
@@ -4866,7 +4868,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4866 </glossdef> 4868 </glossdef>
4867 </glossentry> 4869 </glossentry>
4868 4870
4869 <glossentry id='var-IMAGE_ROOTFS'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS</glossterm> 4871 <glossentry id='var-IMAGE_ROOTFS'><glossterm>IMAGE_ROOTFS<imagedata fileref="figures/define-generic.png" /></glossterm>
4870 <info> 4872 <info>
4871 IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." 4873 IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)."
4872 </info> 4874 </info>
@@ -4882,7 +4884,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4882 </glossdef> 4884 </glossdef>
4883 </glossentry> 4885 </glossentry>
4884 4886
4885 <glossentry id='var-IMAGE_ROOTFS_ALIGNMENT'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS_ALIGNMENT</glossterm> 4887 <glossentry id='var-IMAGE_ROOTFS_ALIGNMENT'><glossterm>IMAGE_ROOTFS_ALIGNMENT<imagedata fileref="figures/define-generic.png" /></glossterm>
4886 <info> 4888 <info>
4887 IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." 4889 IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes."
4888 </info> 4890 </info>
@@ -4901,7 +4903,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4901 </glossdef> 4903 </glossdef>
4902 </glossentry> 4904 </glossentry>
4903 4905
4904 <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS_EXTRA_SPACE</glossterm> 4906 <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm>IMAGE_ROOTFS_EXTRA_SPACE<imagedata fileref="figures/define-generic.png" /></glossterm>
4905 <info> 4907 <info>
4906 IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." 4908 IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'."
4907 </info> 4909 </info>
@@ -4935,7 +4937,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4935 </glossdef> 4937 </glossdef>
4936 </glossentry> 4938 </glossentry>
4937 4939
4938 <glossentry id='var-IMAGE_ROOTFS_SIZE'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS_SIZE</glossterm> 4940 <glossentry id='var-IMAGE_ROOTFS_SIZE'><glossterm>IMAGE_ROOTFS_SIZE<imagedata fileref="figures/define-generic.png" /></glossterm>
4939 <info> 4941 <info>
4940 IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." 4942 IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
4941 </info> 4943 </info>
@@ -4981,7 +4983,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
4981 </glossdef> 4983 </glossdef>
4982 </glossentry> 4984 </glossentry>
4983 4985
4984 <glossentry id='var-IMAGE_TYPEDEP'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_TYPEDEP</glossterm> 4986 <glossentry id='var-IMAGE_TYPEDEP'><glossterm>IMAGE_TYPEDEP<imagedata fileref="figures/define-generic.png" /></glossterm>
4985 <info> 4987 <info>
4986 IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." 4988 IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another."
4987 </info> 4989 </info>
@@ -5007,7 +5009,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
5007 </glossdef> 5009 </glossdef>
5008 </glossentry> 5010 </glossentry>
5009 5011
5010 <glossentry id='var-IMAGE_TYPES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_TYPES</glossterm> 5012 <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES<imagedata fileref="figures/define-generic.png" /></glossterm>
5011 <info> 5013 <info>
5012 IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." 5014 IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
5013 </info> 5015 </info>
@@ -5050,7 +5052,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
5050 </glossdef> 5052 </glossdef>
5051 </glossentry> 5053 </glossentry>
5052 5054
5053 <glossentry id='var-INC_PR'><glossterm><imagedata fileref="figures/define-generic.png" />INC_PR</glossterm> 5055 <glossentry id='var-INC_PR'><glossterm>INC_PR<imagedata fileref="figures/define-generic.png" /></glossterm>
5054 <info> 5056 <info>
5055 INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." 5057 INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."
5056 </info> 5058 </info>
@@ -5106,7 +5108,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5106 </glossdef> 5108 </glossdef>
5107 </glossentry> 5109 </glossentry>
5108 5110
5109 <glossentry id='var-INCOMPATIBLE_LICENSE'><glossterm><imagedata fileref="figures/define-generic.png" />INCOMPATIBLE_LICENSE</glossterm> 5111 <glossentry id='var-INCOMPATIBLE_LICENSE'><glossterm>INCOMPATIBLE_LICENSE<imagedata fileref="figures/define-generic.png" /></glossterm>
5110 <info> 5112 <info>
5111 INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build." 5113 INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build."
5112 </info> 5114 </info>
@@ -5136,7 +5138,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5136 </glossdef> 5138 </glossdef>
5137 </glossentry> 5139 </glossentry>
5138 5140
5139 <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm><imagedata fileref="figures/define-generic.png" />INHIBIT_DEFAULT_DEPS</glossterm> 5141 <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm>INHIBIT_DEFAULT_DEPS<imagedata fileref="figures/define-generic.png" /></glossterm>
5140 <info> 5142 <info>
5141 INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS." 5143 INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS."
5142 </info> 5144 </info>
@@ -5156,7 +5158,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5156 </glossdef> 5158 </glossdef>
5157 </glossentry> 5159 </glossentry>
5158 5160
5159 <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm><imagedata fileref="figures/define-generic.png" />INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm> 5161 <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT<imagedata fileref="figures/define-generic.png" /></glossterm>
5160 <info> 5162 <info>
5161 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." 5163 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
5162 </info> 5164 </info>
@@ -5187,7 +5189,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5187 </glossdef> 5189 </glossdef>
5188 </glossentry> 5190 </glossentry>
5189 5191
5190 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm><imagedata fileref="figures/define-generic.png" />INHIBIT_PACKAGE_STRIP</glossterm> 5192 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP<imagedata fileref="figures/define-generic.png" /></glossterm>
5191 <info> 5193 <info>
5192 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." 5194 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
5193 </info> 5195 </info>
@@ -5198,7 +5200,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5198 </glossdef> 5200 </glossdef>
5199 </glossentry> 5201 </glossentry>
5200 5202
5201 <glossentry id='var-INHERIT'><glossterm><imagedata fileref="figures/define-generic.png" />INHERIT</glossterm> 5203 <glossentry id='var-INHERIT'><glossterm>INHERIT<imagedata fileref="figures/define-generic.png" /></glossterm>
5202 <info> 5204 <info>
5203 INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." 5205 INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files."
5204 </info> 5206 </info>
@@ -5211,7 +5213,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5211 </glossdef> 5213 </glossdef>
5212 </glossentry> 5214 </glossentry>
5213 5215
5214 <glossentry id='var-INHERIT_DISTRO'><glossterm><imagedata fileref="figures/define-generic.png" />INHERIT_DISTRO</glossterm> 5216 <glossentry id='var-INHERIT_DISTRO'><glossterm>INHERIT_DISTRO<imagedata fileref="figures/define-generic.png" /></glossterm>
5215 <info> 5217 <info>
5216 INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable." 5218 INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable."
5217 </info> 5219 </info>
@@ -5233,7 +5235,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5233 </glossdef> 5235 </glossdef>
5234 </glossentry> 5236 </glossentry>
5235 5237
5236 <glossentry id='var-INITRAMFS_FSTYPES'><glossterm><imagedata fileref="figures/define-generic.png" />INITRAMFS_FSTYPES</glossterm> 5238 <glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES<imagedata fileref="figures/define-generic.png" /></glossterm>
5237 <info> 5239 <info>
5238 INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot." 5240 INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot."
5239 </info> 5241 </info>
@@ -5248,7 +5250,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5248 </glossdef> 5250 </glossdef>
5249 </glossentry> 5251 </glossentry>
5250 5252
5251 <glossentry id='var-INITRAMFS_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />INITRAMFS_IMAGE</glossterm> 5253 <glossentry id='var-INITRAMFS_IMAGE'><glossterm>INITRAMFS_IMAGE<imagedata fileref="figures/define-generic.png" /></glossterm>
5252 <info> 5254 <info>
5253 INITRAMFS_IMAGE[doc] = "Causes the OpenEmbedded build system to build an additional recipe as a dependency to your root filesystem recipe (e.g. core-image-sato)." 5255 INITRAMFS_IMAGE[doc] = "Causes the OpenEmbedded build system to build an additional recipe as a dependency to your root filesystem recipe (e.g. core-image-sato)."
5254 </info> 5256 </info>
@@ -5294,7 +5296,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5294 </glossdef> 5296 </glossdef>
5295 </glossentry> 5297 </glossentry>
5296 5298
5297 <glossentry id='var-INITRAMFS_IMAGE_BUNDLE'><glossterm><imagedata fileref="figures/define-generic.png" />INITRAMFS_IMAGE_BUNDLE</glossterm> 5299 <glossentry id='var-INITRAMFS_IMAGE_BUNDLE'><glossterm>INITRAMFS_IMAGE_BUNDLE<imagedata fileref="figures/define-generic.png" /></glossterm>
5298 <info> 5300 <info>
5299 INITRAMFS_IMAGE_BUNDLE[doc] = "Controls whether or not the image recipe specified by INITRAMFS_IMAGE is run through an extra pass during kernel compilation in order to build a single binary that contains both the kernel image and the initial RAM disk (initramfs)." 5301 INITRAMFS_IMAGE_BUNDLE[doc] = "Controls whether or not the image recipe specified by INITRAMFS_IMAGE is run through an extra pass during kernel compilation in order to build a single binary that contains both the kernel image and the initial RAM disk (initramfs)."
5300 </info> 5302 </info>
@@ -5344,7 +5346,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5344 </glossdef> 5346 </glossdef>
5345 </glossentry> 5347 </glossentry>
5346 5348
5347 <glossentry id='var-INITRD'><glossterm><imagedata fileref="figures/define-generic.png" />INITRD</glossterm> 5349 <glossentry id='var-INITRD'><glossterm>INITRD<imagedata fileref="figures/define-generic.png" /></glossterm>
5348 <info> 5350 <info>
5349 INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)." 5351 INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)."
5350 </info> 5352 </info>
@@ -5363,7 +5365,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5363 </glossdef> 5365 </glossdef>
5364 </glossentry> 5366 </glossentry>
5365 5367
5366 <glossentry id='var-INITRD_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />INITRD_IMAGE</glossterm> 5368 <glossentry id='var-INITRD_IMAGE'><glossterm>INITRD_IMAGE<imagedata fileref="figures/define-generic.png" /></glossterm>
5367 <info> 5369 <info>
5368 INITRD_IMAGE[doc] = "When building a "live" bootable image (i.e. when IMAGE_FSTYPES contains "live"), INITRD_IMAGE specifies the image recipe that should be built to provide the initial RAM disk image." 5370 INITRD_IMAGE[doc] = "When building a "live" bootable image (i.e. when IMAGE_FSTYPES contains "live"), INITRD_IMAGE specifies the image recipe that should be built to provide the initial RAM disk image."
5369 </info> 5371 </info>
@@ -5385,7 +5387,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5385 </glossdef> 5387 </glossdef>
5386 </glossentry> 5388 </glossentry>
5387 5389
5388 <glossentry id='var-INITSCRIPT_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />INITSCRIPT_NAME</glossterm> 5390 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME<imagedata fileref="figures/define-generic.png" /></glossterm>
5389 <info> 5391 <info>
5390 INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." 5392 INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d."
5391 </info> 5393 </info>
@@ -5401,7 +5403,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5401 </glossdef> 5403 </glossdef>
5402 </glossentry> 5404 </glossentry>
5403 5405
5404 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />INITSCRIPT_PACKAGES</glossterm> 5406 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm>INITSCRIPT_PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
5405 <info> 5407 <info>
5406 INITSCRIPT_PACKAGES[doc] = "A list of the packages that contain initscripts. This variable is used in recipes when using update-rc.d.bbclass. The variable is optional and defaults to the PN variable." 5408 INITSCRIPT_PACKAGES[doc] = "A list of the packages that contain initscripts. This variable is used in recipes when using update-rc.d.bbclass. The variable is optional and defaults to the PN variable."
5407 </info> 5409 </info>
@@ -5418,7 +5420,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5418 </glossdef> 5420 </glossdef>
5419 </glossentry> 5421 </glossentry>
5420 5422
5421 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm><imagedata fileref="figures/define-generic.png" />INITSCRIPT_PARAMS</glossterm> 5423 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm>INITSCRIPT_PARAMS<imagedata fileref="figures/define-generic.png" /></glossterm>
5422 <info> 5424 <info>
5423 INITSCRIPT_PARAMS[doc] = "Specifies the options to pass to update-rc.d. The variable is mandatory and is used in recipes when using update-rc.d.bbclass." 5425 INITSCRIPT_PARAMS[doc] = "Specifies the options to pass to update-rc.d. The variable is mandatory and is used in recipes when using update-rc.d.bbclass."
5424 </info> 5426 </info>
@@ -5450,7 +5452,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5450 </glossdef> 5452 </glossdef>
5451 </glossentry> 5453 </glossentry>
5452 5454
5453 <glossentry id='var-INSANE_SKIP'><glossterm><imagedata fileref="figures/define-generic.png" />INSANE_SKIP</glossterm> 5455 <glossentry id='var-INSANE_SKIP'><glossterm>INSANE_SKIP<imagedata fileref="figures/define-generic.png" /></glossterm>
5454 <info> 5456 <info>
5455 INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe." 5457 INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe."
5456 </info> 5458 </info>
@@ -5475,7 +5477,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5475 </glossdef> 5477 </glossdef>
5476 </glossentry> 5478 </glossentry>
5477 5479
5478 <glossentry id='var-IPK_FEED_URIS'><glossterm><imagedata fileref="figures/define-generic.png" />IPK_FEED_URIS</glossterm> 5480 <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS<imagedata fileref="figures/define-generic.png" /></glossterm>
5479 <info> 5481 <info>
5480 IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." 5482 IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image."
5481 </info> 5483 </info>
@@ -5493,7 +5495,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5493 </glossentry> 5495 </glossentry>
5494 5496
5495<!-- 5497<!--
5496 <glossentry id='var-INTERCEPT_DIR'><glossterm>INTERCEPT_DIR</glossterm> 5498 <glossentry id='var-INTERCEPT_DIR'><glossterm>INTERCEPT_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
5497 <glossdef> 5499 <glossdef>
5498 <para> 5500 <para>
5499 An environment variable that defines the directory where 5501 An environment variable that defines the directory where
@@ -5534,7 +5536,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5534 5536
5535 <glossdiv id='var-glossary-k'><title>K</title> 5537 <glossdiv id='var-glossary-k'><title>K</title>
5536 5538
5537 <glossentry id='var-KARCH'><glossterm><imagedata fileref="figures/define-generic.png" />KARCH</glossterm> 5539 <glossentry id='var-KARCH'><glossterm>KARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
5538 <info> 5540 <info>
5539 KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions." 5541 KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions."
5540 </info> 5542 </info>
@@ -5560,7 +5562,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5560 </glossdef> 5562 </glossdef>
5561 </glossentry> 5563 </glossentry>
5562 5564
5563 <glossentry id='var-KBRANCH'><glossterm><imagedata fileref="figures/define-generic.png" />KBRANCH</glossterm> 5565 <glossentry id='var-KBRANCH'><glossterm>KBRANCH<imagedata fileref="figures/define-generic.png" /></glossterm>
5564 <info> 5566 <info>
5565 KBRANCH[doc] = "A regular expression used by the build process to explicitly identify the kernel branch that is validated, patched and configured during a build." 5567 KBRANCH[doc] = "A regular expression used by the build process to explicitly identify the kernel branch that is validated, patched and configured during a build."
5566 </info> 5568 </info>
@@ -5624,7 +5626,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5624 </glossdef> 5626 </glossdef>
5625 </glossentry> 5627 </glossentry>
5626 5628
5627 <glossentry id='var-KBRANCH_DEFAULT'><glossterm><imagedata fileref="figures/define-generic.png" />KBRANCH_DEFAULT</glossterm> 5629 <glossentry id='var-KBRANCH_DEFAULT'><glossterm>KBRANCH_DEFAULT<imagedata fileref="figures/define-generic.png" /></glossterm>
5628 <info> 5630 <info>
5629 KBRANCH_DEFAULT[doc] = "Defines the Linux kernel source repository's default branch used to build the Linux kernel. Unless you specify otherwise, the variable initializes to 'master'." 5631 KBRANCH_DEFAULT[doc] = "Defines the Linux kernel source repository's default branch used to build the Linux kernel. Unless you specify otherwise, the variable initializes to 'master'."
5630 </info> 5632 </info>
@@ -5642,7 +5644,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5642 </glossdef> 5644 </glossdef>
5643 </glossentry> 5645 </glossentry>
5644 5646
5645 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_EXTRA_ARGS</glossterm> 5647 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS<imagedata fileref="figures/define-generic.png" /></glossterm>
5646 <info> 5648 <info>
5647 KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." 5649 KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel."
5648 </info> 5650 </info>
@@ -5655,7 +5657,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5655 </glossdef> 5657 </glossdef>
5656 </glossentry> 5658 </glossentry>
5657 5659
5658 <glossentry id='var-KERNEL_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_FEATURES</glossterm> 5660 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
5659 <info> 5661 <info>
5660 KERNEL_FEATURES[doc] = "Includes additional metadata from the Yocto Project kernel Git repository. The metadata you add through this variable includes config fragments and features descriptions." 5662 KERNEL_FEATURES[doc] = "Includes additional metadata from the Yocto Project kernel Git repository. The metadata you add through this variable includes config fragments and features descriptions."
5661 </info> 5663 </info>
@@ -5688,7 +5690,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5688 </glossdef> 5690 </glossdef>
5689 </glossentry> 5691 </glossentry>
5690 5692
5691 <glossentry id='var-KERNEL_IMAGE_BASE_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_IMAGE_BASE_NAME</glossterm> 5693 <glossentry id='var-KERNEL_IMAGE_BASE_NAME'><glossterm>KERNEL_IMAGE_BASE_NAME<imagedata fileref="figures/define-generic.png" /></glossterm>
5692 <info> 5694 <info>
5693 KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image." 5695 KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image."
5694 </info> 5696 </info>
@@ -5714,7 +5716,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5714 </glossdef> 5716 </glossdef>
5715 </glossentry> 5717 </glossentry>
5716 5718
5717 <glossentry id='var-KERNEL_IMAGE_MAXSIZE'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_IMAGE_MAXSIZE</glossterm> 5719 <glossentry id='var-KERNEL_IMAGE_MAXSIZE'><glossterm>KERNEL_IMAGE_MAXSIZE<imagedata fileref="figures/define-generic.png" /></glossterm>
5718 <info> 5720 <info>
5719 KERNEL_IMAGE_MAXSIZE[doc] = "The maximum allowable size in kilobytes of the kernel image file." 5721 KERNEL_IMAGE_MAXSIZE[doc] = "The maximum allowable size in kilobytes of the kernel image file."
5720 </info> 5722 </info>
@@ -5744,7 +5746,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5744 </glossdef> 5746 </glossdef>
5745 </glossentry> 5747 </glossentry>
5746 5748
5747 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_IMAGETYPE</glossterm> 5749 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm>KERNEL_IMAGETYPE<imagedata fileref="figures/define-generic.png" /></glossterm>
5748 <info> 5750 <info>
5749 KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." 5751 KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'."
5750 </info> 5752 </info>
@@ -5757,7 +5759,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5757 </glossdef> 5759 </glossdef>
5758 </glossentry> 5760 </glossentry>
5759 5761
5760 <glossentry id='var-KERNEL_MODULE_AUTOLOAD'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_MODULE_AUTOLOAD</glossterm> 5762 <glossentry id='var-KERNEL_MODULE_AUTOLOAD'><glossterm>KERNEL_MODULE_AUTOLOAD<imagedata fileref="figures/define-generic.png" /></glossterm>
5761 <info> 5763 <info>
5762 KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot" 5764 KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot"
5763 </info> 5765 </info>
@@ -5810,7 +5812,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5810 </glossdef> 5812 </glossdef>
5811 </glossentry> 5813 </glossentry>
5812 5814
5813 <glossentry id='var-KERNEL_MODULE_PROBECONF'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_MODULE_PROBECONF</glossterm> 5815 <glossentry id='var-KERNEL_MODULE_PROBECONF'><glossterm>KERNEL_MODULE_PROBECONF<imagedata fileref="figures/define-generic.png" /></glossterm>
5814 <info> 5816 <info>
5815 KERNEL_MODULE_PROBECONF[doc] = "Lists kernel modules for which the build system expects to find module_conf_* values that specify configuration for each of the modules." 5817 KERNEL_MODULE_PROBECONF[doc] = "Lists kernel modules for which the build system expects to find module_conf_* values that specify configuration for each of the modules."
5816 </info> 5818 </info>
@@ -5828,7 +5830,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5828 </glossdef> 5830 </glossdef>
5829 </glossentry> 5831 </glossentry>
5830 5832
5831 <glossentry id='var-KERNEL_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_PATH</glossterm> 5833 <glossentry id='var-KERNEL_PATH'><glossterm>KERNEL_PATH<imagedata fileref="figures/define-generic.png" /></glossterm>
5832 <info> 5834 <info>
5833 KERNEL_PATH[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." 5835 KERNEL_PATH[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)."
5834 </info> 5836 </info>
@@ -5858,7 +5860,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5858 </glossdef> 5860 </glossdef>
5859 </glossentry> 5861 </glossentry>
5860 5862
5861 <glossentry id='var-KERNEL_SRC'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_SRC</glossterm> 5863 <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC<imagedata fileref="figures/define-generic.png" /></glossterm>
5862 <info> 5864 <info>
5863 KERNEL_SRC[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." 5865 KERNEL_SRC[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)."
5864 </info> 5866 </info>
@@ -5888,7 +5890,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5888 </glossdef> 5890 </glossdef>
5889 </glossentry> 5891 </glossentry>
5890 5892
5891 <glossentry id='var-KFEATURE_DESCRIPTION'><glossterm><imagedata fileref="figures/define-generic.png" />KFEATURE_DESCRIPTION</glossterm> 5893 <glossentry id='var-KFEATURE_DESCRIPTION'><glossterm>KFEATURE_DESCRIPTION<imagedata fileref="figures/define-generic.png" /></glossterm>
5892 <info> 5894 <info>
5893 KFEATURE_DESCRIPTION[doc] = "Provides a short description of a configuration fragment. You use this variable in the .scc file that describes a configuration fragment file." 5895 KFEATURE_DESCRIPTION[doc] = "Provides a short description of a configuration fragment. You use this variable in the .scc file that describes a configuration fragment file."
5894 </info> 5896 </info>
@@ -5907,7 +5909,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5907 </glossdef> 5909 </glossdef>
5908 </glossentry> 5910 </glossentry>
5909 5911
5910 <glossentry id='var-KMACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />KMACHINE</glossterm> 5912 <glossentry id='var-KMACHINE'><glossterm>KMACHINE<imagedata fileref="figures/define-generic.png" /></glossterm>
5911 <info> 5913 <info>
5912 KMACHINE[doc] = "The machine as known by the kernel." 5914 KMACHINE[doc] = "The machine as known by the kernel."
5913 </info> 5915 </info>
@@ -6003,7 +6005,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6003 </glossdef> 6005 </glossdef>
6004 </glossentry> 6006 </glossentry>
6005 6007
6006 <glossentry id='var-KTYPE'><glossterm><imagedata fileref="figures/define-generic.png" />KTYPE</glossterm> 6008 <glossentry id='var-KTYPE'><glossterm>KTYPE<imagedata fileref="figures/define-generic.png" /></glossterm>
6007 <info> 6009 <info>
6008 KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." 6010 KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
6009 </info> 6011 </info>
@@ -6032,7 +6034,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6032 6034
6033 <glossdiv id='var-glossary-l'><title>L</title> 6035 <glossdiv id='var-glossary-l'><title>L</title>
6034 6036
6035 <glossentry id='var-LABELS'><glossterm><imagedata fileref="figures/define-generic.png" />LABELS</glossterm> 6037 <glossentry id='var-LABELS'><glossterm>LABELS<imagedata fileref="figures/define-generic.png" /></glossterm>
6036 <info> 6038 <info>
6037 LABELS[doc] = "Provides a list of targets for automatic configuration." 6039 LABELS[doc] = "Provides a list of targets for automatic configuration."
6038 </info> 6040 </info>
@@ -6049,7 +6051,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6049 </glossdef> 6051 </glossdef>
6050 </glossentry> 6052 </glossentry>
6051 6053
6052 <glossentry id='var-LAYERDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />LAYERDEPENDS</glossterm> 6054 <glossentry id='var-LAYERDEPENDS'><glossterm>LAYERDEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
6053 <info> 6055 <info>
6054 LAYERDEPENDS[doc] = "Lists the layers, separated by spaces, upon which this recipe depends. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer." 6056 LAYERDEPENDS[doc] = "Lists the layers, separated by spaces, upon which this recipe depends. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer."
6055 </info> 6057 </info>
@@ -6068,7 +6070,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6068 </glossdef> 6070 </glossdef>
6069 </glossentry> 6071 </glossentry>
6070 6072
6071 <glossentry id='var-LAYERDIR'><glossterm><imagedata fileref="figures/define-generic.png" />LAYERDIR</glossterm> 6073 <glossentry id='var-LAYERDIR'><glossterm>LAYERDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
6072 <info> 6074 <info>
6073 LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer." 6075 LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer."
6074 </info> 6076 </info>
@@ -6080,7 +6082,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6080 </glossdef> 6082 </glossdef>
6081 </glossentry> 6083 </glossentry>
6082 6084
6083 <glossentry id='var-LAYERVERSION'><glossterm><imagedata fileref="figures/define-generic.png" />LAYERVERSION</glossterm> 6085 <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION<imagedata fileref="figures/define-generic.png" /></glossterm>
6084 <info> 6086 <info>
6085 LAYERVERSION[doc] = "Optionally specifies the version of a layer as a single number. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer." 6087 LAYERVERSION[doc] = "Optionally specifies the version of a layer as a single number. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer."
6086 </info> 6088 </info>
@@ -6096,7 +6098,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6096 </glossdef> 6098 </glossdef>
6097 </glossentry> 6099 </glossentry>
6098 6100
6099 <glossentry id='var-LD'><glossterm><imagedata fileref="figures/define-generic.png" />LD</glossterm> 6101 <glossentry id='var-LD'><glossterm>LD<imagedata fileref="figures/define-generic.png" /></glossterm>
6100 <info> 6102 <info>
6101 LD[doc] = "Minimal command and arguments to run the linker." 6103 LD[doc] = "Minimal command and arguments to run the linker."
6102 </info> 6104 </info>
@@ -6108,7 +6110,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6108 </glossdef> 6110 </glossdef>
6109 </glossentry> 6111 </glossentry>
6110 6112
6111 <glossentry id='var-LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />LDFLAGS</glossterm> 6113 <glossentry id='var-LDFLAGS'><glossterm>LDFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
6112 <info> 6114 <info>
6113 LDFLAGS[doc] = "Specifies the flags to pass to the linker." 6115 LDFLAGS[doc] = "Specifies the flags to pass to the linker."
6114 </info> 6116 </info>
@@ -6143,7 +6145,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6143 </glossdef> 6145 </glossdef>
6144 </glossentry> 6146 </glossentry>
6145 6147
6146 <glossentry id='var-LEAD_SONAME'><glossterm><imagedata fileref="figures/define-generic.png" />LEAD_SONAME</glossterm> 6148 <glossentry id='var-LEAD_SONAME'><glossterm>LEAD_SONAME<imagedata fileref="figures/define-generic.png" /></glossterm>
6147 <info> 6149 <info>
6148 LEAD_SONAME[doc] = "Specifies the lead (or primary) compiled library file (.so) that the debian class applies its naming policy to given a recipe that packages multiple libraries." 6150 LEAD_SONAME[doc] = "Specifies the lead (or primary) compiled library file (.so) that the debian class applies its naming policy to given a recipe that packages multiple libraries."
6149 </info> 6151 </info>
@@ -6163,7 +6165,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6163 </glossdef> 6165 </glossdef>
6164 </glossentry> 6166 </glossentry>
6165 6167
6166 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm><imagedata fileref="figures/define-generic.png" />LIC_FILES_CHKSUM</glossterm> 6168 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM<imagedata fileref="figures/define-generic.png" /></glossterm>
6167 <info> 6169 <info>
6168 LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." 6170 LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code."
6169 </info> 6171 </info>
@@ -6184,7 +6186,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6184 </glossdef> 6186 </glossdef>
6185 </glossentry> 6187 </glossentry>
6186 6188
6187 <glossentry id='var-LICENSE'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE</glossterm> 6189 <glossentry id='var-LICENSE'><glossterm>LICENSE<imagedata fileref="figures/define-generic.png" /></glossterm>
6188 <info> 6190 <info>
6189 LICENSE[doc] = "The list of source licenses for the recipe. The logical operators &amp;, '|', and parentheses can be used." 6191 LICENSE[doc] = "The list of source licenses for the recipe. The logical operators &amp;, '|', and parentheses can be used."
6190 </info> 6192 </info>
@@ -6248,7 +6250,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6248 </glossdef> 6250 </glossdef>
6249 </glossentry> 6251 </glossentry>
6250 6252
6251 <glossentry id='var-LICENSE_FLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE_FLAGS</glossterm> 6253 <glossentry id='var-LICENSE_FLAGS'><glossterm>LICENSE_FLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
6252 <info> 6254 <info>
6253 LICENSE_FLAGS[doc] = "Specifies additional flags for a recipe you must whitelist through LICENSE_FLAGS_WHITELIST in order to allow the recipe to be built." 6255 LICENSE_FLAGS[doc] = "Specifies additional flags for a recipe you must whitelist through LICENSE_FLAGS_WHITELIST in order to allow the recipe to be built."
6254 </info> 6256 </info>
@@ -6275,7 +6277,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6275 </glossdef> 6277 </glossdef>
6276 </glossentry> 6278 </glossentry>
6277 6279
6278 <glossentry id='var-LICENSE_FLAGS_WHITELIST'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE_FLAGS_WHITELIST</glossterm> 6280 <glossentry id='var-LICENSE_FLAGS_WHITELIST'><glossterm>LICENSE_FLAGS_WHITELIST<imagedata fileref="figures/define-generic.png" /></glossterm>
6279 <info> 6281 <info>
6280 LICENSE_FLAGS_WHITELIST[doc] = "Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being built." 6282 LICENSE_FLAGS_WHITELIST[doc] = "Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being built."
6281 </info> 6283 </info>
@@ -6294,7 +6296,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6294 </glossdef> 6296 </glossdef>
6295 </glossentry> 6297 </glossentry>
6296 6298
6297 <glossentry id='var-LICENSE_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE_PATH</glossterm> 6299 <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH<imagedata fileref="figures/define-generic.png" /></glossterm>
6298 <info> 6300 <info>
6299 LICENSE_PATH[doc] = "Path to additional licenses used during the build." 6301 LICENSE_PATH[doc] = "Path to additional licenses used during the build."
6300 </info> 6302 </info>
@@ -6310,7 +6312,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6310 </glossdef> 6312 </glossdef>
6311 </glossentry> 6313 </glossentry>
6312 6314
6313 <glossentry id='var-LINUX_KERNEL_TYPE'><glossterm><imagedata fileref="figures/define-generic.png" />LINUX_KERNEL_TYPE</glossterm> 6315 <glossentry id='var-LINUX_KERNEL_TYPE'><glossterm>LINUX_KERNEL_TYPE<imagedata fileref="figures/define-generic.png" /></glossterm>
6314 <info> 6316 <info>
6315 LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." 6317 LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
6316 </info> 6318 </info>
@@ -6342,7 +6344,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6342 </glossdef> 6344 </glossdef>
6343 </glossentry> 6345 </glossentry>
6344 6346
6345 <glossentry id='var-LINUX_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />LINUX_VERSION</glossterm> 6347 <glossentry id='var-LINUX_VERSION'><glossterm>LINUX_VERSION<imagedata fileref="figures/define-generic.png" /></glossterm>
6346 <info> 6348 <info>
6347 LINUX_VERSION[doc] = "The Linux version from kernel.org on which the Linux kernel image being built using the OpenEmbedded build system is based. You define this variable in the kernel recipe." 6349 LINUX_VERSION[doc] = "The Linux version from kernel.org on which the Linux kernel image being built using the OpenEmbedded build system is based. You define this variable in the kernel recipe."
6348 </info> 6350 </info>
@@ -6367,7 +6369,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6367 </glossdef> 6369 </glossdef>
6368 </glossentry> 6370 </glossentry>
6369 6371
6370 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm><imagedata fileref="figures/define-generic.png" />LINUX_VERSION_EXTENSION</glossterm> 6372 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION<imagedata fileref="figures/define-generic.png" /></glossterm>
6371 <info> 6373 <info>
6372 LINUX_VERSION_EXTENSION[doc] = "A string extension compiled into the version string of the Linux kernel built with the OpenEmbedded build system. You define this variable in the kernel recipe." 6374 LINUX_VERSION_EXTENSION[doc] = "A string extension compiled into the version string of the Linux kernel built with the OpenEmbedded build system. You define this variable in the kernel recipe."
6373 </info> 6375 </info>
@@ -6395,7 +6397,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6395 </glossdef> 6397 </glossdef>
6396 </glossentry> 6398 </glossentry>
6397 6399
6398 <glossentry id='var-LOG_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />LOG_DIR</glossterm> 6400 <glossentry id='var-LOG_DIR'><glossterm>LOG_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
6399 <info> 6401 <info>
6400 LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log" 6402 LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log"
6401 </info> 6403 </info>
@@ -6417,7 +6419,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6417 6419
6418 <glossdiv id='var-glossary-m'><title>M</title> 6420 <glossdiv id='var-glossary-m'><title>M</title>
6419 6421
6420 <glossentry id='var-MACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE</glossterm> 6422 <glossentry id='var-MACHINE'><glossterm>MACHINE<imagedata fileref="figures/define-generic.png" /></glossterm>
6421 <info> 6423 <info>
6422 MACHINE[doc] = "Specifies the target device for which the image is built. You define MACHINE in the conf/local.conf file in the Build Directory." 6424 MACHINE[doc] = "Specifies the target device for which the image is built. You define MACHINE in the conf/local.conf file in the Build Directory."
6423 </info> 6425 </info>
@@ -6467,7 +6469,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6467 </glossdef> 6469 </glossdef>
6468 </glossentry> 6470 </glossentry>
6469 6471
6470 <glossentry id='var-MACHINE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_ARCH</glossterm> 6472 <glossentry id='var-MACHINE_ARCH'><glossterm>MACHINE_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
6471 <info> 6473 <info>
6472 MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH." 6474 MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH."
6473 </info> 6475 </info>
@@ -6484,7 +6486,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6484 </glossdef> 6486 </glossdef>
6485 </glossentry> 6487 </glossentry>
6486 6488
6487 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_ESSENTIAL_EXTRA_RDEPENDS</glossterm> 6489 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RDEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
6488 <info> 6490 <info>
6489 MACHINE_ESSENTIAL_EXTRA_RDEPENDS[doc] = "A list of required machine-specific packages to install as part of the image being built. Because this is a 'machine essential' variable, the list of packages are essential for the machine to boot." 6491 MACHINE_ESSENTIAL_EXTRA_RDEPENDS[doc] = "A list of required machine-specific packages to install as part of the image being built. Because this is a 'machine essential' variable, the list of packages are essential for the machine to boot."
6490 </info> 6492 </info>
@@ -6518,7 +6520,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6518 </glossdef> 6520 </glossdef>
6519 </glossentry> 6521 </glossentry>
6520 6522
6521 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</glossterm> 6523 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
6522 <info> 6524 <info>
6523 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS[doc] = "A list of recommended machine-specific packages to install as part of the image being built. Because this is a 'machine essential' variable, the list of packages are essential for the machine to boot." 6525 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS[doc] = "A list of recommended machine-specific packages to install as part of the image being built. Because this is a 'machine essential' variable, the list of packages are essential for the machine to boot."
6524 </info> 6526 </info>
@@ -6568,7 +6570,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6568 </glossdef> 6570 </glossdef>
6569 </glossentry> 6571 </glossentry>
6570 6572
6571 <glossentry id='var-MACHINE_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_EXTRA_RDEPENDS</glossterm> 6573 <glossentry id='var-MACHINE_EXTRA_RDEPENDS'><glossterm>MACHINE_EXTRA_RDEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
6572 <info> 6574 <info>
6573 MACHINE_EXTRA_RDEPENDS[doc] = "A list of machine-specific packages to install as part of the image being built that are not essential for the machine to boot. However, the build process for more fully-featured images depends on the packages being present." 6575 MACHINE_EXTRA_RDEPENDS[doc] = "A list of machine-specific packages to install as part of the image being built that are not essential for the machine to boot. However, the build process for more fully-featured images depends on the packages being present."
6574 </info> 6576 </info>
@@ -6610,7 +6612,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6610 </glossdef> 6612 </glossdef>
6611 </glossentry> 6613 </glossentry>
6612 6614
6613 <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_EXTRA_RRECOMMENDS</glossterm> 6615 <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm>MACHINE_EXTRA_RRECOMMENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
6614 <info> 6616 <info>
6615 MACHINE_EXTRA_RRECOMMENDS[doc] = "A list of machine-specific packages to install as part of the image being built that are not essential for booting the machine. The image being built has no build dependencies on the packages in this list." 6617 MACHINE_EXTRA_RRECOMMENDS[doc] = "A list of machine-specific packages to install as part of the image being built that are not essential for booting the machine. The image being built has no build dependencies on the packages in this list."
6616 </info> 6618 </info>
@@ -6651,7 +6653,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6651 </glossdef> 6653 </glossdef>
6652 </glossentry> 6654 </glossentry>
6653 6655
6654 <glossentry id='var-MACHINE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_FEATURES</glossterm> 6656 <glossentry id='var-MACHINE_FEATURES'><glossterm>MACHINE_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
6655 <info> 6657 <info>
6656 MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports." 6658 MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports."
6657 </info> 6659 </info>
@@ -6677,7 +6679,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6677 </glossdef> 6679 </glossdef>
6678 </glossentry> 6680 </glossentry>
6679 6681
6680 <glossentry id='var-MACHINE_FEATURES_BACKFILL'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_FEATURES_BACKFILL</glossterm> 6682 <glossentry id='var-MACHINE_FEATURES_BACKFILL'><glossterm>MACHINE_FEATURES_BACKFILL<imagedata fileref="figures/define-generic.png" /></glossterm>
6681 <info> 6683 <info>
6682 MACHINE_FEATURES_BACKFILL[doc] = "Features to be added to MACHINE_FEATURES if not also present in MACHINE_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and is not intended to be user-configurable." 6684 MACHINE_FEATURES_BACKFILL[doc] = "Features to be added to MACHINE_FEATURES if not also present in MACHINE_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and is not intended to be user-configurable."
6683 </info> 6685 </info>
@@ -6699,7 +6701,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6699 </glossdef> 6701 </glossdef>
6700 </glossentry> 6702 </glossentry>
6701 6703
6702 <glossentry id='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_FEATURES_BACKFILL_CONSIDERED</glossterm> 6704 <glossentry id='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><glossterm>MACHINE_FEATURES_BACKFILL_CONSIDERED<imagedata fileref="figures/define-generic.png" /></glossterm>
6703 <info> 6705 <info>
6704 MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build." 6706 MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build."
6705 </info> 6707 </info>
@@ -6715,7 +6717,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6715 </glossdef> 6717 </glossdef>
6716 </glossentry> 6718 </glossentry>
6717 6719
6718 <glossentry id='var-MACHINEOVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINEOVERRIDES</glossterm> 6720 <glossentry id='var-MACHINEOVERRIDES'><glossterm>MACHINEOVERRIDES<imagedata fileref="figures/define-generic.png" /></glossterm>
6719 <info> 6721 <info>
6720 MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE." 6722 MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE."
6721 </info> 6723 </info>
@@ -6747,7 +6749,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6747 </glossdef> 6749 </glossdef>
6748 </glossentry> 6750 </glossentry>
6749 6751
6750 <glossentry id='var-MAINTAINER'><glossterm><imagedata fileref="figures/define-generic.png" />MAINTAINER</glossterm> 6752 <glossentry id='var-MAINTAINER'><glossterm>MAINTAINER<imagedata fileref="figures/define-generic.png" /></glossterm>
6751 <info> 6753 <info>
6752 MAINTAINER[doc] = "The email address of the distribution maintainer." 6754 MAINTAINER[doc] = "The email address of the distribution maintainer."
6753 </info> 6755 </info>
@@ -6756,7 +6758,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6756 </glossdef> 6758 </glossdef>
6757 </glossentry> 6759 </glossentry>
6758 6760
6759 <glossentry id='var-MIRRORS'><glossterm><imagedata fileref="figures/define-generic.png" />MIRRORS</glossterm> 6761 <glossentry id='var-MIRRORS'><glossterm>MIRRORS<imagedata fileref="figures/define-generic.png" /></glossterm>
6760 <info> 6762 <info>
6761 MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." 6763 MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code."
6762 </info> 6764 </info>
@@ -6784,7 +6786,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6784 </glossdef> 6786 </glossdef>
6785 </glossentry> 6787 </glossentry>
6786 6788
6787 <glossentry id='var-MLPREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />MLPREFIX</glossterm> 6789 <glossentry id='var-MLPREFIX'><glossterm>MLPREFIX<imagedata fileref="figures/define-generic.png" /></glossterm>
6788 <info> 6790 <info>
6789 MLPREFIX[doc] = "Specifies a prefix has been added to PN to create a special version of a recipe or package, such as a Multilib version." 6791 MLPREFIX[doc] = "Specifies a prefix has been added to PN to create a special version of a recipe or package, such as a Multilib version."
6790 </info> 6792 </info>
@@ -6802,7 +6804,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6802 </glossdef> 6804 </glossdef>
6803 </glossentry> 6805 </glossentry>
6804 6806
6805 <glossentry id='var-module_autoload'><glossterm><imagedata fileref="figures/define-generic.png" />module_autoload</glossterm> 6807 <glossentry id='var-module_autoload'><glossterm>module_autoload<imagedata fileref="figures/define-generic.png" /></glossterm>
6806 <info> 6808 <info>
6807 module_autoload[doc] = "This variable has been replaced by the KERNEL_MODULE_AUTOLOAD variable. You should replace all occurrences of module_autoload with additions to KERNEL_MODULE_AUTOLOAD." 6809 module_autoload[doc] = "This variable has been replaced by the KERNEL_MODULE_AUTOLOAD variable. You should replace all occurrences of module_autoload with additions to KERNEL_MODULE_AUTOLOAD."
6808 </info> 6810 </info>
@@ -6827,7 +6829,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6827 </glossdef> 6829 </glossdef>
6828 </glossentry> 6830 </glossentry>
6829 6831
6830 <glossentry id='var-module_conf'><glossterm><imagedata fileref="figures/define-generic.png" />module_conf</glossterm> 6832 <glossentry id='var-module_conf'><glossterm>module_conf<imagedata fileref="figures/define-generic.png" /></glossterm>
6831 <info> 6833 <info>
6832 module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file." 6834 module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file."
6833 </info> 6835 </info>
@@ -6887,7 +6889,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6887 </glossdef> 6889 </glossdef>
6888 </glossentry> 6890 </glossentry>
6889 6891
6890 <glossentry id='var-MODULE_IMAGE_BASE_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />MODULE_IMAGE_BASE_NAME</glossterm> 6892 <glossentry id='var-MODULE_IMAGE_BASE_NAME'><glossterm>MODULE_IMAGE_BASE_NAME<imagedata fileref="figures/define-generic.png" /></glossterm>
6891 <info> 6893 <info>
6892 MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball." 6894 MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball."
6893 </info> 6895 </info>
@@ -6912,7 +6914,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6912 </glossdef> 6914 </glossdef>
6913 </glossentry> 6915 </glossentry>
6914 6916
6915 <glossentry id='var-MODULE_TARBALL_DEPLOY'><glossterm><imagedata fileref="figures/define-generic.png" />MODULE_TARBALL_DEPLOY</glossterm> 6917 <glossentry id='var-MODULE_TARBALL_DEPLOY'><glossterm>MODULE_TARBALL_DEPLOY<imagedata fileref="figures/define-generic.png" /></glossterm>
6916 <info> 6918 <info>
6917 MODULE_TARBALL_DEPLOY[doc] = "Controls creation of the modules-*.tgz file. Set this variable to "0" to disable creation of this file, which contains all of the kernel modules resulting from a kernel build." 6919 MODULE_TARBALL_DEPLOY[doc] = "Controls creation of the modules-*.tgz file. Set this variable to "0" to disable creation of this file, which contains all of the kernel modules resulting from a kernel build."
6918 </info> 6920 </info>
@@ -6927,7 +6929,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6927 </glossdef> 6929 </glossdef>
6928 </glossentry> 6930 </glossentry>
6929 6931
6930 <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />MULTIMACH_TARGET_SYS</glossterm> 6932 <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm>MULTIMACH_TARGET_SYS<imagedata fileref="figures/define-generic.png" /></glossterm>
6931 <info> 6933 <info>
6932 MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that you can build for multiple target machines using the same output directories." 6934 MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that you can build for multiple target machines using the same output directories."
6933 </info> 6935 </info>
@@ -6945,7 +6947,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6945 6947
6946 <glossdiv id='var-glossary-n'><title>N</title> 6948 <glossdiv id='var-glossary-n'><title>N</title>
6947 6949
6948 <glossentry id='var-NATIVELSBSTRING'><glossterm><imagedata fileref="figures/define-generic.png" />NATIVELSBSTRING</glossterm> 6950 <glossentry id='var-NATIVELSBSTRING'><glossterm>NATIVELSBSTRING<imagedata fileref="figures/define-generic.png" /></glossterm>
6949 <info> 6951 <info>
6950 NATIVELSBSTRING[doc] = "A string identifying the host distribution." 6952 NATIVELSBSTRING[doc] = "A string identifying the host distribution."
6951 </info> 6953 </info>
@@ -6973,7 +6975,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6973 </glossdef> 6975 </glossdef>
6974 </glossentry> 6976 </glossentry>
6975 6977
6976 <glossentry id='var-NM'><glossterm><imagedata fileref="figures/define-generic.png" />NM</glossterm> 6978 <glossentry id='var-NM'><glossterm>NM<imagedata fileref="figures/define-generic.png" /></glossterm>
6977 <info> 6979 <info>
6978 NM[doc] = "Minimal command and arguments to run 'nm'." 6980 NM[doc] = "Minimal command and arguments to run 'nm'."
6979 </info> 6981 </info>
@@ -6985,7 +6987,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6985 </glossdef> 6987 </glossdef>
6986 </glossentry> 6988 </glossentry>
6987 6989
6988 <glossentry id='var-NO_RECOMMENDATIONS'><glossterm><imagedata fileref="figures/define-generic.png" />NO_RECOMMENDATIONS</glossterm> 6990 <glossentry id='var-NO_RECOMMENDATIONS'><glossterm>NO_RECOMMENDATIONS<imagedata fileref="figures/define-generic.png" /></glossterm>
6989 <info> 6991 <info>
6990 NO_RECOMMENDATIONS[doc] = "When set to '1', no recommended packages will be installed. Realize that some recommended packages might be required for certain system functionality, such as kernel-modules. It is up to the user to add packages to IMAGE_INSTALL as needed." 6992 NO_RECOMMENDATIONS[doc] = "When set to '1', no recommended packages will be installed. Realize that some recommended packages might be required for certain system functionality, such as kernel-modules. It is up to the user to add packages to IMAGE_INSTALL as needed."
6991 </info> 6993 </info>
@@ -7042,7 +7044,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7042 </glossdef> 7044 </glossdef>
7043 </glossentry> 7045 </glossentry>
7044 7046
7045 <glossentry id='var-NOHDD'><glossterm><imagedata fileref="figures/define-generic.png" />NOHDD</glossterm> 7047 <glossentry id='var-NOHDD'><glossterm>NOHDD<imagedata fileref="figures/define-generic.png" /></glossterm>
7046 <info> 7048 <info>
7047 NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." 7049 NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image."
7048 </info> 7050 </info>
@@ -7059,7 +7061,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7059 </glossdef> 7061 </glossdef>
7060 </glossentry> 7062 </glossentry>
7061 7063
7062 <glossentry id='var-NOISO'><glossterm><imagedata fileref="figures/define-generic.png" />NOISO</glossterm> 7064 <glossentry id='var-NOISO'><glossterm>NOISO<imagedata fileref="figures/define-generic.png" /></glossterm>
7063 <info> 7065 <info>
7064 NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image." 7066 NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image."
7065 </info> 7067 </info>
@@ -7081,7 +7083,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7081 7083
7082 <glossdiv id='var-glossary-o'><title>O</title> 7084 <glossdiv id='var-glossary-o'><title>O</title>
7083 7085
7084 <glossentry id='var-OBJCOPY'><glossterm><imagedata fileref="figures/define-generic.png" />OBJCOPY</glossterm> 7086 <glossentry id='var-OBJCOPY'><glossterm>OBJCOPY<imagedata fileref="figures/define-generic.png" /></glossterm>
7085 <info> 7087 <info>
7086 OBJCOPY[doc] = "Minimal command and arguments to run 'objcopy'." 7088 OBJCOPY[doc] = "Minimal command and arguments to run 'objcopy'."
7087 </info> 7089 </info>
@@ -7093,7 +7095,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7093 </glossdef> 7095 </glossdef>
7094 </glossentry> 7096 </glossentry>
7095 7097
7096 <glossentry id='var-OBJDUMP'><glossterm><imagedata fileref="figures/define-generic.png" />OBJDUMP</glossterm> 7098 <glossentry id='var-OBJDUMP'><glossterm>OBJDUMP<imagedata fileref="figures/define-generic.png" /></glossterm>
7097 <info> 7099 <info>
7098 OBJDUMP[doc] = "Minimal command and arguments to run 'objdump'." 7100 OBJDUMP[doc] = "Minimal command and arguments to run 'objdump'."
7099 </info> 7101 </info>
@@ -7105,7 +7107,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7105 </glossdef> 7107 </glossdef>
7106 </glossentry> 7108 </glossentry>
7107 7109
7108 <glossentry id='var-OE_BINCONFIG_EXTRA_MANGLE'><glossterm><imagedata fileref="figures/define-generic.png" />OE_BINCONFIG_EXTRA_MANGLE</glossterm> 7110 <glossentry id='var-OE_BINCONFIG_EXTRA_MANGLE'><glossterm>OE_BINCONFIG_EXTRA_MANGLE<imagedata fileref="figures/define-generic.png" /></glossterm>
7109 <info> 7111 <info>
7110 OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command." 7112 OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command."
7111 </info> 7113 </info>
@@ -7138,7 +7140,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7138 </glossdef> 7140 </glossdef>
7139 </glossentry> 7141 </glossentry>
7140 7142
7141 <glossentry id='var-OE_IMPORTS'><glossterm><imagedata fileref="figures/define-generic.png" />OE_IMPORTS</glossterm> 7143 <glossentry id='var-OE_IMPORTS'><glossterm>OE_IMPORTS<imagedata fileref="figures/define-generic.png" /></glossterm>
7142 <info> 7144 <info>
7143 OE_IMPORTS[doc] = "An internal variable used to tell the OpenEmbedded build system what Python modules to import for every Python function run by the system." 7145 OE_IMPORTS[doc] = "An internal variable used to tell the OpenEmbedded build system what Python modules to import for every Python function run by the system."
7144 </info> 7146 </info>
@@ -7156,7 +7158,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7156 </glossdef> 7158 </glossdef>
7157 </glossentry> 7159 </glossentry>
7158 7160
7159 <glossentry id='var-OE_TERMINAL'><glossterm><imagedata fileref="figures/define-generic.png" />OE_TERMINAL</glossterm> 7161 <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL<imagedata fileref="figures/define-generic.png" /></glossterm>
7160 <info> 7162 <info>
7161 OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." 7163 OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system."
7162 </info> 7164 </info>
@@ -7190,7 +7192,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7190 </glossdef> 7192 </glossdef>
7191 </glossentry> 7193 </glossentry>
7192 7194
7193 <glossentry id='var-OEROOT'><glossterm><imagedata fileref="figures/define-generic.png" />OEROOT</glossterm> 7195 <glossentry id='var-OEROOT'><glossterm>OEROOT<imagedata fileref="figures/define-generic.png" /></glossterm>
7194 <info> 7196 <info>
7195 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." 7197 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced."
7196 </info> 7198 </info>
@@ -7215,7 +7217,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7215 </glossdef> 7217 </glossdef>
7216 </glossentry> 7218 </glossentry>
7217 7219
7218 <glossentry id='var-OLDEST_KERNEL'><glossterm><imagedata fileref="figures/define-generic.png" />OLDEST_KERNEL</glossterm> 7220 <glossentry id='var-OLDEST_KERNEL'><glossterm>OLDEST_KERNEL<imagedata fileref="figures/define-generic.png" /></glossterm>
7219 <info> 7221 <info>
7220 OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support." 7222 OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support."
7221 </info> 7223 </info>
@@ -7237,7 +7239,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7237 </glossdef> 7239 </glossdef>
7238 </glossentry> 7240 </glossentry>
7239 7241
7240 <glossentry id='var-OVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />OVERRIDES</glossterm> 7242 <glossentry id='var-OVERRIDES'><glossterm>OVERRIDES<imagedata fileref="figures/define-generic.png" /></glossterm>
7241 <info> 7243 <info>
7242 OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files." 7244 OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files."
7243 </info> 7245 </info>
@@ -7257,7 +7259,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7257 7259
7258 <glossdiv id='var-glossary-p'><title>P</title> 7260 <glossdiv id='var-glossary-p'><title>P</title>
7259 7261
7260 <glossentry id='var-P'><glossterm><imagedata fileref="figures/define-generic.png" />P</glossterm> 7262 <glossentry id='var-P'><glossterm>P<imagedata fileref="figures/define-generic.png" /></glossterm>
7261 <info> 7263 <info>
7262 P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}." 7264 P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}."
7263 </info> 7265 </info>
@@ -7270,7 +7272,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7270 </glossdef> 7272 </glossdef>
7271 </glossentry> 7273 </glossentry>
7272 7274
7273 <glossentry id='var-PACKAGE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_ARCH</glossterm> 7275 <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
7274 <info> 7276 <info>
7275 PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages." 7277 PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages."
7276 </info> 7278 </info>
@@ -7299,7 +7301,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7299 </glossdef> 7301 </glossdef>
7300 </glossentry> 7302 </glossentry>
7301 7303
7302 <glossentry id='var-PACKAGE_ARCHS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_ARCHS</glossterm> 7304 <glossentry id='var-PACKAGE_ARCHS'><glossterm>PACKAGE_ARCHS<imagedata fileref="figures/define-generic.png" /></glossterm>
7303 <info> 7305 <info>
7304 PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority." 7306 PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority."
7305 </info> 7307 </info>
@@ -7318,7 +7320,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7318 </glossdef> 7320 </glossdef>
7319 </glossentry> 7321 </glossentry>
7320 7322
7321 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_BEFORE_PN</glossterm> 7323 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN<imagedata fileref="figures/define-generic.png" /></glossterm>
7322 <info> 7324 <info>
7323 PACKAGE_BEFORE_PN[doc] = "Enables easily adding packages to PACKAGES before ${PN} so that the packages can pick up files that would normally be included in the default package." 7325 PACKAGE_BEFORE_PN[doc] = "Enables easily adding packages to PACKAGES before ${PN} so that the packages can pick up files that would normally be included in the default package."
7324 </info> 7326 </info>
@@ -7331,7 +7333,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7331 </glossdef> 7333 </glossdef>
7332 </glossentry> 7334 </glossentry>
7333 7335
7334 <glossentry id='var-PACKAGE_CLASSES'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_CLASSES</glossterm> 7336 <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES<imagedata fileref="figures/define-generic.png" /></glossterm>
7335 <info> 7337 <info>
7336 PACKAGE_CLASSES[doc] = "This variable specifies the package manager to use when packaging data. It is set in the conf/local.conf file in the Build Directory." 7338 PACKAGE_CLASSES[doc] = "This variable specifies the package manager to use when packaging data. It is set in the conf/local.conf file in the Build Directory."
7337 </info> 7339 </info>
@@ -7379,7 +7381,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7379 </glossdef> 7381 </glossdef>
7380 </glossentry> 7382 </glossentry>
7381 7383
7382 <glossentry id='var-PACKAGE_DEBUG_SPLIT_STYLE'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_DEBUG_SPLIT_STYLE</glossterm> 7384 <glossentry id='var-PACKAGE_DEBUG_SPLIT_STYLE'><glossterm>PACKAGE_DEBUG_SPLIT_STYLE<imagedata fileref="figures/define-generic.png" /></glossterm>
7383 <info> 7385 <info>
7384 PACKAGE_DEBUG_SPLIT_STYLE[doc] = "Determines how to split up the binary and debug information when creating *-dbg packages to be used with the GNU Project Debugger (GDB)." 7386 PACKAGE_DEBUG_SPLIT_STYLE[doc] = "Determines how to split up the binary and debug information when creating *-dbg packages to be used with the GNU Project Debugger (GDB)."
7385 </info> 7387 </info>
@@ -7437,7 +7439,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7437 </glossdef> 7439 </glossdef>
7438 </glossentry> 7440 </glossentry>
7439 7441
7440 <glossentry id='var-PACKAGE_EXCLUDE'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_EXCLUDE</glossterm> 7442 <glossentry id='var-PACKAGE_EXCLUDE'><glossterm>PACKAGE_EXCLUDE<imagedata fileref="figures/define-generic.png" /></glossterm>
7441 <info> 7443 <info>
7442 PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." 7444 PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated."
7443 </info> 7445 </info>
@@ -7485,7 +7487,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7485 </glossdef> 7487 </glossdef>
7486 </glossentry> 7488 </glossentry>
7487 7489
7488 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_EXTRA_ARCHS</glossterm> 7490 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS<imagedata fileref="figures/define-generic.png" /></glossterm>
7489 <info> 7491 <info>
7490 PACKAGE_EXTRA_ARCHS[doc] = "Specifies the list of architectures compatible with the device CPU. This variable is useful when you build for several different devices that use miscellaneous processors." 7492 PACKAGE_EXTRA_ARCHS[doc] = "Specifies the list of architectures compatible with the device CPU. This variable is useful when you build for several different devices that use miscellaneous processors."
7491 </info> 7493 </info>
@@ -7496,7 +7498,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7496 </glossdef> 7498 </glossdef>
7497 </glossentry> 7499 </glossentry>
7498 7500
7499 <glossentry id='var-PACKAGE_GROUP'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_GROUP</glossterm> 7501 <glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP<imagedata fileref="figures/define-generic.png" /></glossterm>
7500 <info> 7502 <info>
7501 PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES." 7503 PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES."
7502 </info> 7504 </info>
@@ -7517,7 +7519,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7517 </glossdef> 7519 </glossdef>
7518 </glossentry> 7520 </glossentry>
7519 7521
7520 <glossentry id='var-PACKAGE_INSTALL'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_INSTALL</glossterm> 7522 <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL<imagedata fileref="figures/define-generic.png" /></glossterm>
7521 <info> 7523 <info>
7522 PACKAGE_INSTALL[doc] = "List of the packages to be installed into the image. The variable is generally not user-defined and uses IMAGE_INSTALL as part of the list." 7524 PACKAGE_INSTALL[doc] = "List of the packages to be installed into the image. The variable is generally not user-defined and uses IMAGE_INSTALL as part of the list."
7523 </info> 7525 </info>
@@ -7548,7 +7550,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7548 </glossdef> 7550 </glossdef>
7549 </glossentry> 7551 </glossentry>
7550 7552
7551 <glossentry id='var-PACKAGE_INSTALL_ATTEMPTONLY'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_INSTALL_ATTEMPTONLY</glossterm> 7553 <glossentry id='var-PACKAGE_INSTALL_ATTEMPTONLY'><glossterm>PACKAGE_INSTALL_ATTEMPTONLY<imagedata fileref="figures/define-generic.png" /></glossterm>
7552 <info> 7554 <info>
7553 PACKAGE_INSTALL_ATTEMPTONLY[doc] = "List of packages attempted to be installed when creating an image. If a listed package fails to install, the build system does not generate an error. This variable is generally not user-defined." 7555 PACKAGE_INSTALL_ATTEMPTONLY[doc] = "List of packages attempted to be installed when creating an image. If a listed package fails to install, the build system does not generate an error. This variable is generally not user-defined."
7554 </info> 7556 </info>
@@ -7563,7 +7565,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7563 </glossdef> 7565 </glossdef>
7564 </glossentry> 7566 </glossentry>
7565 7567
7566 <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_PREPROCESS_FUNCS</glossterm> 7568 <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS<imagedata fileref="figures/define-generic.png" /></glossterm>
7567 <info> 7569 <info>
7568 PACKAGE_PREPROCESS_FUNCS[doc] = "Specifies a list of functions run to pre-process the PKGD directory prior to splitting the files out to individual packages." 7570 PACKAGE_PREPROCESS_FUNCS[doc] = "Specifies a list of functions run to pre-process the PKGD directory prior to splitting the files out to individual packages."
7569 </info> 7571 </info>
@@ -7577,7 +7579,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7577 </glossdef> 7579 </glossdef>
7578 </glossentry> 7580 </glossentry>
7579 7581
7580 <glossentry id='var-PACKAGECONFIG'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGECONFIG</glossterm> 7582 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG<imagedata fileref="figures/define-generic.png" /></glossterm>
7581 <info> 7583 <info>
7582 PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." 7584 PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis."
7583 </info> 7585 </info>
@@ -7695,7 +7697,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7695 </glossdef> 7697 </glossdef>
7696 </glossentry> 7698 </glossentry>
7697 7699
7698 <glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGEGROUP_DISABLE_COMPLEMENTARY</glossterm> 7700 <glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm>PACKAGEGROUP_DISABLE_COMPLEMENTARY<imagedata fileref="figures/define-generic.png" /></glossterm>
7699 <info> 7701 <info>
7700 PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe." 7702 PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe."
7701 </info> 7703 </info>
@@ -7715,7 +7717,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7715 </glossdef> 7717 </glossdef>
7716 </glossentry> 7718 </glossentry>
7717 7719
7718 <glossentry id='var-PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGES</glossterm> 7720 <glossentry id='var-PACKAGES'><glossterm>PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
7719 <info> 7721 <info>
7720 PACKAGES[doc] = "The list of packages to be created from the recipe." 7722 PACKAGES[doc] = "The list of packages to be created from the recipe."
7721 </info> 7723 </info>
@@ -7728,7 +7730,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7728 </glossdef> 7730 </glossdef>
7729 </glossentry> 7731 </glossentry>
7730 7732
7731 <glossentry id='var-PACKAGES_DYNAMIC'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGES_DYNAMIC</glossterm> 7733 <glossentry id='var-PACKAGES_DYNAMIC'><glossterm>PACKAGES_DYNAMIC<imagedata fileref="figures/define-generic.png" /></glossterm>
7732 <info> 7734 <info>
7733 PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." 7735 PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes."
7734 </info> 7736 </info>
@@ -7769,7 +7771,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7769 </glossdef> 7771 </glossdef>
7770 </glossentry> 7772 </glossentry>
7771 7773
7772 <glossentry id='var-PACKAGESPLITFUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGESPLITFUNCS</glossterm> 7774 <glossentry id='var-PACKAGESPLITFUNCS'><glossterm>PACKAGESPLITFUNCS<imagedata fileref="figures/define-generic.png" /></glossterm>
7773 <info> 7775 <info>
7774 PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages." 7776 PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages."
7775 </info> 7777 </info>
@@ -7790,7 +7792,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7790 </glossdef> 7792 </glossdef>
7791 </glossentry> 7793 </glossentry>
7792 7794
7793 <glossentry id='var-PARALLEL_MAKE'><glossterm><imagedata fileref="figures/define-generic.png" />PARALLEL_MAKE</glossterm> 7795 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE<imagedata fileref="figures/define-generic.png" /></glossterm>
7794 <info> 7796 <info>
7795 PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run." 7797 PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run."
7796 </info> 7798 </info>
@@ -7819,7 +7821,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7819 </glossdef> 7821 </glossdef>
7820 </glossentry> 7822 </glossentry>
7821 7823
7822 <glossentry id='var-PARALLEL_MAKEINST'><glossterm><imagedata fileref="figures/define-generic.png" />PARALLEL_MAKEINST</glossterm> 7824 <glossentry id='var-PARALLEL_MAKEINST'><glossterm>PARALLEL_MAKEINST<imagedata fileref="figures/define-generic.png" /></glossterm>
7823 <info> 7825 <info>
7824 PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation." 7826 PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation."
7825 </info> 7827 </info>
@@ -7840,7 +7842,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7840 </glossdef> 7842 </glossdef>
7841 </glossentry> 7843 </glossentry>
7842 7844
7843 <glossentry id='var-PATCHRESOLVE'><glossterm><imagedata fileref="figures/define-generic.png" />PATCHRESOLVE</glossterm> 7845 <glossentry id='var-PATCHRESOLVE'><glossterm>PATCHRESOLVE<imagedata fileref="figures/define-generic.png" /></glossterm>
7844 <info> 7846 <info>
7845 PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." 7847 PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution."
7846 </info> 7848 </info>
@@ -7867,7 +7869,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7867 </glossdef> 7869 </glossdef>
7868 </glossentry> 7870 </glossentry>
7869 7871
7870 <glossentry id='var-PATCHTOOL'><glossterm><imagedata fileref="figures/define-generic.png" />PATCHTOOL</glossterm> 7872 <glossentry id='var-PATCHTOOL'><glossterm>PATCHTOOL<imagedata fileref="figures/define-generic.png" /></glossterm>
7871 <info> 7873 <info>
7872 PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch." 7874 PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch."
7873 </info> 7875 </info>
@@ -7897,7 +7899,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7897 </glossdef> 7899 </glossdef>
7898 </glossentry> 7900 </glossentry>
7899 7901
7900 <glossentry id='var-PE'><glossterm><imagedata fileref="figures/define-generic.png" />PE</glossterm> 7902 <glossentry id='var-PE'><glossterm>PE<imagedata fileref="figures/define-generic.png" /></glossterm>
7901 <info> 7903 <info>
7902 PE[doc] = "The epoch of the recipe. The default value is '0'. The field is used to make upgrades possible when the versioning scheme changes in some backwards incompatible way." 7904 PE[doc] = "The epoch of the recipe. The default value is '0'. The field is used to make upgrades possible when the versioning scheme changes in some backwards incompatible way."
7903 </info> 7905 </info>
@@ -7912,7 +7914,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7912 </glossdef> 7914 </glossdef>
7913 </glossentry> 7915 </glossentry>
7914 7916
7915 <glossentry id='var-PF'><glossterm><imagedata fileref="figures/define-generic.png" />PF</glossterm> 7917 <glossentry id='var-PF'><glossterm>PF<imagedata fileref="figures/define-generic.png" /></glossterm>
7916 <info> 7918 <info>
7917 PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This variable is comprised of ${PN}-${EXTENDPE}${PV}-${PR}." 7919 PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This variable is comprised of ${PN}-${EXTENDPE}${PV}-${PR}."
7918 </info> 7920 </info>
@@ -7927,7 +7929,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7927 </glossdef> 7929 </glossdef>
7928 </glossentry> 7930 </glossentry>
7929 7931
7930 <glossentry id='var-PIXBUF_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />PIXBUF_PACKAGES</glossterm> 7932 <glossentry id='var-PIXBUF_PACKAGES'><glossterm>PIXBUF_PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
7931 <info> 7933 <info>
7932 PIXBUF_PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages that contain the pixbuf loaders used with gdk-pixbuf." 7934 PIXBUF_PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages that contain the pixbuf loaders used with gdk-pixbuf."
7933 </info> 7935 </info>
@@ -7947,7 +7949,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7947 </glossdef> 7949 </glossdef>
7948 </glossentry> 7950 </glossentry>
7949 7951
7950 <glossentry id='var-PKG'><glossterm><imagedata fileref="figures/define-generic.png" />PKG</glossterm> 7952 <glossentry id='var-PKG'><glossterm>PKG<imagedata fileref="figures/define-generic.png" /></glossterm>
7951 <info> 7953 <info>
7952 PKG[doc] = "The name of the resulting package created by the OpenEmbedded build system. When you use this variable, you must use a package name override." 7954 PKG[doc] = "The name of the resulting package created by the OpenEmbedded build system. When you use this variable, you must use a package name override."
7953 </info> 7955 </info>
@@ -7967,7 +7969,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7967 </glossdef> 7969 </glossdef>
7968 </glossentry> 7970 </glossentry>
7969 7971
7970 <glossentry id='var-PKG_CONFIG_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />PKG_CONFIG_PATH</glossterm> 7972 <glossentry id='var-PKG_CONFIG_PATH'><glossterm>PKG_CONFIG_PATH<imagedata fileref="figures/define-generic.png" /></glossterm>
7971 <info> 7973 <info>
7972 PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context." 7974 PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context."
7973 </info> 7975 </info>
@@ -7981,7 +7983,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7981 </glossdef> 7983 </glossdef>
7982 </glossentry> 7984 </glossentry>
7983 7985
7984 <glossentry id='var-PKGD'><glossterm><imagedata fileref="figures/define-generic.png" />PKGD</glossterm> 7986 <glossentry id='var-PKGD'><glossterm>PKGD<imagedata fileref="figures/define-generic.png" /></glossterm>
7985 <info> 7987 <info>
7986 PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages." 7988 PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages."
7987 </info> 7989 </info>
@@ -7998,7 +8000,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7998 </glossdef> 8000 </glossdef>
7999 </glossentry> 8001 </glossentry>
8000 8002
8001 <glossentry id='var-PKGDATA_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />PKGDATA_DIR</glossterm> 8003 <glossentry id='var-PKGDATA_DIR'><glossterm>PKGDATA_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
8002 <info> 8004 <info>
8003 PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process." 8005 PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process."
8004 </info> 8006 </info>
@@ -8019,7 +8021,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8019 </glossdef> 8021 </glossdef>
8020 </glossentry> 8022 </glossentry>
8021 8023
8022 <glossentry id='var-PKGDEST'><glossterm><imagedata fileref="figures/define-generic.png" />PKGDEST</glossterm> 8024 <glossentry id='var-PKGDEST'><glossterm>PKGDEST<imagedata fileref="figures/define-generic.png" /></glossterm>
8023 <info> 8025 <info>
8024 PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." 8026 PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages."
8025 </info> 8027 </info>
@@ -8039,7 +8041,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8039 </glossdef> 8041 </glossdef>
8040 </glossentry> 8042 </glossentry>
8041 8043
8042 <glossentry id='var-PKGDESTWORK'><glossterm><imagedata fileref="figures/define-generic.png" />PKGDESTWORK</glossterm> 8044 <glossentry id='var-PKGDESTWORK'><glossterm>PKGDESTWORK<imagedata fileref="figures/define-generic.png" /></glossterm>
8043 <info> 8045 <info>
8044 PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." 8046 PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task."
8045 </info> 8047 </info>
@@ -8067,7 +8069,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8067 </glossdef> 8069 </glossdef>
8068 </glossentry> 8070 </glossentry>
8069 8071
8070 <glossentry id='var-PKGE'><glossterm><imagedata fileref="figures/define-generic.png" />PKGE</glossterm> 8072 <glossentry id='var-PKGE'><glossterm>PKGE<imagedata fileref="figures/define-generic.png" /></glossterm>
8071 <info> 8073 <info>
8072 PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." 8074 PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system."
8073 </info> 8075 </info>
@@ -8081,7 +8083,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8081 </glossdef> 8083 </glossdef>
8082 </glossentry> 8084 </glossentry>
8083 8085
8084 <glossentry id='var-PKGR'><glossterm><imagedata fileref="figures/define-generic.png" />PKGR</glossterm> 8086 <glossentry id='var-PKGR'><glossterm>PKGR<imagedata fileref="figures/define-generic.png" /></glossterm>
8085 <info> 8087 <info>
8086 PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." 8088 PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system."
8087 </info> 8089 </info>
@@ -8095,7 +8097,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8095 </glossdef> 8097 </glossdef>
8096 </glossentry> 8098 </glossentry>
8097 8099
8098 <glossentry id='var-PKGV'><glossterm><imagedata fileref="figures/define-generic.png" />PKGV</glossterm> 8100 <glossentry id='var-PKGV'><glossterm>PKGV<imagedata fileref="figures/define-generic.png" /></glossterm>
8099 <info> 8101 <info>
8100 PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." 8102 PKGV[doc] = "The version of the output package built by the OpenEmbedded build system."
8101 </info> 8103 </info>
@@ -8109,7 +8111,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8109 </glossdef> 8111 </glossdef>
8110 </glossentry> 8112 </glossentry>
8111 8113
8112 <glossentry id='var-PN'><glossterm><imagedata fileref="figures/define-generic.png" />PN</glossterm> 8114 <glossentry id='var-PN'><glossterm>PN<imagedata fileref="figures/define-generic.png" /></glossterm>
8113 <info> 8115 <info>
8114 PN[doc] = "PN refers to a recipe name in the context of a file used by the OpenEmbedded build system as input to create a package. It refers to a package name in the context of a file created or produced by the OpenEmbedded build system." 8116 PN[doc] = "PN refers to a recipe name in the context of a file used by the OpenEmbedded build system as input to create a package. It refers to a package name in the context of a file created or produced by the OpenEmbedded build system."
8115 </info> 8117 </info>
@@ -8136,7 +8138,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8136 </glossdef> 8138 </glossdef>
8137 </glossentry> 8139 </glossentry>
8138 8140
8139 <glossentry id='var-PNBLACKLIST'><glossterm><imagedata fileref="figures/define-generic.png" />PNBLACKLIST</glossterm> 8141 <glossentry id='var-PNBLACKLIST'><glossterm>PNBLACKLIST<imagedata fileref="figures/define-generic.png" /></glossterm>
8140 <info> 8142 <info>
8141 PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." 8143 PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build."
8142 </info> 8144 </info>
@@ -8163,7 +8165,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8163 </glossdef> 8165 </glossdef>
8164 </glossentry> 8166 </glossentry>
8165 8167
8166 <glossentry id='var-PR'><glossterm><imagedata fileref="figures/define-generic.png" />PR</glossterm> 8168 <glossentry id='var-PR'><glossterm>PR<imagedata fileref="figures/define-generic.png" /></glossterm>
8167 <info> 8169 <info>
8168 PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." 8170 PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'."
8169 </info> 8171 </info>
@@ -8175,7 +8177,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8175 </glossdef> 8177 </glossdef>
8176 </glossentry> 8178 </glossentry>
8177 8179
8178 <glossentry id='var-PREFERRED_PROVIDER'><glossterm><imagedata fileref="figures/define-generic.png" />PREFERRED_PROVIDER</glossterm> 8180 <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER<imagedata fileref="figures/define-generic.png" /></glossterm>
8179 <info> 8181 <info>
8180 PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." 8182 PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference."
8181 </info> 8183 </info>
@@ -8197,7 +8199,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8197 </glossdef> 8199 </glossdef>
8198 </glossentry> 8200 </glossentry>
8199 8201
8200 <glossentry id='var-PREFERRED_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />PREFERRED_VERSION</glossterm> 8202 <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION<imagedata fileref="figures/define-generic.png" /></glossterm>
8201 <info> 8203 <info>
8202 PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." 8204 PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference."
8203 </info> 8205 </info>
@@ -8223,7 +8225,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8223 </glossdef> 8225 </glossdef>
8224 </glossentry> 8226 </glossentry>
8225 8227
8226 <glossentry id='var-PREMIRRORS'><glossterm><imagedata fileref="figures/define-generic.png" />PREMIRRORS</glossterm> 8228 <glossentry id='var-PREMIRRORS'><glossterm>PREMIRRORS<imagedata fileref="figures/define-generic.png" /></glossterm>
8227 <info> 8229 <info>
8228 PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." 8230 PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code."
8229 </info> 8231 </info>
@@ -8271,7 +8273,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8271 </glossdef> 8273 </glossdef>
8272 </glossentry> 8274 </glossentry>
8273 8275
8274 <glossentry id='var-PRINC'><glossterm><imagedata fileref="figures/define-generic.png" />PRINC</glossterm> 8276 <glossentry id='var-PRINC'><glossterm>PRINC<imagedata fileref="figures/define-generic.png" /></glossterm>
8275 <info> 8277 <info>
8276 PRINC[doc] = "Causes the PR variable of .bbappend files to dynamically increment. This increment minimizes the impact of layer ordering. This variable defaults to '0'." 8278 PRINC[doc] = "Causes the PR variable of .bbappend files to dynamically increment. This increment minimizes the impact of layer ordering. This variable defaults to '0'."
8277 </info> 8279 </info>
@@ -8320,7 +8322,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8320 </glossdef> 8322 </glossdef>
8321 </glossentry> 8323 </glossentry>
8322 8324
8323 <glossentry id='var-PRIORITY'><glossterm><imagedata fileref="figures/define-generic.png" />PRIORITY</glossterm> 8325 <glossentry id='var-PRIORITY'><glossterm>PRIORITY<imagedata fileref="figures/define-generic.png" /></glossterm>
8324 <info> 8326 <info>
8325 PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'." 8327 PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'."
8326 </info> 8328 </info>
@@ -8346,7 +8348,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8346 </glossdef> 8348 </glossdef>
8347 </glossentry> 8349 </glossentry>
8348 8350
8349 <glossentry id='var-PRIVATE_LIBS'><glossterm><imagedata fileref="figures/define-generic.png" />PRIVATE_LIBS</glossterm> 8351 <glossentry id='var-PRIVATE_LIBS'><glossterm>PRIVATE_LIBS<imagedata fileref="figures/define-generic.png" /></glossterm>
8350 <info> 8352 <info>
8351 PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." 8353 PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver."
8352 </info> 8354 </info>
@@ -8381,7 +8383,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8381 </glossdef> 8383 </glossdef>
8382 </glossentry> 8384 </glossentry>
8383 8385
8384 <glossentry id='var-PROVIDES'><glossterm><imagedata fileref="figures/define-generic.png" />PROVIDES</glossterm> 8386 <glossentry id='var-PROVIDES'><glossterm>PROVIDES<imagedata fileref="figures/define-generic.png" /></glossterm>
8385 <info> 8387 <info>
8386 PROVIDES[doc] = "A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build as specified by DEPENDS." 8388 PROVIDES[doc] = "A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build as specified by DEPENDS."
8387 </info> 8389 </info>
@@ -8413,7 +8415,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8413 </glossdef> 8415 </glossdef>
8414 </glossentry> 8416 </glossentry>
8415 8417
8416 <glossentry id='var-PRSERV_HOST'><glossterm><imagedata fileref="figures/define-generic.png" />PRSERV_HOST</glossterm> 8418 <glossentry id='var-PRSERV_HOST'><glossterm>PRSERV_HOST<imagedata fileref="figures/define-generic.png" /></glossterm>
8417 <info> 8419 <info>
8418 PRSERV_HOST[doc] = "The network based PR service host and port." 8420 PRSERV_HOST[doc] = "The network based PR service host and port."
8419 </info> 8421 </info>
@@ -8442,7 +8444,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8442 </glossdef> 8444 </glossdef>
8443 </glossentry> 8445 </glossentry>
8444 8446
8445 <glossentry id='var-PTEST_ENABLED'><glossterm><imagedata fileref="figures/define-generic.png" />PTEST_ENABLED</glossterm> 8447 <glossentry id='var-PTEST_ENABLED'><glossterm>PTEST_ENABLED<imagedata fileref="figures/define-generic.png" /></glossterm>
8446 <info> 8448 <info>
8447 PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe." 8449 PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe."
8448 </info> 8450 </info>
@@ -8460,7 +8462,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8460 </glossdef> 8462 </glossdef>
8461 </glossentry> 8463 </glossentry>
8462 8464
8463 <glossentry id='var-PV'><glossterm><imagedata fileref="figures/define-generic.png" />PV</glossterm> 8465 <glossentry id='var-PV'><glossterm>PV<imagedata fileref="figures/define-generic.png" /></glossterm>
8464 <info> 8466 <info>
8465 PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." 8467 PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename."
8466 </info> 8468 </info>
@@ -8478,7 +8480,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8478 </glossdef> 8480 </glossdef>
8479 </glossentry> 8481 </glossentry>
8480 8482
8481 <glossentry id='var-PYTHON_ABI'><glossterm><imagedata fileref="figures/define-generic.png" />PYTHON_ABI</glossterm> 8483 <glossentry id='var-PYTHON_ABI'><glossterm>PYTHON_ABI<imagedata fileref="figures/define-generic.png" /></glossterm>
8482 <info> 8484 <info>
8483 PYTHON_ABI[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, denotes the Application Binary Interface (ABI) currently in use for Python." 8485 PYTHON_ABI[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, denotes the Application Binary Interface (ABI) currently in use for Python."
8484 </info> 8486 </info>
@@ -8514,7 +8516,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8514 </glossdef> 8516 </glossdef>
8515 </glossentry> 8517 </glossentry>
8516 8518
8517 <glossentry id='var-PYTHON_PN'><glossterm><imagedata fileref="figures/define-generic.png" />PYTHON_PN</glossterm> 8519 <glossentry id='var-PYTHON_PN'><glossterm>PYTHON_PN<imagedata fileref="figures/define-generic.png" /></glossterm>
8518 <info> 8520 <info>
8519 PYTHON_PN[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, specifies the major Python version being built." 8521 PYTHON_PN[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, specifies the major Python version being built."
8520 </info> 8522 </info>
@@ -8550,7 +8552,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8550 8552
8551 <glossdiv id='var-glossary-q'><title>Q</title> 8553 <glossdiv id='var-glossary-q'><title>Q</title>
8552 8554
8553 <glossentry id='var-QMAKE_PROFILES'><glossterm><imagedata fileref="figures/define-generic.png" />QMAKE_PROFILES</glossterm> 8555 <glossentry id='var-QMAKE_PROFILES'><glossterm>QMAKE_PROFILES<imagedata fileref="figures/define-generic.png" /></glossterm>
8554 <info> 8556 <info>
8555 QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." 8557 QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake."
8556 </info> 8558 </info>
@@ -8578,7 +8580,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8578 8580
8579 <glossdiv id='var-glossary-r'><title>R</title> 8581 <glossdiv id='var-glossary-r'><title>R</title>
8580 8582
8581 <glossentry id='var-RANLIB'><glossterm><imagedata fileref="figures/define-generic.png" />RANLIB</glossterm> 8583 <glossentry id='var-RANLIB'><glossterm>RANLIB<imagedata fileref="figures/define-generic.png" /></glossterm>
8582 <info> 8584 <info>
8583 RANLIB[doc] = "Minimal command and arguments to run 'ranlib'." 8585 RANLIB[doc] = "Minimal command and arguments to run 'ranlib'."
8584 </info> 8586 </info>
@@ -8590,7 +8592,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8590 </glossdef> 8592 </glossdef>
8591 </glossentry> 8593 </glossentry>
8592 8594
8593 <glossentry id='var-RCONFLICTS'><glossterm><imagedata fileref="figures/define-generic.png" />RCONFLICTS</glossterm> 8595 <glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS<imagedata fileref="figures/define-generic.png" /></glossterm>
8594 <info> 8596 <info>
8595 RCONFLICTS[doc] = "The list of packages that conflict with another package. Note that the package will not be installed if the conflicting packages are not first removed." 8597 RCONFLICTS[doc] = "The list of packages that conflict with another package. Note that the package will not be installed if the conflicting packages are not first removed."
8596 </info> 8598 </info>
@@ -8638,7 +8640,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8638 </glossdef> 8640 </glossdef>
8639 </glossentry> 8641 </glossentry>
8640 8642
8641 <glossentry id='var-RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />RDEPENDS</glossterm> 8643 <glossentry id='var-RDEPENDS'><glossterm>RDEPENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
8642 <info> 8644 <info>
8643 RDEPENDS[doc] = "Lists a package's runtime dependencies (i.e. other packages) that must be installed for the package to be built. They must be the names of other packages as listed in the PACKAGES variable, not recipe names (PN)." 8645 RDEPENDS[doc] = "Lists a package's runtime dependencies (i.e. other packages) that must be installed for the package to be built. They must be the names of other packages as listed in the PACKAGES variable, not recipe names (PN)."
8644 </info> 8646 </info>
@@ -8773,7 +8775,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8773 </glossdef> 8775 </glossdef>
8774 </glossentry> 8776 </glossentry>
8775 8777
8776 <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />REQUIRED_DISTRO_FEATURES</glossterm> 8778 <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
8777 <info> 8779 <info>
8778 REQUIRED_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that must exist in the current configuration in order for the OpenEmbedded build system to build the recipe." 8780 REQUIRED_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that must exist in the current configuration in order for the OpenEmbedded build system to build the recipe."
8779 </info> 8781 </info>
@@ -8795,7 +8797,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8795 </glossdef> 8797 </glossdef>
8796 </glossentry> 8798 </glossentry>
8797 8799
8798 <glossentry id='var-RM_OLD_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />RM_OLD_IMAGE</glossterm> 8800 <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE<imagedata fileref="figures/define-generic.png" /></glossterm>
8799 <info> 8801 <info>
8800 RM_OLD_IMAGE[doc] = "Reclaims disk space by removing previously built versions of the same image from the images directory pointed to by the DEPLOY_DIR variable." 8802 RM_OLD_IMAGE[doc] = "Reclaims disk space by removing previously built versions of the same image from the images directory pointed to by the DEPLOY_DIR variable."
8801 </info> 8803 </info>
@@ -8816,7 +8818,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8816 </glossdef> 8818 </glossdef>
8817 </glossentry> 8819 </glossentry>
8818 8820
8819 <glossentry id='var-RM_WORK_EXCLUDE'><glossterm><imagedata fileref="figures/define-generic.png" />RM_WORK_EXCLUDE</glossterm> 8821 <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE<imagedata fileref="figures/define-generic.png" /></glossterm>
8820 <info> 8822 <info>
8821 RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed." 8823 RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed."
8822 </info> 8824 </info>
@@ -8831,7 +8833,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8831 </glossdef> 8833 </glossdef>
8832 </glossentry> 8834 </glossentry>
8833 8835
8834 <glossentry id='var-ROOT_HOME'><glossterm><imagedata fileref="figures/define-generic.png" />ROOT_HOME</glossterm> 8836 <glossentry id='var-ROOT_HOME'><glossterm>ROOT_HOME<imagedata fileref="figures/define-generic.png" /></glossterm>
8835 <info> 8837 <info>
8836 ROOT_HOME[doc] = "Defines the root home directory." 8838 ROOT_HOME[doc] = "Defines the root home directory."
8837 </info> 8839 </info>
@@ -8867,7 +8869,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8867 </glossdef> 8869 </glossdef>
8868 </glossentry> 8870 </glossentry>
8869 8871
8870 <glossentry id='var-ROOTFS'><glossterm><imagedata fileref="figures/define-generic.png" />ROOTFS</glossterm> 8872 <glossentry id='var-ROOTFS'><glossterm>ROOTFS<imagedata fileref="figures/define-generic.png" /></glossterm>
8871 <info> 8873 <info>
8872 ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem." 8874 ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem."
8873 </info> 8875 </info>
@@ -8886,7 +8888,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8886 </glossdef> 8888 </glossdef>
8887 </glossentry> 8889 </glossentry>
8888 8890
8889 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm><imagedata fileref="figures/define-generic.png" />ROOTFS_POSTPROCESS_COMMAND</glossterm> 8891 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm>ROOTFS_POSTPROCESS_COMMAND<imagedata fileref="figures/define-generic.png" /></glossterm>
8890 <info> 8892 <info>
8891 ROOTFS_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem." 8893 ROOTFS_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem."
8892 </info> 8894 </info>
@@ -8909,7 +8911,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8909 </glossdef> 8911 </glossdef>
8910 </glossentry> 8912 </glossentry>
8911 8913
8912 <glossentry id='var-RPROVIDES'><glossterm><imagedata fileref="figures/define-generic.png" />RPROVIDES</glossterm> 8914 <glossentry id='var-RPROVIDES'><glossterm>RPROVIDES<imagedata fileref="figures/define-generic.png" /></glossterm>
8913 <info> 8915 <info>
8914 RPROVIDES[doc] = "A list of package name aliases that a package also provides. These aliases are useful for satisfying runtime dependencies of other packages both during the build and on the target." 8916 RPROVIDES[doc] = "A list of package name aliases that a package also provides. These aliases are useful for satisfying runtime dependencies of other packages both during the build and on the target."
8915 </info> 8917 </info>
@@ -8936,7 +8938,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8936 </glossdef> 8938 </glossdef>
8937 </glossentry> 8939 </glossentry>
8938 8940
8939 <glossentry id='var-RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />RRECOMMENDS</glossterm> 8941 <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS<imagedata fileref="figures/define-generic.png" /></glossterm>
8940 <info> 8942 <info>
8941 RRECOMMENDS[doc] = "A list of packages that extends the usability of a package being built. The package being built does not depend on this list of packages in order to successfully build, but needs them for the extended usability." 8943 RRECOMMENDS[doc] = "A list of packages that extends the usability of a package being built. The package being built does not depend on this list of packages in order to successfully build, but needs them for the extended usability."
8942 </info> 8944 </info>
@@ -9028,7 +9030,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9028 </glossdef> 9030 </glossdef>
9029 </glossentry> 9031 </glossentry>
9030 9032
9031 <glossentry id='var-RREPLACES'><glossterm><imagedata fileref="figures/define-generic.png" />RREPLACES</glossterm> 9033 <glossentry id='var-RREPLACES'><glossterm>RREPLACES<imagedata fileref="figures/define-generic.png" /></glossterm>
9032 <info> 9034 <info>
9033 RREPLACES[doc] = "A list of packages replaced by a package. The package manager uses this variable to determine which package should be installed to replace other package(s) during an upgrade." 9035 RREPLACES[doc] = "A list of packages replaced by a package. The package manager uses this variable to determine which package should be installed to replace other package(s) during an upgrade."
9034 </info> 9036 </info>
@@ -9082,7 +9084,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9082 </glossdef> 9084 </glossdef>
9083 </glossentry> 9085 </glossentry>
9084 9086
9085 <glossentry id='var-RSUGGESTS'><glossterm><imagedata fileref="figures/define-generic.png" />RSUGGESTS</glossterm> 9087 <glossentry id='var-RSUGGESTS'><glossterm>RSUGGESTS<imagedata fileref="figures/define-generic.png" /></glossterm>
9086 <info> 9088 <info>
9087 RSUGGESTS[doc] = "A list of additional packages that you can suggest for installation by the package manager at the time a package is installed. Not all package managers support this functionality." 9089 RSUGGESTS[doc] = "A list of additional packages that you can suggest for installation by the package manager at the time a package is installed. Not all package managers support this functionality."
9088 </info> 9090 </info>
@@ -9109,7 +9111,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9109 9111
9110 <glossdiv id='var-glossary-s'><title>S</title> 9112 <glossdiv id='var-glossary-s'><title>S</title>
9111 9113
9112 <glossentry id='var-S'><glossterm><imagedata fileref="figures/define-generic.png" />S</glossterm> 9114 <glossentry id='var-S'><glossterm>S<imagedata fileref="figures/define-generic.png" /></glossterm>
9113 <info> 9115 <info>
9114 S[doc] = "The location in the Build Directory where unpacked package source code resides." 9116 S[doc] = "The location in the Build Directory where unpacked package source code resides."
9115 </info> 9117 </info>
@@ -9143,7 +9145,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9143 </glossdef> 9145 </glossdef>
9144 </glossentry> 9146 </glossentry>
9145 9147
9146 <glossentry id='var-SANITY_REQUIRED_UTILITIES'><glossterm><imagedata fileref="figures/define-generic.png" />SANITY_REQUIRED_UTILITIES</glossterm> 9148 <glossentry id='var-SANITY_REQUIRED_UTILITIES'><glossterm>SANITY_REQUIRED_UTILITIES<imagedata fileref="figures/define-generic.png" /></glossterm>
9147 <info> 9149 <info>
9148 SANITY_REQUIRED_UTILITIES[doc] = "Specifies a list of command-line utilities that should be checked for during the initial sanity checking process when running BitBake." 9150 SANITY_REQUIRED_UTILITIES[doc] = "Specifies a list of command-line utilities that should be checked for during the initial sanity checking process when running BitBake."
9149 </info> 9151 </info>
@@ -9158,7 +9160,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9158 </glossdef> 9160 </glossdef>
9159 </glossentry> 9161 </glossentry>
9160 9162
9161 <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm><imagedata fileref="figures/define-generic.png" />SANITY_TESTED_DISTROS</glossterm> 9163 <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm>SANITY_TESTED_DISTROS<imagedata fileref="figures/define-generic.png" /></glossterm>
9162 <info> 9164 <info>
9163 SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against." 9165 SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against."
9164 </info> 9166 </info>
@@ -9182,7 +9184,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9182 </glossdef> 9184 </glossdef>
9183 </glossentry> 9185 </glossentry>
9184 9186
9185 <glossentry id='var-SDK_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_ARCH</glossterm> 9187 <glossentry id='var-SDK_ARCH'><glossterm>SDK_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
9186 <info> 9188 <info>
9187 SDK_ARCH[doc] = "The target architecture for the SDK." 9189 SDK_ARCH[doc] = "The target architecture for the SDK."
9188 </info> 9190 </info>
@@ -9196,7 +9198,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9196 </glossdef> 9198 </glossdef>
9197 </glossentry> 9199 </glossentry>
9198 9200
9199 <glossentry id='var-SDK_DEPLOY'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_DEPLOY</glossterm> 9201 <glossentry id='var-SDK_DEPLOY'><glossterm>SDK_DEPLOY<imagedata fileref="figures/define-generic.png" /></glossterm>
9200 <info> 9202 <info>
9201 SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed." 9203 SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed."
9202 </info> 9204 </info>
@@ -9214,7 +9216,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9214 </glossdef> 9216 </glossdef>
9215 </glossentry> 9217 </glossentry>
9216 9218
9217 <glossentry id='var-SDK_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_DIR</glossterm> 9219 <glossentry id='var-SDK_DIR'><glossterm>SDK_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
9218 <info> 9220 <info>
9219 SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output." 9221 SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output."
9220 </info> 9222 </info>
@@ -9239,7 +9241,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9239 </glossdef> 9241 </glossdef>
9240 </glossentry> 9242 </glossentry>
9241 9243
9242 <glossentry id='var-SDK_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_NAME</glossterm> 9244 <glossentry id='var-SDK_NAME'><glossterm>SDK_NAME<imagedata fileref="figures/define-generic.png" /></glossterm>
9243 <info> 9245 <info>
9244 SDK_NAME[doc] = "The base name for SDK output files." 9246 SDK_NAME[doc] = "The base name for SDK output files."
9245 </info> 9247 </info>
@@ -9261,7 +9263,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9261 </glossdef> 9263 </glossdef>
9262 </glossentry> 9264 </glossentry>
9263 9265
9264 <glossentry id='var-SDK_OS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_OS</glossterm> 9266 <glossentry id='var-SDK_OS'><glossterm>SDK_OS<imagedata fileref="figures/define-generic.png" /></glossterm>
9265 <info> 9267 <info>
9266 SDK_OS[doc] = "The operating system for which the SDK will be built." 9268 SDK_OS[doc] = "The operating system for which the SDK will be built."
9267 </info> 9269 </info>
@@ -9275,7 +9277,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9275 </glossdef> 9277 </glossdef>
9276 </glossentry> 9278 </glossentry>
9277 9279
9278 <glossentry id='var-SDK_OUTPUT'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_OUTPUT</glossterm> 9280 <glossentry id='var-SDK_OUTPUT'><glossterm>SDK_OUTPUT<imagedata fileref="figures/define-generic.png" /></glossterm>
9279 <info> 9281 <info>
9280 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." 9282 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output."
9281 </info> 9283 </info>
@@ -9302,7 +9304,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9302 </glossdef> 9304 </glossdef>
9303 </glossentry> 9305 </glossentry>
9304 9306
9305 <glossentry id='var-SDK_PACKAGE_ARCHS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_PACKAGE_ARCHS</glossterm> 9307 <glossentry id='var-SDK_PACKAGE_ARCHS'><glossterm>SDK_PACKAGE_ARCHS<imagedata fileref="figures/define-generic.png" /></glossterm>
9306 <info> 9308 <info>
9307 SDK_PACKAGE_ARCHS[doc] = "Specifies a list of architectures compatible with the SDK machine. This variable is set automatically and should not normally be hand-edited." 9309 SDK_PACKAGE_ARCHS[doc] = "Specifies a list of architectures compatible with the SDK machine. This variable is set automatically and should not normally be hand-edited."
9308 </info> 9310 </info>
@@ -9321,7 +9323,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9321 </glossdef> 9323 </glossdef>
9322 </glossentry> 9324 </glossentry>
9323 9325
9324 <glossentry id='var-SDK_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_PREFIX</glossterm> 9326 <glossentry id='var-SDK_PREFIX'><glossterm>SDK_PREFIX<imagedata fileref="figures/define-generic.png" /></glossterm>
9325 <info> 9327 <info>
9326 SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes." 9328 SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes."
9327 </info> 9329 </info>
@@ -9336,7 +9338,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9336 </glossdef> 9338 </glossdef>
9337 </glossentry> 9339 </glossentry>
9338 9340
9339 <glossentry id='var-SDK_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_SYS</glossterm> 9341 <glossentry id='var-SDK_SYS'><glossterm>SDK_SYS<imagedata fileref="figures/define-generic.png" /></glossterm>
9340 <info> 9342 <info>
9341 SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built." 9343 SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built."
9342 </info> 9344 </info>
@@ -9359,7 +9361,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9359 </glossdef> 9361 </glossdef>
9360 </glossentry> 9362 </glossentry>
9361 9363
9362 <glossentry id='var-SDK_VENDOR'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_VENDOR</glossterm> 9364 <glossentry id='var-SDK_VENDOR'><glossterm>SDK_VENDOR<imagedata fileref="figures/define-generic.png" /></glossterm>
9363 <info> 9365 <info>
9364 SDK_VENDOR[doc] = "Specifies the name of the SDK vendor." 9366 SDK_VENDOR[doc] = "Specifies the name of the SDK vendor."
9365 </info> 9367 </info>
@@ -9370,7 +9372,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9370 </glossdef> 9372 </glossdef>
9371 </glossentry> 9373 </glossentry>
9372 9374
9373 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />SDKIMAGE_FEATURES</glossterm> 9375 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
9374 <info> 9376 <info>
9375 SDKIMAGE_FEATURES[doc] = "Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the command 'bitbake -c populate_sdk imagename'." 9377 SDKIMAGE_FEATURES[doc] = "Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the command 'bitbake -c populate_sdk imagename'."
9376 </info> 9378 </info>
@@ -9386,7 +9388,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9386 </glossdef> 9388 </glossdef>
9387 </glossentry> 9389 </glossentry>
9388 9390
9389 <glossentry id='var-SDKMACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />SDKMACHINE</glossterm> 9391 <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE<imagedata fileref="figures/define-generic.png" /></glossterm>
9390 <info> 9392 <info>
9391 SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items." 9393 SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items."
9392 </info> 9394 </info>
@@ -9418,7 +9420,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9418 </glossdef> 9420 </glossdef>
9419 </glossentry> 9421 </glossentry>
9420 9422
9421 <glossentry id='var-SDKPATH'><glossterm><imagedata fileref="figures/define-generic.png" />SDKPATH</glossterm> 9423 <glossentry id='var-SDKPATH'><glossterm>SDKPATH<imagedata fileref="figures/define-generic.png" /></glossterm>
9422 <info> 9424 <info>
9423 SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system." 9425 SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system."
9424 </info> 9426 </info>
@@ -9435,7 +9437,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9435 </glossdef> 9437 </glossdef>
9436 </glossentry> 9438 </glossentry>
9437 9439
9438 <glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm> 9440 <glossentry id='var-SDKTARGETSYSROOT'><glossterm>SDKTARGETSYSROOT<imagedata fileref="figures/define-generic.png" /></glossterm>
9439 <info> 9441 <info>
9440 SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH." 9442 SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH."
9441 </info> 9443 </info>
@@ -9449,7 +9451,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9449 </glossdef> 9451 </glossdef>
9450 </glossentry> 9452 </glossentry>
9451 9453
9452 <glossentry id='var-SECTION'><glossterm><imagedata fileref="figures/define-generic.png" />SECTION</glossterm> 9454 <glossentry id='var-SECTION'><glossterm>SECTION<imagedata fileref="figures/define-generic.png" /></glossterm>
9453 <info> 9455 <info>
9454 SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." 9456 SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable."
9455 </info> 9457 </info>
@@ -9459,7 +9461,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9459 </glossdef> 9461 </glossdef>
9460 </glossentry> 9462 </glossentry>
9461 9463
9462 <glossentry id='var-SELECTED_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />SELECTED_OPTIMIZATION</glossterm> 9464 <glossentry id='var-SELECTED_OPTIMIZATION'><glossterm>SELECTED_OPTIMIZATION<imagedata fileref="figures/define-generic.png" /></glossterm>
9463 <info> 9465 <info>
9464 SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD = '1'. In this case, the value of DEBUG_OPTIMIZATION is used." 9466 SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD = '1'. In this case, the value of DEBUG_OPTIMIZATION is used."
9465 </info> 9467 </info>
@@ -9483,7 +9485,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9483 </glossdef> 9485 </glossdef>
9484 </glossentry> 9486 </glossentry>
9485 9487
9486 <glossentry id='var-SERIAL_CONSOLE'><glossterm><imagedata fileref="figures/define-generic.png" />SERIAL_CONSOLE</glossterm> 9488 <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE<imagedata fileref="figures/define-generic.png" /></glossterm>
9487 <info> 9489 <info>
9488 SERIAL_CONSOLE[doc] = "The speed and device for the serial port used to attach the serial console. This variable is given to the kernel as the 'console' parameter. After booting occurs, getty is started on that port so remote login is possible." 9490 SERIAL_CONSOLE[doc] = "The speed and device for the serial port used to attach the serial console. This variable is given to the kernel as the 'console' parameter. After booting occurs, getty is started on that port so remote login is possible."
9489 </info> 9491 </info>
@@ -9507,7 +9509,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9507 </glossdef> 9509 </glossdef>
9508 </glossentry> 9510 </glossentry>
9509 9511
9510 <glossentry id='var-SERIAL_CONSOLES'><glossterm><imagedata fileref="figures/define-generic.png" />SERIAL_CONSOLES</glossterm> 9512 <glossentry id='var-SERIAL_CONSOLES'><glossterm>SERIAL_CONSOLES<imagedata fileref="figures/define-generic.png" /></glossterm>
9511 <info> 9513 <info>
9512 SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." 9514 SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty."
9513 </info> 9515 </info>
@@ -9524,7 +9526,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9524 </glossdef> 9526 </glossdef>
9525 </glossentry> 9527 </glossentry>
9526 9528
9527 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm><imagedata fileref="figures/define-generic.png" />SERIAL_CONSOLES_CHECK</glossterm> 9529 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK<imagedata fileref="figures/define-generic.png" /></glossterm>
9528 <info> 9530 <info>
9529 SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit." 9531 SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit."
9530 </info> 9532 </info>
@@ -9540,7 +9542,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9540 </glossdef> 9542 </glossdef>
9541 </glossentry> 9543 </glossentry>
9542 9544
9543 <glossentry id='var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS'><glossterm><imagedata fileref="figures/define-generic.png" />SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS</glossterm> 9545 <glossentry id='var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS'><glossterm>SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS<imagedata fileref="figures/define-generic.png" /></glossterm>
9544 <info> 9546 <info>
9545 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS[doc] = "A list of recipe dependencies that should not be used to determine signatures of tasks from one recipe when they depend on tasks from another recipe." 9547 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS[doc] = "A list of recipe dependencies that should not be used to determine signatures of tasks from one recipe when they depend on tasks from another recipe."
9546 </info> 9548 </info>
@@ -9571,7 +9573,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9571 </glossdef> 9573 </glossdef>
9572 </glossentry> 9574 </glossentry>
9573 9575
9574 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm><imagedata fileref="figures/define-generic.png" />SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm> 9576 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm>SIGGEN_EXCLUDERECIPES_ABISAFE<imagedata fileref="figures/define-generic.png" /></glossterm>
9575 <info> 9577 <info>
9576 SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." 9578 SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change."
9577 </info> 9579 </info>
@@ -9594,7 +9596,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9594 </glossdef> 9596 </glossdef>
9595 </glossentry> 9597 </glossentry>
9596 9598
9597 <glossentry id='var-SITEINFO_BITS'><glossterm><imagedata fileref="figures/define-generic.png" />SITEINFO_BITS</glossterm> 9599 <glossentry id='var-SITEINFO_BITS'><glossterm>SITEINFO_BITS<imagedata fileref="figures/define-generic.png" /></glossterm>
9598 <info> 9600 <info>
9599 SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." 9601 SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU."
9600 </info> 9602 </info>
@@ -9606,7 +9608,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9606 </glossdef> 9608 </glossdef>
9607 </glossentry> 9609 </glossentry>
9608 9610
9609 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm><imagedata fileref="figures/define-generic.png" />SITEINFO_ENDIANNESS</glossterm> 9611 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS<imagedata fileref="figures/define-generic.png" /></glossterm>
9610 <info> 9612 <info>
9611 SITEINFO_ENDIANNESS[doc] = "Specifies the endian byte order of the target system. The value should be either 'le' for 'little-endian' or 'be' for 'big-endian'." 9613 SITEINFO_ENDIANNESS[doc] = "Specifies the endian byte order of the target system. The value should be either 'le' for 'little-endian' or 'be' for 'big-endian'."
9612 </info> 9614 </info>
@@ -9618,7 +9620,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9618 </glossdef> 9620 </glossdef>
9619 </glossentry> 9621 </glossentry>
9620 9622
9621 <glossentry id='var-SOC_FAMILY'><glossterm><imagedata fileref="figures/define-generic.png" />SOC_FAMILY</glossterm> 9623 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY<imagedata fileref="figures/define-generic.png" /></glossterm>
9622 <info> 9624 <info>
9623 SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines." 9625 SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines."
9624 </info> 9626 </info>
@@ -9639,7 +9641,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9639 </glossdef> 9641 </glossdef>
9640 </glossentry> 9642 </glossentry>
9641 9643
9642 <glossentry id='var-SOLIBS'><glossterm><imagedata fileref="figures/define-generic.png" />SOLIBS</glossterm> 9644 <glossentry id='var-SOLIBS'><glossterm>SOLIBS<imagedata fileref="figures/define-generic.png" /></glossterm>
9643 <info> 9645 <info>
9644 SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." 9646 SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform."
9645 </info> 9647 </info>
@@ -9660,7 +9662,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9660 </glossdef> 9662 </glossdef>
9661 </glossentry> 9663 </glossentry>
9662 9664
9663 <glossentry id='var-SOLIBSDEV'><glossterm><imagedata fileref="figures/define-generic.png" />SOLIBSDEV</glossterm> 9665 <glossentry id='var-SOLIBSDEV'><glossterm>SOLIBSDEV<imagedata fileref="figures/define-generic.png" /></glossterm>
9664 <info> 9666 <info>
9665 SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." 9667 SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform."
9666 </info> 9668 </info>
@@ -9681,7 +9683,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9681 </glossdef> 9683 </glossdef>
9682 </glossentry> 9684 </glossentry>
9683 9685
9684 <glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_FETCH</glossterm> 9686 <glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm>SOURCE_MIRROR_FETCH<imagedata fileref="figures/define-generic.png" /></glossterm>
9685 <info> 9687 <info>
9686 SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks." 9688 SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks."
9687 </info> 9689 </info>
@@ -9712,7 +9714,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9712 </glossdef> 9714 </glossdef>
9713 </glossentry> 9715 </glossentry>
9714 9716
9715 <glossentry id='var-SOURCE_MIRROR_URL'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_URL</glossterm> 9717 <glossentry id='var-SOURCE_MIRROR_URL'><glossterm>SOURCE_MIRROR_URL<imagedata fileref="figures/define-generic.png" /></glossterm>
9716 <info> 9718 <info>
9717 SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." 9719 SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI."
9718 </info> 9720 </info>
@@ -9742,7 +9744,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9742 </glossdef> 9744 </glossdef>
9743 </glossentry> 9745 </glossentry>
9744 9746
9745 <glossentry id='var-SPDXLICENSEMAP'><glossterm><imagedata fileref="figures/define-generic.png" />SPDXLICENSEMAP</glossterm> 9747 <glossentry id='var-SPDXLICENSEMAP'><glossterm>SPDXLICENSEMAP<imagedata fileref="figures/define-generic.png" /></glossterm>
9746 <info> 9748 <info>
9747 SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/." 9749 SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/."
9748 </info> 9750 </info>
@@ -9763,7 +9765,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9763 </glossdef> 9765 </glossdef>
9764 </glossentry> 9766 </glossentry>
9765 9767
9766 <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm><imagedata fileref="figures/define-generic.png" />SPECIAL_PKGSUFFIX</glossterm> 9768 <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm>SPECIAL_PKGSUFFIX<imagedata fileref="figures/define-generic.png" /></glossterm>
9767 <info> 9769 <info>
9768 SPECIAL_PKGSUFFIX[doc] = "A list of prefixes for PN used by the OpenEmbedded build system to create variants of recipes or packages. The list specifies the prefixes to strip off during certain circumstances such as the generation of the BPN variable." 9770 SPECIAL_PKGSUFFIX[doc] = "A list of prefixes for PN used by the OpenEmbedded build system to create variants of recipes or packages. The list specifies the prefixes to strip off during certain circumstances such as the generation of the BPN variable."
9769 </info> 9771 </info>
@@ -9777,7 +9779,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9777 </glossdef> 9779 </glossdef>
9778 </glossentry> 9780 </glossentry>
9779 9781
9780 <glossentry id='var-SRC_URI'><glossterm><imagedata fileref="figures/define-generic.png" />SRC_URI</glossterm> 9782 <glossentry id='var-SRC_URI'><glossterm>SRC_URI<imagedata fileref="figures/define-generic.png" /></glossterm>
9781 <info> 9783 <info>
9782 SRC_URI[doc] = "The list of source files - local or remote. This variable tells the OpenEmbedded build system what bits to pull in for the build and how to pull them in." 9784 SRC_URI[doc] = "The list of source files - local or remote. This variable tells the OpenEmbedded build system what bits to pull in for the build and how to pull them in."
9783 </info> 9785 </info>
@@ -9932,7 +9934,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9932 </glossdef> 9934 </glossdef>
9933 </glossentry> 9935 </glossentry>
9934 9936
9935 <glossentry id='var-SRC_URI_OVERRIDES_PACKAGE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />SRC_URI_OVERRIDES_PACKAGE_ARCH</glossterm> 9937 <glossentry id='var-SRC_URI_OVERRIDES_PACKAGE_ARCH'><glossterm>SRC_URI_OVERRIDES_PACKAGE_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
9936 <info> 9938 <info>
9937 SRC_URI_OVERRIDES_PACKAGE_ARCH[doc] = "By default, the OpenEmbedded build system automatically detects whether SRC_URI contains files that are machine-specific. If so, the build system automatically changes PACKAGE_ARCH. Setting this variable to '0' disables this behavior." 9939 SRC_URI_OVERRIDES_PACKAGE_ARCH[doc] = "By default, the OpenEmbedded build system automatically detects whether SRC_URI contains files that are machine-specific. If so, the build system automatically changes PACKAGE_ARCH. Setting this variable to '0' disables this behavior."
9938 </info> 9940 </info>
@@ -9948,7 +9950,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9948 </glossdef> 9950 </glossdef>
9949 </glossentry> 9951 </glossentry>
9950 9952
9951 <glossentry id='var-SRCDATE'><glossterm><imagedata fileref="figures/define-generic.png" />SRCDATE</glossterm> 9953 <glossentry id='var-SRCDATE'><glossterm>SRCDATE<imagedata fileref="figures/define-generic.png" /></glossterm>
9952 <info> 9954 <info>
9953 SRCDATE[doc] = "The date of the source code used to build the package. This variable applies only if the source was fetched from a Source Code Manager (SCM)." 9955 SRCDATE[doc] = "The date of the source code used to build the package. This variable applies only if the source was fetched from a Source Code Manager (SCM)."
9954 </info> 9956 </info>
@@ -9960,7 +9962,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9960 </glossdef> 9962 </glossdef>
9961 </glossentry> 9963 </glossentry>
9962 9964
9963 <glossentry id='var-SRCPV'><glossterm><imagedata fileref="figures/define-generic.png" />SRCPV</glossterm> 9965 <glossentry id='var-SRCPV'><glossterm>SRCPV<imagedata fileref="figures/define-generic.png" /></glossterm>
9964 <info> 9966 <info>
9965 SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV." 9967 SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV."
9966 </info> 9968 </info>
@@ -9997,7 +9999,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9997 </glossdef> 9999 </glossdef>
9998 </glossentry> 10000 </glossentry>
9999 10001
10000 <glossentry id='var-SRCREV'><glossterm><imagedata fileref="figures/define-generic.png" />SRCREV</glossterm> 10002 <glossentry id='var-SRCREV'><glossterm>SRCREV<imagedata fileref="figures/define-generic.png" /></glossterm>
10001 <info> 10003 <info>
10002 SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only." 10004 SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only."
10003 </info> 10005 </info>
@@ -10014,7 +10016,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10014 </glossdef> 10016 </glossdef>
10015 </glossentry> 10017 </glossentry>
10016 10018
10017 <glossentry id='var-SSTATE_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />SSTATE_DIR</glossterm> 10019 <glossentry id='var-SSTATE_DIR'><glossterm>SSTATE_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10018 <info> 10020 <info>
10019 SSTATE_DIR[doc] = "The directory for the shared state cache." 10021 SSTATE_DIR[doc] = "The directory for the shared state cache."
10020 </info> 10022 </info>
@@ -10023,7 +10025,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10023 </glossdef> 10025 </glossdef>
10024 </glossentry> 10026 </glossentry>
10025 10027
10026 <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm><imagedata fileref="figures/define-generic.png" />SSTATE_MIRROR_ALLOW_NETWORK</glossterm> 10028 <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm>SSTATE_MIRROR_ALLOW_NETWORK<imagedata fileref="figures/define-generic.png" /></glossterm>
10027 <info> 10029 <info>
10028 SSTATE_MIRROR_ALLOW_NETWORK[doc] = "If set to "1", allows fetches from mirrors that are specified in SSTATE_MIRRORS to work even when fetching from the network has been disabled by setting BB_NO_NETWORK to "1"." 10030 SSTATE_MIRROR_ALLOW_NETWORK[doc] = "If set to "1", allows fetches from mirrors that are specified in SSTATE_MIRRORS to work even when fetching from the network has been disabled by setting BB_NO_NETWORK to "1"."
10029 </info> 10031 </info>
@@ -10045,7 +10047,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10045 </glossdef> 10047 </glossdef>
10046 </glossentry> 10048 </glossentry>
10047 10049
10048 <glossentry id='var-SSTATE_MIRRORS'><glossterm><imagedata fileref="figures/define-generic.png" />SSTATE_MIRRORS</glossterm> 10050 <glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS<imagedata fileref="figures/define-generic.png" /></glossterm>
10049 <info> 10051 <info>
10050 SSTATE_MIRRORS[doc] = "Configures the OpenEmbedded build system to search other mirror locations for prebuilt cache data objects before building out the data. You can specify a filesystem directory or a remote URL such as HTTP or FTP." 10052 SSTATE_MIRRORS[doc] = "Configures the OpenEmbedded build system to search other mirror locations for prebuilt cache data objects before building out the data. You can specify a filesystem directory or a remote URL such as HTTP or FTP."
10051 </info> 10053 </info>
@@ -10086,7 +10088,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10086 </glossdef> 10088 </glossdef>
10087 </glossentry> 10089 </glossentry>
10088 10090
10089 <glossentry id='var-STAGING_BASE_LIBDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BASE_LIBDIR_NATIVE</glossterm> 10091 <glossentry id='var-STAGING_BASE_LIBDIR_NATIVE'><glossterm>STAGING_BASE_LIBDIR_NATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
10090 <info> 10092 <info>
10091 STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host." 10093 STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host."
10092 </info> 10094 </info>
@@ -10099,7 +10101,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10099 </glossdef> 10101 </glossdef>
10100 </glossentry> 10102 </glossentry>
10101 10103
10102 <glossentry id='var-STAGING_BASELIBDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BASELIBDIR</glossterm> 10104 <glossentry id='var-STAGING_BASELIBDIR'><glossterm>STAGING_BASELIBDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10103 <info> 10105 <info>
10104 STAGING_BASELIBDIR[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." 10106 STAGING_BASELIBDIR[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)."
10105 </info> 10107 </info>
@@ -10113,7 +10115,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10113 </glossdef> 10115 </glossdef>
10114 </glossentry> 10116 </glossentry>
10115 10117
10116 <glossentry id='var-STAGING_BINDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BINDIR</glossterm> 10118 <glossentry id='var-STAGING_BINDIR'><glossterm>STAGING_BINDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10117 <info> 10119 <info>
10118 STAGING_BINDIR[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." 10120 STAGING_BINDIR[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)."
10119 </info> 10121 </info>
@@ -10128,7 +10130,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10128 </glossdef> 10130 </glossdef>
10129 </glossentry> 10131 </glossentry>
10130 10132
10131 <glossentry id='var-STAGING_BINDIR_CROSS'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BINDIR_CROSS</glossterm> 10133 <glossentry id='var-STAGING_BINDIR_CROSS'><glossterm>STAGING_BINDIR_CROSS<imagedata fileref="figures/define-generic.png" /></glossterm>
10132 <info> 10134 <info>
10133 STAGING_BINDIR_CROSS[doc] = "Specifies the path to the directory containing binary configuration scripts. These scripts provide configuration information for other software that wants to make use of libraries or include files provided by the software associated with the script." 10135 STAGING_BINDIR_CROSS[doc] = "Specifies the path to the directory containing binary configuration scripts. These scripts provide configuration information for other software that wants to make use of libraries or include files provided by the software associated with the script."
10134 </info> 10136 </info>
@@ -10153,7 +10155,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10153 </glossdef> 10155 </glossdef>
10154 </glossentry> 10156 </glossentry>
10155 10157
10156 <glossentry id='var-STAGING_BINDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BINDIR_NATIVE</glossterm> 10158 <glossentry id='var-STAGING_BINDIR_NATIVE'><glossterm>STAGING_BINDIR_NATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
10157 <info> 10159 <info>
10158 STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host." 10160 STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host."
10159 </info> 10161 </info>
@@ -10166,7 +10168,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10166 </glossdef> 10168 </glossdef>
10167 </glossentry> 10169 </glossentry>
10168 10170
10169 <glossentry id='var-STAGING_DATADIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DATADIR</glossterm> 10171 <glossentry id='var-STAGING_DATADIR'><glossterm>STAGING_DATADIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10170 <info> 10172 <info>
10171 STAGING_DATADIR[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." 10173 STAGING_DATADIR[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)."
10172 </info> 10174 </info>
@@ -10180,7 +10182,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10180 </glossdef> 10182 </glossdef>
10181 </glossentry> 10183 </glossentry>
10182 10184
10183 <glossentry id='var-STAGING_DATADIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DATADIR_NATIVE</glossterm> 10185 <glossentry id='var-STAGING_DATADIR_NATIVE'><glossterm>STAGING_DATADIR_NATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
10184 <info> 10186 <info>
10185 STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host." 10187 STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host."
10186 </info> 10188 </info>
@@ -10192,7 +10194,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10192 </glossdef> 10194 </glossdef>
10193 </glossentry> 10195 </glossentry>
10194 10196
10195 <glossentry id='var-STAGING_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR</glossterm> 10197 <glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10196 <info> 10198 <info>
10197 STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." 10199 STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)."
10198 </info> 10200 </info>
@@ -10216,7 +10218,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10216 </glossdef> 10218 </glossdef>
10217 </glossentry> 10219 </glossentry>
10218 10220
10219 <glossentry id='var-STAGING_DIR_HOST'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR_HOST</glossterm> 10221 <glossentry id='var-STAGING_DIR_HOST'><glossterm>STAGING_DIR_HOST<imagedata fileref="figures/define-generic.png" /></glossterm>
10220 <info> 10222 <info>
10221 STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built." 10223 STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built."
10222 </info> 10224 </info>
@@ -10245,7 +10247,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10245 </glossdef> 10247 </glossdef>
10246 </glossentry> 10248 </glossentry>
10247 10249
10248 <glossentry id='var-STAGING_DIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR_NATIVE</glossterm> 10250 <glossentry id='var-STAGING_DIR_NATIVE'><glossterm>STAGING_DIR_NATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
10249 <info> 10251 <info>
10250 STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host." 10252 STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host."
10251 </info> 10253 </info>
@@ -10257,7 +10259,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10257 </glossdef> 10259 </glossdef>
10258 </glossentry> 10260 </glossentry>
10259 10261
10260 <glossentry id='var-STAGING_DIR_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR_TARGET</glossterm> 10262 <glossentry id='var-STAGING_DIR_TARGET'><glossterm>STAGING_DIR_TARGET<imagedata fileref="figures/define-generic.png" /></glossterm>
10261 <info> 10263 <info>
10262 STAGING_DIR_TARGET[doc] = "Specifies the path to the sysroot directory for the target for which the current recipe is being built." 10264 STAGING_DIR_TARGET[doc] = "Specifies the path to the sysroot directory for the target for which the current recipe is being built."
10263 </info> 10265 </info>
@@ -10284,7 +10286,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10284 </glossdef> 10286 </glossdef>
10285 </glossentry> 10287 </glossentry>
10286 10288
10287 <glossentry id='var-STAGING_ETCDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_ETCDIR_NATIVE</glossterm> 10289 <glossentry id='var-STAGING_ETCDIR_NATIVE'><glossterm>STAGING_ETCDIR_NATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
10288 <info> 10290 <info>
10289 STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host." 10291 STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host."
10290 </info> 10292 </info>
@@ -10297,7 +10299,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10297 </glossdef> 10299 </glossdef>
10298 </glossentry> 10300 </glossentry>
10299 10301
10300 <glossentry id='var-STAGING_EXECPREFIXDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_EXECPREFIXDIR</glossterm> 10302 <glossentry id='var-STAGING_EXECPREFIXDIR'><glossterm>STAGING_EXECPREFIXDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10301 <info> 10303 <info>
10302 STAGING_EXECPREFIXDIR[doc] = "Specifies the path to the /usr subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." 10304 STAGING_EXECPREFIXDIR[doc] = "Specifies the path to the /usr subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)."
10303 </info> 10305 </info>
@@ -10311,7 +10313,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10311 </glossdef> 10313 </glossdef>
10312 </glossentry> 10314 </glossentry>
10313 10315
10314 <glossentry id='var-STAGING_INCDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_INCDIR</glossterm> 10316 <glossentry id='var-STAGING_INCDIR'><glossterm>STAGING_INCDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10315 <info> 10317 <info>
10316 STAGING_INCDIR[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the target for which the current recipe being built (STAGING_DIR_HOST)." 10318 STAGING_INCDIR[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the target for which the current recipe being built (STAGING_DIR_HOST)."
10317 </info> 10319 </info>
@@ -10326,7 +10328,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10326 </glossdef> 10328 </glossdef>
10327 </glossentry> 10329 </glossentry>
10328 10330
10329 <glossentry id='var-STAGING_INCDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_INCDIR_NATIVE</glossterm> 10331 <glossentry id='var-STAGING_INCDIR_NATIVE'><glossterm>STAGING_INCDIR_NATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
10330 <info> 10332 <info>
10331 STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host." 10333 STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host."
10332 </info> 10334 </info>
@@ -10338,7 +10340,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10338 </glossdef> 10340 </glossdef>
10339 </glossentry> 10341 </glossentry>
10340 10342
10341 <glossentry id='var-STAGING_KERNEL_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_KERNEL_DIR</glossterm> 10343 <glossentry id='var-STAGING_KERNEL_DIR'><glossterm>STAGING_KERNEL_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10342 <info> 10344 <info>
10343 STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules." 10345 STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules."
10344 </info> 10346 </info>
@@ -10350,7 +10352,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10350 </glossdef> 10352 </glossdef>
10351 </glossentry> 10353 </glossentry>
10352 10354
10353 <glossentry id='var-STAGING_LIBDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_LIBDIR</glossterm> 10355 <glossentry id='var-STAGING_LIBDIR'><glossterm>STAGING_LIBDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10354 <info> 10356 <info>
10355 STAGING_LIBDIR[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." 10357 STAGING_LIBDIR[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)."
10356 </info> 10358 </info>
@@ -10364,7 +10366,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10364 </glossdef> 10366 </glossdef>
10365 </glossentry> 10367 </glossentry>
10366 10368
10367 <glossentry id='var-STAGING_LIBDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_LIBDIR_NATIVE</glossterm> 10369 <glossentry id='var-STAGING_LIBDIR_NATIVE'><glossterm>STAGING_LIBDIR_NATIVE<imagedata fileref="figures/define-generic.png" /></glossterm>
10368 <info> 10370 <info>
10369 STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host." 10371 STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host."
10370 </info> 10372 </info>
@@ -10376,7 +10378,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10376 </glossdef> 10378 </glossdef>
10377 </glossentry> 10379 </glossentry>
10378 10380
10379 <glossentry id='var-STAMP'><glossterm><imagedata fileref="figures/define-generic.png" />STAMP</glossterm> 10381 <glossentry id='var-STAMP'><glossterm>STAMP<imagedata fileref="figures/define-generic.png" /></glossterm>
10380 <info> 10382 <info>
10381 STAMP[doc] = "Specifies the base path used to create recipe stamp files. The path to an actual stamp file is constructed by evaluating this string and then appending additional information." 10383 STAMP[doc] = "Specifies the base path used to create recipe stamp files. The path to an actual stamp file is constructed by evaluating this string and then appending additional information."
10382 </info> 10384 </info>
@@ -10402,7 +10404,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10402 </glossdef> 10404 </glossdef>
10403 </glossentry> 10405 </glossentry>
10404 10406
10405 <glossentry id='var-STAMPS_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAMPS_DIR</glossterm> 10407 <glossentry id='var-STAMPS_DIR'><glossterm>STAMPS_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10406 <info> 10408 <info>
10407 STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps." 10409 STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps."
10408 </info> 10410 </info>
@@ -10416,7 +10418,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10416 </glossdef> 10418 </glossdef>
10417 </glossentry> 10419 </glossentry>
10418 10420
10419 <glossentry id='var-STRIP'><glossterm><imagedata fileref="figures/define-generic.png" />STRIP</glossterm> 10421 <glossentry id='var-STRIP'><glossterm>STRIP<imagedata fileref="figures/define-generic.png" /></glossterm>
10420 <info> 10422 <info>
10421 STRIP[doc] = "Minimal command and arguments to run 'strip' (strip symbols)." 10423 STRIP[doc] = "Minimal command and arguments to run 'strip' (strip symbols)."
10422 </info> 10424 </info>
@@ -10429,7 +10431,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10429 </glossdef> 10431 </glossdef>
10430 </glossentry> 10432 </glossentry>
10431 10433
10432 <glossentry id='var-SUMMARY'><glossterm><imagedata fileref="figures/define-generic.png" />SUMMARY</glossterm> 10434 <glossentry id='var-SUMMARY'><glossterm>SUMMARY<imagedata fileref="figures/define-generic.png" /></glossterm>
10433 <info> 10435 <info>
10434 SUMMARY[doc] = "The short (80 characters or less) summary of the binary package for packaging systems such as opkg, rpm or dpkg. By default, SUMMARY is used to define the DESCRIPTION variable if DESCRIPTION is not set in the recipe." 10436 SUMMARY[doc] = "The short (80 characters or less) summary of the binary package for packaging systems such as opkg, rpm or dpkg. By default, SUMMARY is used to define the DESCRIPTION variable if DESCRIPTION is not set in the recipe."
10435 </info> 10437 </info>
@@ -10445,7 +10447,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10445 </glossdef> 10447 </glossdef>
10446 </glossentry> 10448 </glossentry>
10447 10449
10448 <glossentry id='var-SVNDIR'><glossterm><imagedata fileref="figures/define-generic.png" />SVNDIR</glossterm> 10450 <glossentry id='var-SVNDIR'><glossterm>SVNDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
10449 <info> 10451 <info>
10450 SVNDIR[doc] = "The directory where Subversion checkouts will be stored." 10452 SVNDIR[doc] = "The directory where Subversion checkouts will be stored."
10451 10453
@@ -10458,7 +10460,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10458 </glossdef> 10460 </glossdef>
10459 </glossentry> 10461 </glossentry>
10460 10462
10461 <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_DEFAULT_CONSOLE</glossterm> 10463 <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm>SYSLINUX_DEFAULT_CONSOLE<imagedata fileref="figures/define-generic.png" /></glossterm>
10462 <info> 10464 <info>
10463 SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." 10465 SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console."
10464 </info> 10466 </info>
@@ -10482,7 +10484,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10482 </glossdef> 10484 </glossdef>
10483 </glossentry> 10485 </glossentry>
10484 10486
10485 <glossentry id='var-SYSLINUX_OPTS'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_OPTS</glossterm> 10487 <glossentry id='var-SYSLINUX_OPTS'><glossterm>SYSLINUX_OPTS<imagedata fileref="figures/define-generic.png" /></glossterm>
10486 <info> 10488 <info>
10487 SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file." 10489 SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file."
10488 </info> 10490 </info>
@@ -10502,7 +10504,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10502 </glossdef> 10504 </glossdef>
10503 </glossentry> 10505 </glossentry>
10504 10506
10505 <glossentry id='var-SYSLINUX_SERIAL'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_SERIAL</glossterm> 10507 <glossentry id='var-SYSLINUX_SERIAL'><glossterm>SYSLINUX_SERIAL<imagedata fileref="figures/define-generic.png" /></glossterm>
10506 <info> 10508 <info>
10507 SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off." 10509 SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off."
10508 </info> 10510 </info>
@@ -10521,7 +10523,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10521 </glossdef> 10523 </glossdef>
10522 </glossentry> 10524 </glossentry>
10523 10525
10524 <glossentry id='var-SYSLINUX_SPLASH'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_SPLASH</glossterm> 10526 <glossentry id='var-SYSLINUX_SPLASH'><glossterm>SYSLINUX_SPLASH<imagedata fileref="figures/define-generic.png" /></glossterm>
10525 <info> 10527 <info>
10526 SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu." 10528 SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu."
10527 </info> 10529 </info>
@@ -10541,7 +10543,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10541 </glossdef> 10543 </glossdef>
10542 </glossentry> 10544 </glossentry>
10543 10545
10544 <glossentry id='var-SYSLINUX_SERIAL_TTY'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_SERIAL_TTY</glossterm> 10546 <glossentry id='var-SYSLINUX_SERIAL_TTY'><glossterm>SYSLINUX_SERIAL_TTY<imagedata fileref="figures/define-generic.png" /></glossterm>
10545 <info> 10547 <info>
10546 SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument." 10548 SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument."
10547 </info> 10549 </info>
@@ -10559,7 +10561,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10559 </glossdef> 10561 </glossdef>
10560 </glossentry> 10562 </glossentry>
10561 10563
10562 <glossentry id='var-SYSROOT_PREPROCESS_FUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />SYSROOT_PREPROCESS_FUNCS</glossterm> 10564 <glossentry id='var-SYSROOT_PREPROCESS_FUNCS'><glossterm>SYSROOT_PREPROCESS_FUNCS<imagedata fileref="figures/define-generic.png" /></glossterm>
10563 <info> 10565 <info>
10564 SYSROOT_PREPROCESS_FUNCS[doc] = "A list of functions to execute after files are staged into the sysroot. These functions are usually used to apply additional processing on the staged files, or to stage additional files." 10566 SYSROOT_PREPROCESS_FUNCS[doc] = "A list of functions to execute after files are staged into the sysroot. These functions are usually used to apply additional processing on the staged files, or to stage additional files."
10565 </info> 10567 </info>
@@ -10574,7 +10576,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10574 </glossdef> 10576 </glossdef>
10575 </glossentry> 10577 </glossentry>
10576 10578
10577 <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSTEMD_AUTO_ENABLE</glossterm> 10579 <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE<imagedata fileref="figures/define-generic.png" /></glossterm>
10578 <info> 10580 <info>
10579 SYSTEMD_AUTO_ENABLE[doc] = "For recipes that inherit the systemd class, this variable specifies whether the service you have specified in SYSTEMD_SERVICE should be started automatically or not." 10581 SYSTEMD_AUTO_ENABLE[doc] = "For recipes that inherit the systemd class, this variable specifies whether the service you have specified in SYSTEMD_SERVICE should be started automatically or not."
10580 </info> 10582 </info>
@@ -10600,7 +10602,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10600 </glossdef> 10602 </glossdef>
10601 </glossentry> 10603 </glossentry>
10602 10604
10603 <glossentry id='var-SYSTEMD_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />SYSTEMD_PACKAGES</glossterm> 10605 <glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
10604 <info> 10606 <info>
10605 SYSTEMD_PACKAGES[doc] = "For recipes that inherit the systemd class, this variable locates the systemd unit files when they are not found in the main recipe's package." 10607 SYSTEMD_PACKAGES[doc] = "For recipes that inherit the systemd class, this variable locates the systemd unit files when they are not found in the main recipe's package."
10606 </info> 10608 </info>
@@ -10626,7 +10628,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10626 </glossdef> 10628 </glossdef>
10627 </glossentry> 10629 </glossentry>
10628 10630
10629 <glossentry id='var-SYSTEMD_SERVICE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSTEMD_SERVICE</glossterm> 10631 <glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE<imagedata fileref="figures/define-generic.png" /></glossterm>
10630 <info> 10632 <info>
10631 SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package." 10633 SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package."
10632 </info> 10634 </info>
@@ -10650,7 +10652,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10650 </glossdef> 10652 </glossdef>
10651 </glossentry> 10653 </glossentry>
10652 10654
10653 <glossentry id='var-SYSVINIT_ENABLED_GETTYS'><glossterm><imagedata fileref="figures/define-generic.png" />SYSVINIT_ENABLED_GETTYS</glossterm> 10655 <glossentry id='var-SYSVINIT_ENABLED_GETTYS'><glossterm>SYSVINIT_ENABLED_GETTYS<imagedata fileref="figures/define-generic.png" /></glossterm>
10654 <info> 10656 <info>
10655 SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'." 10657 SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'."
10656 </info> 10658 </info>
@@ -10678,7 +10680,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10678 10680
10679 <glossdiv id='var-glossary-t'><title>T</title> 10681 <glossdiv id='var-glossary-t'><title>T</title>
10680 10682
10681 <glossentry id='var-T'><glossterm><imagedata fileref="figures/define-generic.png" />T</glossterm> 10683 <glossentry id='var-T'><glossterm>T<imagedata fileref="figures/define-generic.png" /></glossterm>
10682 <info> 10684 <info>
10683 T[doc] = "This variable points to a directory were BitBake places temporary files, which consist mostly of task logs and scripts, when building a particular recipe." 10685 T[doc] = "This variable points to a directory were BitBake places temporary files, which consist mostly of task logs and scripts, when building a particular recipe."
10684 </info> 10686 </info>
@@ -10702,7 +10704,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10702 </glossdef> 10704 </glossdef>
10703 </glossentry> 10705 </glossentry>
10704 10706
10705 <glossentry id='var-TARGET_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_ARCH</glossterm> 10707 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
10706 <info> 10708 <info>
10707 TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system supports the following architectures: arm, mips, ppc, x86, x86-64." 10709 TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system supports the following architectures: arm, mips, ppc, x86, x86-64."
10708 </info> 10710 </info>
@@ -10731,7 +10733,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10731 </glossdef> 10733 </glossdef>
10732 </glossentry> 10734 </glossentry>
10733 10735
10734 <glossentry id='var-TARGET_AS_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_AS_ARCH</glossterm> 10736 <glossentry id='var-TARGET_AS_ARCH'><glossterm>TARGET_AS_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
10735 <info> 10737 <info>
10736 TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system." 10738 TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system."
10737 </info> 10739 </info>
@@ -10750,7 +10752,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10750 </glossdef> 10752 </glossdef>
10751 </glossentry> 10753 </glossentry>
10752 10754
10753 <glossentry id='var-TARGET_CC_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CC_ARCH</glossterm> 10755 <glossentry id='var-TARGET_CC_ARCH'><glossterm>TARGET_CC_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
10754 <info> 10756 <info>
10755 TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system." 10757 TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system."
10756 </info> 10758 </info>
@@ -10773,7 +10775,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10773 </glossdef> 10775 </glossdef>
10774 </glossentry> 10776 </glossentry>
10775 10777
10776 <glossentry id='var-TARGET_CC_KERNEL_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CC_KERNEL_ARCH</glossterm> 10778 <glossentry id='var-TARGET_CC_KERNEL_ARCH'><glossterm>TARGET_CC_KERNEL_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
10777 <info> 10779 <info>
10778 TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune." 10780 TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune."
10779 </info> 10781 </info>
@@ -10797,7 +10799,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10797 </glossdef> 10799 </glossdef>
10798 </glossentry> 10800 </glossentry>
10799 10801
10800 <glossentry id='var-TARGET_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CFLAGS</glossterm> 10802 <glossentry id='var-TARGET_CFLAGS'><glossterm>TARGET_CFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
10801 <info> 10803 <info>
10802 TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS." 10804 TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS."
10803 </info> 10805 </info>
@@ -10822,7 +10824,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10822 </glossdef> 10824 </glossdef>
10823 </glossentry> 10825 </glossentry>
10824 10826
10825 <glossentry id='var-TARGET_CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CPPFLAGS</glossterm> 10827 <glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
10826 <info> 10828 <info>
10827 TARGET_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the target." 10829 TARGET_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the target."
10828 </info> 10830 </info>
@@ -10848,7 +10850,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10848 </glossdef> 10850 </glossdef>
10849 </glossentry> 10851 </glossentry>
10850 10852
10851 <glossentry id='var-TARGET_CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CXXFLAGS</glossterm> 10853 <glossentry id='var-TARGET_CXXFLAGS'><glossterm>TARGET_CXXFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
10852 <info> 10854 <info>
10853 TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target." 10855 TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target."
10854 </info> 10856 </info>
@@ -10873,7 +10875,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10873 </glossdef> 10875 </glossdef>
10874 </glossentry> 10876 </glossentry>
10875 10877
10876 <glossentry id='var-TARGET_FPU'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_FPU</glossterm> 10878 <glossentry id='var-TARGET_FPU'><glossterm>TARGET_FPU<imagedata fileref="figures/define-generic.png" /></glossterm>
10877 <info> 10879 <info>
10878 TARGET_FPU[doc] = "Specifies the method for handling FPU code. For FPU-less targets, which include most ARM CPUs, the variable must be set to 'soft'. If not, the kernel emulation gets used, which results in a performance penalty." 10880 TARGET_FPU[doc] = "Specifies the method for handling FPU code. For FPU-less targets, which include most ARM CPUs, the variable must be set to 'soft'. If not, the kernel emulation gets used, which results in a performance penalty."
10879 </info> 10881 </info>
@@ -10885,7 +10887,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10885 </glossdef> 10887 </glossdef>
10886 </glossentry> 10888 </glossentry>
10887 10889
10888 <glossentry id='var-TARGET_LD_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_LD_ARCH</glossterm> 10890 <glossentry id='var-TARGET_LD_ARCH'><glossterm>TARGET_LD_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
10889 <info> 10891 <info>
10890 TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system." 10892 TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system."
10891 </info> 10893 </info>
@@ -10904,7 +10906,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10904 </glossdef> 10906 </glossdef>
10905 </glossentry> 10907 </glossentry>
10906 10908
10907 <glossentry id='var-TARGET_LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_LDFLAGS</glossterm> 10909 <glossentry id='var-TARGET_LDFLAGS'><glossterm>TARGET_LDFLAGS<imagedata fileref="figures/define-generic.png" /></glossterm>
10908 <info> 10910 <info>
10909 TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target." 10911 TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target."
10910 </info> 10912 </info>
@@ -10929,7 +10931,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10929 </glossdef> 10931 </glossdef>
10930 </glossentry> 10932 </glossentry>
10931 10933
10932 <glossentry id='var-TARGET_OS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_OS</glossterm> 10934 <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS<imagedata fileref="figures/define-generic.png" /></glossterm>
10933 <info> 10935 <info>
10934 TARGET_OS[doc] = "Specifies the target's operating system." 10936 TARGET_OS[doc] = "Specifies the target's operating system."
10935 </info> 10937 </info>
@@ -10942,7 +10944,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10942 </glossdef> 10944 </glossdef>
10943 </glossentry> 10945 </glossentry>
10944 10946
10945 <glossentry id='var-TARGET_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_PREFIX</glossterm> 10947 <glossentry id='var-TARGET_PREFIX'><glossterm>TARGET_PREFIX<imagedata fileref="figures/define-generic.png" /></glossterm>
10946 <info> 10948 <info>
10947 TARGET_PREFIX[doc] = "Toolchain binary prefix for the target tools." 10949 TARGET_PREFIX[doc] = "Toolchain binary prefix for the target tools."
10948 </info> 10950 </info>
@@ -10976,7 +10978,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10976 </glossdef> 10978 </glossdef>
10977 </glossentry> 10979 </glossentry>
10978 10980
10979 <glossentry id='var-TARGET_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_SYS</glossterm> 10981 <glossentry id='var-TARGET_SYS'><glossterm>TARGET_SYS<imagedata fileref="figures/define-generic.png" /></glossterm>
10980 <info> 10982 <info>
10981 TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS." 10983 TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS."
10982 </info> 10984 </info>
@@ -11019,7 +11021,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11019 </glossdef> 11021 </glossdef>
11020 </glossentry> 11022 </glossentry>
11021 11023
11022 <glossentry id='var-TARGET_VENDOR'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_VENDOR</glossterm> 11024 <glossentry id='var-TARGET_VENDOR'><glossterm>TARGET_VENDOR<imagedata fileref="figures/define-generic.png" /></glossterm>
11023 <info> 11025 <info>
11024 TARGET_VENDOR[doc] = "The name of the target vendor." 11026 TARGET_VENDOR[doc] = "The name of the target vendor."
11025 </info> 11027 </info>
@@ -11030,7 +11032,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11030 </glossdef> 11032 </glossdef>
11031 </glossentry> 11033 </glossentry>
11032 11034
11033 <glossentry id='var-TCLIBCAPPEND'><glossterm><imagedata fileref="figures/define-generic.png" />TCLIBCAPPEND</glossterm> 11035 <glossentry id='var-TCLIBCAPPEND'><glossterm>TCLIBCAPPEND<imagedata fileref="figures/define-generic.png" /></glossterm>
11034 <info> 11036 <info>
11035 TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." 11037 TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build."
11036 </info> 11038 </info>
@@ -11060,7 +11062,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11060 </glossdef> 11062 </glossdef>
11061 </glossentry> 11063 </glossentry>
11062 11064
11063 <glossentry id='var-TCLIBC'><glossterm><imagedata fileref="figures/define-generic.png" />TCLIBC</glossterm> 11065 <glossentry id='var-TCLIBC'><glossterm>TCLIBC<imagedata fileref="figures/define-generic.png" /></glossterm>
11064 <info> 11066 <info>
11065 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." 11067 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'."
11066 </info> 11068 </info>
@@ -11081,7 +11083,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11081 </glossdef> 11083 </glossdef>
11082 </glossentry> 11084 </glossentry>
11083 11085
11084 <glossentry id='var-TCMODE'><glossterm><imagedata fileref="figures/define-generic.png" />TCMODE</glossterm> 11086 <glossentry id='var-TCMODE'><glossterm>TCMODE<imagedata fileref="figures/define-generic.png" /></glossterm>
11085 <info> 11087 <info>
11086 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." 11088 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'."
11087 </info> 11089 </info>
@@ -11142,7 +11144,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11142 </glossdef> 11144 </glossdef>
11143 </glossentry> 11145 </glossentry>
11144 11146
11145 <glossentry id='var-TEST_EXPORT_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_EXPORT_DIR</glossterm> 11147 <glossentry id='var-TEST_EXPORT_DIR'><glossterm>TEST_EXPORT_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
11146 <info> 11148 <info>
11147 TEST_EXPORT_DIR[doc] = "The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY variable is set to "1"." 11149 TEST_EXPORT_DIR[doc] = "The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY variable is set to "1"."
11148 </info> 11150 </info>
@@ -11161,7 +11163,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11161 </glossdef> 11163 </glossdef>
11162 </glossentry> 11164 </glossentry>
11163 11165
11164 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_EXPORT_ONLY</glossterm> 11166 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm>TEST_EXPORT_ONLY<imagedata fileref="figures/define-generic.png" /></glossterm>
11165 <info> 11167 <info>
11166 TEST_EXPORT_ONLY[doc] = "Specifies to export the tests only. Set this variable to "1" if you do not want to run the tests but you want them to be exported in a manner that you to run them outside of the build system." 11168 TEST_EXPORT_ONLY[doc] = "Specifies to export the tests only. Set this variable to "1" if you do not want to run the tests but you want them to be exported in a manner that you to run them outside of the build system."
11167 </info> 11169 </info>
@@ -11175,7 +11177,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11175 </glossdef> 11177 </glossdef>
11176 </glossentry> 11178 </glossentry>
11177 11179
11178 <glossentry id='var-TEST_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_IMAGE</glossterm> 11180 <glossentry id='var-TEST_IMAGE'><glossterm>TEST_IMAGE<imagedata fileref="figures/define-generic.png" /></glossterm>
11179 <info> 11181 <info>
11180 TEST_IMAGE[doc] = "Enables test booting of virtual machine images under the QEMU emulator after any root filesystems are created and runs tests against those images." 11182 TEST_IMAGE[doc] = "Enables test booting of virtual machine images under the QEMU emulator after any root filesystems are created and runs tests against those images."
11181 </info> 11183 </info>
@@ -11208,7 +11210,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11208 </glossdef> 11210 </glossdef>
11209 </glossentry> 11211 </glossentry>
11210 11212
11211 <glossentry id='var-TEST_LOG_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_LOG_DIR</glossterm> 11213 <glossentry id='var-TEST_LOG_DIR'><glossterm>TEST_LOG_DIR<imagedata fileref="figures/define-generic.png" /></glossterm>
11212 <info> 11214 <info>
11213 TEST_LOG_DIR[doc] = "Holds the SSH log and the boot log for QEMU machines. The <filename>TEST_LOG_DIR</filename> variable defaults to "${WORKDIR}/testimage"." 11215 TEST_LOG_DIR[doc] = "Holds the SSH log and the boot log for QEMU machines. The <filename>TEST_LOG_DIR</filename> variable defaults to "${WORKDIR}/testimage"."
11214 </info> 11216 </info>
@@ -11226,7 +11228,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11226 </glossdef> 11228 </glossdef>
11227 </glossentry> 11229 </glossentry>
11228 11230
11229 <glossentry id='var-TEST_POWERCONTROL_CMD'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_POWERCONTROL_CMD</glossterm> 11231 <glossentry id='var-TEST_POWERCONTROL_CMD'><glossterm>TEST_POWERCONTROL_CMD<imagedata fileref="figures/define-generic.png" /></glossterm>
11230 <info> 11232 <info>
11231 TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test" 11233 TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test"
11232 </info> 11234 </info>
@@ -11245,7 +11247,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11245 </glossdef> 11247 </glossdef>
11246 </glossentry> 11248 </glossentry>
11247 11249
11248 <glossentry id='var-TEST_POWERCONTROL_EXTRA_ARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_POWERCONTROL_EXTRA_ARGS</glossterm> 11250 <glossentry id='var-TEST_POWERCONTROL_EXTRA_ARGS'><glossterm>TEST_POWERCONTROL_EXTRA_ARGS<imagedata fileref="figures/define-generic.png" /></glossterm>
11249 <info> 11251 <info>
11250 TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD" 11252 TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD"
11251 </info> 11253 </info>
@@ -11263,7 +11265,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11263 </glossdef> 11265 </glossdef>
11264 </glossentry> 11266 </glossentry>
11265 11267
11266 <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_QEMUBOOT_TIMEOUT</glossterm> 11268 <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm>TEST_QEMUBOOT_TIMEOUT<imagedata fileref="figures/define-generic.png" /></glossterm>
11267 <info> 11269 <info>
11268 TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image." 11270 TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image."
11269 </info> 11271 </info>
@@ -11286,7 +11288,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11286 </glossdef> 11288 </glossdef>
11287 </glossentry> 11289 </glossentry>
11288 11290
11289 <glossentry id='var-TEST_SERIALCONTROL_CMD'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SERIALCONTROL_CMD</glossterm> 11291 <glossentry id='var-TEST_SERIALCONTROL_CMD'><glossterm>TEST_SERIALCONTROL_CMD<imagedata fileref="figures/define-generic.png" /></glossterm>
11290 <info> 11292 <info>
11291 TEST_SERIALCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to connect to the serial console of the target machine under test." 11293 TEST_SERIALCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to connect to the serial console of the target machine under test."
11292 </info> 11294 </info>
@@ -11311,7 +11313,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11311 </glossdef> 11313 </glossdef>
11312 </glossentry> 11314 </glossentry>
11313 11315
11314 <glossentry id='var-TEST_SERIALCONTROL_EXTRA_ARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SERIALCONTROL_EXTRA_ARGS</glossterm> 11316 <glossentry id='var-TEST_SERIALCONTROL_EXTRA_ARGS'><glossterm>TEST_SERIALCONTROL_EXTRA_ARGS<imagedata fileref="figures/define-generic.png" /></glossterm>
11315 <info> 11317 <info>
11316 TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD." 11318 TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD."
11317 </info> 11319 </info>
@@ -11329,7 +11331,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11329 </glossdef> 11331 </glossdef>
11330 </glossentry> 11332 </glossentry>
11331 11333
11332 <glossentry id='var-TEST_SERVER_IP'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SERVER_IP</glossterm> 11334 <glossentry id='var-TEST_SERVER_IP'><glossterm>TEST_SERVER_IP<imagedata fileref="figures/define-generic.png" /></glossterm>
11333 <info> 11335 <info>
11334 TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected." 11336 TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected."
11335 </info> 11337 </info>
@@ -11350,7 +11352,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11350 </glossdef> 11352 </glossdef>
11351 </glossentry> 11353 </glossentry>
11352 11354
11353 <glossentry id='var-TEST_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_TARGET</glossterm> 11355 <glossentry id='var-TEST_TARGET'><glossterm>TEST_TARGET<imagedata fileref="figures/define-generic.png" /></glossterm>
11354 <info> 11356 <info>
11355 TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine." 11357 TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine."
11356 </info> 11358 </info>
@@ -11418,7 +11420,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11418 </glossdef> 11420 </glossdef>
11419 </glossentry> 11421 </glossentry>
11420 11422
11421 <glossentry id='var-TEST_TARGET_IP'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_TARGET_IP</glossterm> 11423 <glossentry id='var-TEST_TARGET_IP'><glossterm>TEST_TARGET_IP<imagedata fileref="figures/define-generic.png" /></glossterm>
11422 <info> 11424 <info>
11423 TEST_TARGET_IP[doc] = "The IP address of your hardware under test." 11425 TEST_TARGET_IP[doc] = "The IP address of your hardware under test."
11424 </info> 11426 </info>
@@ -11447,7 +11449,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11447 </glossdef> 11449 </glossdef>
11448 </glossentry> 11450 </glossentry>
11449 11451
11450 <glossentry id='var-TEST_SUITES'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SUITES</glossterm> 11452 <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES<imagedata fileref="figures/define-generic.png" /></glossterm>
11451 <info> 11453 <info>
11452 TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." 11454 TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing."
11453 </info> 11455 </info>
@@ -11505,7 +11507,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11505 </glossdef> 11507 </glossdef>
11506 </glossentry> 11508 </glossentry>
11507 11509
11508 <glossentry id='var-THISDIR'><glossterm><imagedata fileref="figures/define-generic.png" />THISDIR</glossterm> 11510 <glossentry id='var-THISDIR'><glossterm>THISDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
11509 <info> 11511 <info>
11510 THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." 11512 THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located."
11511 </info> 11513 </info>
@@ -11518,7 +11520,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11518 </glossdef> 11520 </glossdef>
11519 </glossentry> 11521 </glossentry>
11520 11522
11521 <glossentry id='var-TIME'><glossterm><imagedata fileref="figures/define-generic.png" />TIME</glossterm> 11523 <glossentry id='var-TIME'><glossterm>TIME<imagedata fileref="figures/define-generic.png" /></glossterm>
11522 <info> 11524 <info>
11523 TIME[doc] = "The time the build was started using HMS format." 11525 TIME[doc] = "The time the build was started using HMS format."
11524 </info> 11526 </info>
@@ -11532,7 +11534,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11532 </glossdef> 11534 </glossdef>
11533 </glossentry> 11535 </glossentry>
11534 11536
11535 <glossentry id='var-TMPDIR'><glossterm><imagedata fileref="figures/define-generic.png" />TMPDIR</glossterm> 11537 <glossentry id='var-TMPDIR'><glossterm>TMPDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
11536 <info> 11538 <info>
11537 TMPDIR[doc] = "The temporary directory the OpenEmbedded build system uses when it does its work building images. By default, the TMPDIR variable is named tmp within the Build Directory." 11539 TMPDIR[doc] = "The temporary directory the OpenEmbedded build system uses when it does its work building images. By default, the TMPDIR variable is named tmp within the Build Directory."
11538 </info> 11540 </info>
@@ -11573,7 +11575,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11573 </glossdef> 11575 </glossdef>
11574 </glossentry> 11576 </glossentry>
11575 11577
11576 <glossentry id='var-TOOLCHAIN_HOST_TASK'><glossterm><imagedata fileref="figures/define-generic.png" />TOOLCHAIN_HOST_TASK</glossterm> 11578 <glossentry id='var-TOOLCHAIN_HOST_TASK'><glossterm>TOOLCHAIN_HOST_TASK<imagedata fileref="figures/define-generic.png" /></glossterm>
11577 <info> 11579 <info>
11578 TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment." 11580 TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment."
11579 </info> 11581 </info>
@@ -11606,7 +11608,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11606 </glossdef> 11608 </glossdef>
11607 </glossentry> 11609 </glossentry>
11608 11610
11609 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm><imagedata fileref="figures/define-generic.png" />TOOLCHAIN_TARGET_TASK</glossterm> 11611 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK<imagedata fileref="figures/define-generic.png" /></glossterm>
11610 <info> 11612 <info>
11611 TOOLCHAIN_TARGET_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when it creates the target part of an SDK, which includes libraries and headers." 11613 TOOLCHAIN_TARGET_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when it creates the target part of an SDK, which includes libraries and headers."
11612 </info> 11614 </info>
@@ -11631,7 +11633,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11631 </glossdef> 11633 </glossdef>
11632 </glossentry> 11634 </glossentry>
11633 11635
11634 <glossentry id='var-TOPDIR'><glossterm><imagedata fileref="figures/define-generic.png" />TOPDIR</glossterm> 11636 <glossentry id='var-TOPDIR'><glossterm>TOPDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
11635 <info> 11637 <info>
11636 TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." 11638 TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images."
11637 </info> 11639 </info>
@@ -11648,7 +11650,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11648 </glossdef> 11650 </glossdef>
11649 </glossentry> 11651 </glossentry>
11650 11652
11651 <glossentry id='var-TRANSLATED_TARGET_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TRANSLATED_TARGET_ARCH</glossterm> 11653 <glossentry id='var-TRANSLATED_TARGET_ARCH'><glossterm>TRANSLATED_TARGET_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
11652 <info> 11654 <info>
11653 TRANSLATED_TARGET_ARCH[doc] = "A sanitized version of TARGET_ARCH. This variable is used where the architecture is needed in a value where underscores are not allowed." 11655 TRANSLATED_TARGET_ARCH[doc] = "A sanitized version of TARGET_ARCH. This variable is used where the architecture is needed in a value where underscores are not allowed."
11654 </info> 11656 </info>
@@ -11669,7 +11671,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11669 </glossdef> 11671 </glossdef>
11670 </glossentry> 11672 </glossentry>
11671 11673
11672 <glossentry id='var-TUNE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_ARCH</glossterm> 11674 <glossentry id='var-TUNE_ARCH'><glossterm>TUNE_ARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
11673 <info> 11675 <info>
11674 TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)." 11676 TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)."
11675 </info> 11677 </info>
@@ -11727,7 +11729,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11727 </glossdef> 11729 </glossdef>
11728 </glossentry> 11730 </glossentry>
11729 11731
11730 <glossentry id='var-TUNE_ASARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_ASARGS</glossterm> 11732 <glossentry id='var-TUNE_ASARGS'><glossterm>TUNE_ASARGS<imagedata fileref="figures/define-generic.png" /></glossterm>
11731 <info> 11733 <info>
11732 TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system." 11734 TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system."
11733 </info> 11735 </info>
@@ -11757,7 +11759,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11757 </glossdef> 11759 </glossdef>
11758 </glossentry> 11760 </glossentry>
11759 11761
11760 <glossentry id='var-TUNE_CCARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_CCARGS</glossterm> 11762 <glossentry id='var-TUNE_CCARGS'><glossterm>TUNE_CCARGS<imagedata fileref="figures/define-generic.png" /></glossterm>
11761 <info> 11763 <info>
11762 TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system." 11764 TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system."
11763 </info> 11765 </info>
@@ -11781,7 +11783,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11781 </glossdef> 11783 </glossdef>
11782 </glossentry> 11784 </glossentry>
11783 11785
11784 <glossentry id='var-TUNE_LDARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_LDARGS</glossterm> 11786 <glossentry id='var-TUNE_LDARGS'><glossterm>TUNE_LDARGS<imagedata fileref="figures/define-generic.png" /></glossterm>
11785 <info> 11787 <info>
11786 TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system." 11788 TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system."
11787 </info> 11789 </info>
@@ -11811,7 +11813,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11811 </glossdef> 11813 </glossdef>
11812 </glossentry> 11814 </glossentry>
11813 11815
11814 <glossentry id='var-TUNE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_FEATURES</glossterm> 11816 <glossentry id='var-TUNE_FEATURES'><glossterm>TUNE_FEATURES<imagedata fileref="figures/define-generic.png" /></glossterm>
11815 <info> 11817 <info>
11816 TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor." 11818 TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor."
11817 </info> 11819 </info>
@@ -11844,7 +11846,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11844 </glossdef> 11846 </glossdef>
11845 </glossentry> 11847 </glossentry>
11846 11848
11847 <glossentry id='var-TUNE_PKGARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_PKGARCH</glossterm> 11849 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH<imagedata fileref="figures/define-generic.png" /></glossterm>
11848 <info> 11850 <info>
11849 TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." 11851 TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages."
11850 </info> 11852 </info>
@@ -11874,7 +11876,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11874 </glossdef> 11876 </glossdef>
11875 </glossentry> 11877 </glossentry>
11876 11878
11877 <glossentry id='var-TUNEABI'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEABI</glossterm> 11879 <glossentry id='var-TUNEABI'><glossterm>TUNEABI<imagedata fileref="figures/define-generic.png" /></glossterm>
11878 <info> 11880 <info>
11879 TUNEABI[doc] = "An underlying ABI used by a particular tuning in a given toolchain layer. This feature allows providers using prebuilt libraries to check compatibility of a tuning against their selection of libraries." 11881 TUNEABI[doc] = "An underlying ABI used by a particular tuning in a given toolchain layer. This feature allows providers using prebuilt libraries to check compatibility of a tuning against their selection of libraries."
11880 </info> 11882 </info>
@@ -11901,7 +11903,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11901 </glossdef> 11903 </glossdef>
11902 </glossentry> 11904 </glossentry>
11903 11905
11904 <glossentry id='var-TUNEABI_OVERRIDE'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEABI_OVERRIDE</glossterm> 11906 <glossentry id='var-TUNEABI_OVERRIDE'><glossterm>TUNEABI_OVERRIDE<imagedata fileref="figures/define-generic.png" /></glossterm>
11905 <info> 11907 <info>
11906 TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." 11908 TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST."
11907 </info> 11909 </info>
@@ -11927,7 +11929,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11927 </glossdef> 11929 </glossdef>
11928 </glossentry> 11930 </glossentry>
11929 11931
11930 <glossentry id='var-TUNEABI_WHITELIST'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEABI_WHITELIST</glossterm> 11932 <glossentry id='var-TUNEABI_WHITELIST'><glossterm>TUNEABI_WHITELIST<imagedata fileref="figures/define-generic.png" /></glossterm>
11931 <info> 11933 <info>
11932 TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." 11934 TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed."
11933 </info> 11935 </info>
@@ -11954,7 +11956,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11954 </glossdef> 11956 </glossdef>
11955 </glossentry> 11957 </glossentry>
11956 11958
11957 <glossentry id='var-TUNECONFLICTS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNECONFLICTS[<replaceable>feature</replaceable>]</glossterm> 11959 <glossentry id='var-TUNECONFLICTS'><glossterm>TUNECONFLICTS[<replaceable>feature</replaceable>]<imagedata fileref="figures/define-generic.png" /></glossterm>
11958 <info> 11960 <info>
11959 TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature." 11961 TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature."
11960 </info> 11962 </info>
@@ -11979,7 +11981,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11979 </glossdef> 11981 </glossdef>
11980 </glossentry> 11982 </glossentry>
11981 11983
11982 <glossentry id='var-TUNEVALID'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEVALID[<replaceable>feature</replaceable>]</glossterm> 11984 <glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[<replaceable>feature</replaceable>]<imagedata fileref="figures/define-generic.png" /></glossterm>
11983 <info> 11985 <info>
11984 TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." 11986 TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features."
11985 </info> 11987 </info>
@@ -12005,7 +12007,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12005 12007
12006 <glossdiv id='var-glossary-u'><title>U</title> 12008 <glossdiv id='var-glossary-u'><title>U</title>
12007 12009
12008 <glossentry id='var-UBOOT_CONFIG'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_CONFIG</glossterm> 12010 <glossentry id='var-UBOOT_CONFIG'><glossterm>UBOOT_CONFIG<imagedata fileref="figures/define-generic.png" /></glossterm>
12009 <info> 12011 <info>
12010 UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases." 12012 UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases."
12011 </info> 12013 </info>
@@ -12047,7 +12049,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12047 </glossdef> 12049 </glossdef>
12048 </glossentry> 12050 </glossentry>
12049 12051
12050 <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_ENTRYPOINT</glossterm> 12052 <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm>UBOOT_ENTRYPOINT<imagedata fileref="figures/define-generic.png" /></glossterm>
12051 <info> 12053 <info>
12052 UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." 12054 UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image."
12053 </info> 12055 </info>
@@ -12062,7 +12064,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12062 </glossdef> 12064 </glossdef>
12063 </glossentry> 12065 </glossentry>
12064 12066
12065 <glossentry id='var-UBOOT_LOADADDRESS'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_LOADADDRESS</glossterm> 12067 <glossentry id='var-UBOOT_LOADADDRESS'><glossterm>UBOOT_LOADADDRESS<imagedata fileref="figures/define-generic.png" /></glossterm>
12066 <info> 12068 <info>
12067 UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image." 12069 UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image."
12068 </info> 12070 </info>
@@ -12077,7 +12079,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12077 </glossdef> 12079 </glossdef>
12078 </glossentry> 12080 </glossentry>
12079 12081
12080 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_LOCALVERSION</glossterm> 12082 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION<imagedata fileref="figures/define-generic.png" /></glossterm>
12081 <info> 12083 <info>
12082 UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image." 12084 UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image."
12083 </info> 12085 </info>
@@ -12096,7 +12098,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12096 </glossdef> 12098 </glossdef>
12097 </glossentry> 12099 </glossentry>
12098 12100
12099 <glossentry id='var-UBOOT_MACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_MACHINE</glossterm> 12101 <glossentry id='var-UBOOT_MACHINE'><glossterm>UBOOT_MACHINE<imagedata fileref="figures/define-generic.png" /></glossterm>
12100 <info> 12102 <info>
12101 UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image." 12103 UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image."
12102 </info> 12104 </info>
@@ -12119,7 +12121,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12119 </glossdef> 12121 </glossdef>
12120 </glossentry> 12122 </glossentry>
12121 12123
12122 <glossentry id='var-UBOOT_MAKE_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_MAKE_TARGET</glossterm> 12124 <glossentry id='var-UBOOT_MAKE_TARGET'><glossterm>UBOOT_MAKE_TARGET<imagedata fileref="figures/define-generic.png" /></glossterm>
12123 <info> 12125 <info>
12124 UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile." 12126 UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile."
12125 </info> 12127 </info>
@@ -12132,7 +12134,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12132 </glossdef> 12134 </glossdef>
12133 </glossentry> 12135 </glossentry>
12134 12136
12135 <glossentry id='var-UBOOT_SUFFIX'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_SUFFIX</glossterm> 12137 <glossentry id='var-UBOOT_SUFFIX'><glossterm>UBOOT_SUFFIX<imagedata fileref="figures/define-generic.png" /></glossterm>
12136 <info> 12138 <info>
12137 UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension." 12139 UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension."
12138 </info> 12140 </info>
@@ -12150,7 +12152,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12150 </glossdef> 12152 </glossdef>
12151 </glossentry> 12153 </glossentry>
12152 12154
12153 <glossentry id='var-UBOOT_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_TARGET</glossterm> 12155 <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET<imagedata fileref="figures/define-generic.png" /></glossterm>
12154 <info> 12156 <info>
12155 UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot." 12157 UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot."
12156 </info> 12158 </info>
@@ -12166,7 +12168,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12166 </glossdef> 12168 </glossdef>
12167 </glossentry> 12169 </glossentry>
12168 12170
12169 <glossentry id='var-UPDATERCPN'><glossterm><imagedata fileref="figures/define-generic.png" />UPDATERCPN</glossterm> 12171 <glossentry id='var-UPDATERCPN'><glossterm>UPDATERCPN<imagedata fileref="figures/define-generic.png" /></glossterm>
12170 <info> 12172 <info>
12171 UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." 12173 UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled."
12172 </info> 12174 </info>
@@ -12188,7 +12190,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12188 </glossdef> 12190 </glossdef>
12189 </glossentry> 12191 </glossentry>
12190 12192
12191 <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm> 12193 <glossentry id='var-USE_DEVFS'><glossterm>USE_DEVFS<imagedata fileref="figures/define-generic.png" /></glossterm>
12192 <info> 12194 <info>
12193 USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population." 12195 USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population."
12194 </info> 12196 </info>
@@ -12212,7 +12214,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12212 </glossdef> 12214 </glossdef>
12213 </glossentry> 12215 </glossentry>
12214 12216
12215 <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm> 12217 <glossentry id='var-USE_VT'><glossterm>USE_VT<imagedata fileref="figures/define-generic.png" /></glossterm>
12216 <info> 12218 <info>
12217 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." 12219 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."
12218 </info> 12220 </info>
@@ -12237,7 +12239,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12237 </glossdef> 12239 </glossdef>
12238 </glossentry> 12240 </glossentry>
12239 12241
12240 <glossentry id='var-USER_CLASSES'><glossterm><imagedata fileref="figures/define-generic.png" />USER_CLASSES</glossterm> 12242 <glossentry id='var-USER_CLASSES'><glossterm>USER_CLASSES<imagedata fileref="figures/define-generic.png" /></glossterm>
12241 <info> 12243 <info>
12242 USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features." 12244 USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features."
12243 </info> 12245 </info>
@@ -12264,7 +12266,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12264 </glossdef> 12266 </glossdef>
12265 </glossentry> 12267 </glossentry>
12266 12268
12267 <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_ERROR_DYNAMIC</glossterm> 12269 <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm>USERADD_ERROR_DYNAMIC<imagedata fileref="figures/define-generic.png" /></glossterm>
12268 <info> 12270 <info>
12269 USERADD_ERROR_DYNAMIC[doc] = "Forces the OpenEmbedded build system to produce an error if the user identification (uid) and group identification (gid) values are not defined in files/passwd and files/group files." 12271 USERADD_ERROR_DYNAMIC[doc] = "Forces the OpenEmbedded build system to produce an error if the user identification (uid) and group identification (gid) values are not defined in files/passwd and files/group files."
12270 </info> 12272 </info>
@@ -12304,7 +12306,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12304 </glossdef> 12306 </glossdef>
12305 </glossentry> 12307 </glossentry>
12306 12308
12307 <glossentry id='var-USERADD_GID_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_GID_TABLES</glossterm> 12309 <glossentry id='var-USERADD_GID_TABLES'><glossterm>USERADD_GID_TABLES<imagedata fileref="figures/define-generic.png" /></glossterm>
12308 <info> 12310 <info>
12309 USERADD_GID_TABLES[doc] = "Specifies a password file to use for obtaining static group identification (gid) values when the OpenEmbedded build system adds a group to the system during package installation." 12311 USERADD_GID_TABLES[doc] = "Specifies a password file to use for obtaining static group identification (gid) values when the OpenEmbedded build system adds a group to the system during package installation."
12310 </info> 12312 </info>
@@ -12339,7 +12341,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12339 </glossdef> 12341 </glossdef>
12340 </glossentry> 12342 </glossentry>
12341 12343
12342 <glossentry id='var-USERADD_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_PACKAGES</glossterm> 12344 <glossentry id='var-USERADD_PACKAGES'><glossterm>USERADD_PACKAGES<imagedata fileref="figures/define-generic.png" /></glossterm>
12343 <info> 12345 <info>
12344 USERADD_PACKAGES[doc] = "When a recipe inherits the useradd class, this variable specifies the individual packages within the recipe that require users and/or groups to be added." 12346 USERADD_PACKAGES[doc] = "When a recipe inherits the useradd class, this variable specifies the individual packages within the recipe that require users and/or groups to be added."
12345 </info> 12347 </info>
@@ -12375,7 +12377,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12375 </glossdef> 12377 </glossdef>
12376 </glossentry> 12378 </glossentry>
12377 12379
12378 <glossentry id='var-USERADD_PARAM'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_PARAM</glossterm> 12380 <glossentry id='var-USERADD_PARAM'><glossterm>USERADD_PARAM<imagedata fileref="figures/define-generic.png" /></glossterm>
12379 <info> 12381 <info>
12380 USERADD_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the useradd command if you wish to add a user to the system when the package is installed." 12382 USERADD_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the useradd command if you wish to add a user to the system when the package is installed."
12381 </info> 12383 </info>
@@ -12405,7 +12407,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12405 </glossdef> 12407 </glossdef>
12406 </glossentry> 12408 </glossentry>
12407 12409
12408 <glossentry id='var-USERADD_UID_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_UID_TABLES</glossterm> 12410 <glossentry id='var-USERADD_UID_TABLES'><glossterm>USERADD_UID_TABLES<imagedata fileref="figures/define-generic.png" /></glossterm>
12409 <info> 12411 <info>
12410 USERADD_UID_TABLES[doc] = "Specifies a password file to use for obtaining static user identification (uid) values when the OpenEmbedded build system adds a user to the system during package installation." 12412 USERADD_UID_TABLES[doc] = "Specifies a password file to use for obtaining static user identification (uid) values when the OpenEmbedded build system adds a user to the system during package installation."
12411 </info> 12413 </info>
@@ -12440,7 +12442,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12440 </glossdef> 12442 </glossdef>
12441 </glossentry> 12443 </glossentry>
12442 12444
12443 <glossentry id='var-USERADDEXTENSION'><glossterm><imagedata fileref="figures/define-generic.png" />USERADDEXTENSION</glossterm> 12445 <glossentry id='var-USERADDEXTENSION'><glossterm>USERADDEXTENSION<imagedata fileref="figures/define-generic.png" /></glossterm>
12444 <info> 12446 <info>
12445 USERADDEXTENSION[doc] = "When set to "useradd-staticids", causes the OpenEmbedded build system to base all user and group additions on a static passwd and group files found in BBPATH." 12447 USERADDEXTENSION[doc] = "When set to "useradd-staticids", causes the OpenEmbedded build system to base all user and group additions on a static passwd and group files found in BBPATH."
12446 </info> 12448 </info>
@@ -12495,7 +12497,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12495 12497
12496 <glossdiv id='var-glossary-w'><title>W</title> 12498 <glossdiv id='var-glossary-w'><title>W</title>
12497 12499
12498 <glossentry id='var-WARN_QA'><glossterm><imagedata fileref="figures/define-generic.png" />WARN_QA</glossterm> 12500 <glossentry id='var-WARN_QA'><glossterm>WARN_QA<imagedata fileref="figures/define-generic.png" /></glossterm>
12499 <info> 12501 <info>
12500 WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system." 12502 WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system."
12501 </info> 12503 </info>
@@ -12513,7 +12515,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12513 </glossdef> 12515 </glossdef>
12514 </glossentry> 12516 </glossentry>
12515 12517
12516 <glossentry id='var-WORKDIR'><glossterm><imagedata fileref="figures/define-generic.png" />WORKDIR</glossterm> 12518 <glossentry id='var-WORKDIR'><glossterm>WORKDIR<imagedata fileref="figures/define-generic.png" /></glossterm>
12517 <info> 12519 <info>
12518 WORKDIR[doc] = "The pathname of the working directory in which the OpenEmbedded build system builds a recipe. This directory is located within the TMPDIR directory structure and changes as different packages are built." 12520 WORKDIR[doc] = "The pathname of the working directory in which the OpenEmbedded build system builds a recipe. This directory is located within the TMPDIR directory structure and changes as different packages are built."
12519 </info> 12521 </info>
@@ -12574,7 +12576,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12574 12576
12575 <glossdiv id='var-glossary-x'><title>X</title> 12577 <glossdiv id='var-glossary-x'><title>X</title>
12576 12578
12577 <glossentry id='var-XSERVER'><glossterm><imagedata fileref="figures/define-generic.png" />XSERVER</glossterm> 12579 <glossentry id='var-XSERVER'><glossterm>XSERVER<imagedata fileref="figures/define-generic.png" /></glossterm>
12578 <info> 12580 <info>
12579 XSERVER[doc] = "Specifies the packages that should be installed 12581 XSERVER[doc] = "Specifies the packages that should be installed
12580 to provide an X server and drivers for the current machine." 12582 to provide an X server and drivers for the current machine."