summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-11-21 13:50:19 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-09 15:09:06 +0000
commit400cb14deae0eb1b803b4feb378614d3f484f80d (patch)
tree9f1d892d1d158bf8adc4bc0b8de79946e4e51606 /documentation
parent56d099540f7cf471af8cc712bec77817c83a05f6 (diff)
downloadpoky-400cb14deae0eb1b803b4feb378614d3f484f80d.tar.gz
ref-manual: Created form for context images for variables
Fixes [YOCTO #6158] Updated the style scheet file to format glossary variables in such a way to allow for a PNG file of standard size to be displayed below each variable. Right now, the PNG file is a generic placeholder. Each variable displays a PNG file. Updated each variable to include that PNG file. (From yocto-docs rev: 24b7b847b7093022a49a014395df0c3a8c019331) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-style.css15
-rw-r--r--documentation/ref-manual/ref-variables.xml848
2 files changed, 436 insertions, 427 deletions
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css
index e04b5006b4..e77ba718b3 100644
--- a/documentation/ref-manual/ref-style.css
+++ b/documentation/ref-manual/ref-style.css
@@ -201,8 +201,17 @@ div.variablelist dl {
201.variablelist dl dt, 201.variablelist dl dt,
202.variablelist dl dt span.term { 202.variablelist dl dt span.term {
203 font-weight: normal; 203 font-weight: normal;
204 width: 20em; 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;
206} 215}
207 216
208.variablelist dl dt { 217.variablelist dl dt {
@@ -211,8 +220,8 @@ div.variablelist dl {
211 220
212.glossary dl dd, 221.glossary dl dd,
213.variablelist dl dd { 222.variablelist dl dd {
214 margin-top: -1em; 223 margin-top: -3.5em;
215 margin-left: 25.5em; 224 margin-left: 15.5em;
216} 225}
217 226
218.glossary dd p, 227.glossary dd p,
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b1f61454b2..0bae35a3f6 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>ABIEXTENSION</glossterm> 49 <glossentry id='var-ABIEXTENSION'><glossterm><imagedata fileref="figures/define-generic.png" />ABIEXTENSION</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>ALLOW_EMPTY</glossterm> 72 <glossentry id='var-ALLOW_EMPTY'><glossterm><imagedata fileref="figures/define-generic.png" />ALLOW_EMPTY</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>ALTERNATIVE</glossterm> 97 <glossentry id='var-ALTERNATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE</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>ALTERNATIVE_LINK_NAME</glossterm> 127 <glossentry id='var-ALTERNATIVE_LINK_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE_LINK_NAME</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>ALTERNATIVE_PRIORITY</glossterm> 163 <glossentry id='var-ALTERNATIVE_PRIORITY'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE_PRIORITY</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>ALTERNATIVE_TARGET</glossterm> 191 <glossentry id='var-ALTERNATIVE_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />ALTERNATIVE_TARGET</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>APPEND</glossterm> 245 <glossentry id='var-APPEND'><glossterm><imagedata fileref="figures/define-generic.png" />APPEND</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-ASSUME_PROVIDED'><glossterm>ASSUME_PROVIDED</glossterm> 263 <glossentry id='var-ASSUME_PROVIDED'><glossterm><imagedata fileref="figures/define-generic.png" />ASSUME_PROVIDED</glossterm>
264 <info> 264 <info>
265 ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." 265 ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build."
266 </info> 266 </info>
@@ -283,7 +283,7 @@
283 </glossdef> 283 </glossdef>
284 </glossentry> 284 </glossentry>
285 285
286 <glossentry id='var-AUTHOR'><glossterm>AUTHOR</glossterm> 286 <glossentry id='var-AUTHOR'><glossterm><imagedata fileref="figures/define-generic.png" />AUTHOR</glossterm>
287 <info> 287 <info>
288 AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." 288 AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs."
289 </info> 289 </info>
@@ -293,7 +293,7 @@
293 </glossdef> 293 </glossdef>
294 </glossentry> 294 </glossentry>
295 295
296 <glossentry id='var-AUTO_SYSLINUXMENU'><glossterm>AUTO_SYSLINUXMENU</glossterm> 296 <glossentry id='var-AUTO_SYSLINUXMENU'><glossterm><imagedata fileref="figures/define-generic.png" />AUTO_SYSLINUXMENU</glossterm>
297 <info> 297 <info>
298 AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." 298 AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader."
299 </info> 299 </info>
@@ -309,7 +309,7 @@
309 </glossdef> 309 </glossdef>
310 </glossentry> 310 </glossentry>
311 311
312 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm> 312 <glossentry id='var-AUTOREV'><glossterm><imagedata fileref="figures/define-generic.png" />AUTOREV</glossterm>
313 <info> 313 <info>
314 AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository." 314 AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository."
315 </info> 315 </info>
@@ -325,7 +325,7 @@
325 </glossdef> 325 </glossdef>
326 </glossentry> 326 </glossentry>
327 327
328 <glossentry id='var-AVAILTUNES'><glossterm>AVAILTUNES</glossterm> 328 <glossentry id='var-AVAILTUNES'><glossterm><imagedata fileref="figures/define-generic.png" />AVAILTUNES</glossterm>
329 <info> 329 <info>
330 AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system." 330 AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system."
331 </info> 331 </info>
@@ -359,7 +359,7 @@
359 359
360 <glossdiv id='var-glossary-b'><title>B</title> 360 <glossdiv id='var-glossary-b'><title>B</title>
361 361
362 <glossentry id='var-B'><glossterm>B</glossterm> 362 <glossentry id='var-B'><glossterm><imagedata fileref="figures/define-generic.png" />B</glossterm>
363 <info> 363 <info>
364 B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process." 364 B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process."
365 </info> 365 </info>
@@ -385,7 +385,7 @@
385 </glossdef> 385 </glossdef>
386 </glossentry> 386 </glossentry>
387 387
388 <glossentry id='var-BAD_RECOMMENDATIONS'><glossterm>BAD_RECOMMENDATIONS</glossterm> 388 <glossentry id='var-BAD_RECOMMENDATIONS'><glossterm><imagedata fileref="figures/define-generic.png" />BAD_RECOMMENDATIONS</glossterm>
389 <info> 389 <info>
390 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." 390 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."
391 </info> 391 </info>
@@ -436,7 +436,7 @@
436 </glossdef> 436 </glossdef>
437 </glossentry> 437 </glossentry>
438 438
439 <glossentry id='var-BASE_LIB'><glossterm>BASE_LIB</glossterm> 439 <glossentry id='var-BASE_LIB'><glossterm><imagedata fileref="figures/define-generic.png" />BASE_LIB</glossterm>
440 <info> 440 <info>
441 BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune." 441 BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune."
442 </info> 442 </info>
@@ -461,7 +461,7 @@
461 </glossdef> 461 </glossdef>
462 </glossentry> 462 </glossentry>
463 463
464 <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY</glossterm> 464 <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm><imagedata fileref="figures/define-generic.png" />BB_DANGLINGAPPENDS_WARNONLY</glossterm>
465 <info> 465 <info>
466 BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)." 466 BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)."
467 </info> 467 </info>
@@ -498,7 +498,7 @@
498 </glossdef> 498 </glossdef>
499 </glossentry> 499 </glossentry>
500 500
501 <glossentry id='var-BB_DISKMON_DIRS'><glossterm>BB_DISKMON_DIRS</glossterm> 501 <glossentry id='var-BB_DISKMON_DIRS'><glossterm><imagedata fileref="figures/define-generic.png" />BB_DISKMON_DIRS</glossterm>
502 <info> 502 <info>
503 BB_DISKMON_DIRS[doc] = "Monitors disk space and available inodes during the build and allows you to control the build based on these parameters." 503 BB_DISKMON_DIRS[doc] = "Monitors disk space and available inodes during the build and allows you to control the build based on these parameters."
504 </info> 504 </info>
@@ -596,7 +596,7 @@
596 </glossdef> 596 </glossdef>
597 </glossentry> 597 </glossentry>
598 598
599 <glossentry id='var-BB_DISKMON_WARNINTERVAL'><glossterm>BB_DISKMON_WARNINTERVAL</glossterm> 599 <glossentry id='var-BB_DISKMON_WARNINTERVAL'><glossterm><imagedata fileref="figures/define-generic.png" />BB_DISKMON_WARNINTERVAL</glossterm>
600 <info> 600 <info>
601 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." 601 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."
602 </info> 602 </info>
@@ -667,7 +667,7 @@
667 </glossdef> 667 </glossdef>
668 </glossentry> 668 </glossentry>
669 669
670 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS</glossterm> 670 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm><imagedata fileref="figures/define-generic.png" />BB_GENERATE_MIRROR_TARBALLS</glossterm>
671 <info> 671 <info>
672 BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory." 672 BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory."
673 </info> 673 </info>
@@ -693,7 +693,7 @@
693 </glossdef> 693 </glossdef>
694 </glossentry> 694 </glossentry>
695 695
696 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> 696 <glossentry id='var-BB_NUMBER_THREADS'><glossterm><imagedata fileref="figures/define-generic.png" />BB_NUMBER_THREADS</glossterm>
697 <info> 697 <info>
698 BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. A good rule of thumb is for this variable to be twice the number of cores." 698 BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. A good rule of thumb is for this variable to be twice the number of cores."
699 </info> 699 </info>
@@ -713,7 +713,7 @@
713 </glossdef> 713 </glossdef>
714 </glossentry> 714 </glossentry>
715 715
716 <glossentry id='var-BBCLASSEXTEND'><glossterm>BBCLASSEXTEND</glossterm> 716 <glossentry id='var-BBCLASSEXTEND'><glossterm><imagedata fileref="figures/define-generic.png" />BBCLASSEXTEND</glossterm>
717 <info> 717 <info>
718 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." 718 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."
719 </info> 719 </info>
@@ -740,7 +740,7 @@
740 </glossdef> 740 </glossdef>
741 </glossentry> 741 </glossentry>
742 742
743 <glossentry id='var-BBFILE_COLLECTIONS'><glossterm>BBFILE_COLLECTIONS</glossterm> 743 <glossentry id='var-BBFILE_COLLECTIONS'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILE_COLLECTIONS</glossterm>
744 <info> 744 <info>
745 BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables." 745 BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables."
746 </info> 746 </info>
@@ -754,7 +754,7 @@
754 </glossdef> 754 </glossdef>
755 </glossentry> 755 </glossentry>
756 756
757 <glossentry id='var-BBFILE_PATTERN'><glossterm>BBFILE_PATTERN</glossterm> 757 <glossentry id='var-BBFILE_PATTERN'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILE_PATTERN</glossterm>
758 <info> 758 <info>
759 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." 759 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."
760 </info> 760 </info>
@@ -768,7 +768,7 @@
768 </glossdef> 768 </glossdef>
769 </glossentry> 769 </glossentry>
770 770
771 <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm> 771 <glossentry id='var-BBFILE_PRIORITY'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILE_PRIORITY</glossterm>
772 <info> 772 <info>
773 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." 773 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."
774 </info> 774 </info>
@@ -802,7 +802,7 @@
802 </glossdef> 802 </glossdef>
803 </glossentry> 803 </glossentry>
804 804
805 <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm> 805 <glossentry id='var-BBFILES'><glossterm><imagedata fileref="figures/define-generic.png" />BBFILES</glossterm>
806 <info> 806 <info>
807 BBFILES[doc] = "List of recipe files used by BitBake to build software." 807 BBFILES[doc] = "List of recipe files used by BitBake to build software."
808 </info> 808 </info>
@@ -811,7 +811,7 @@
811 </glossdef> 811 </glossdef>
812 </glossentry> 812 </glossentry>
813 813
814 <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm> 814 <glossentry id='var-BBINCLUDELOGS'><glossterm><imagedata fileref="figures/define-generic.png" />BBINCLUDELOGS</glossterm>
815 <info> 815 <info>
816 BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." 816 BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure."
817 </info> 817 </info>
@@ -820,7 +820,7 @@
820 </glossdef> 820 </glossdef>
821 </glossentry> 821 </glossentry>
822 822
823 <glossentry id='var-BBLAYERS'><glossterm>BBLAYERS</glossterm> 823 <glossentry id='var-BBLAYERS'><glossterm><imagedata fileref="figures/define-generic.png" />BBLAYERS</glossterm>
824 <info> 824 <info>
825 BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." 825 BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file."
826 </info> 826 </info>
@@ -848,7 +848,7 @@
848 </glossdef> 848 </glossdef>
849 </glossentry> 849 </glossentry>
850 850
851 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm> 851 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm><imagedata fileref="figures/define-generic.png" />BBLAYERS_NON_REMOVABLE</glossterm>
852 <info> 852 <info>
853 BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." 853 BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file."
854 </info> 854 </info>
@@ -884,7 +884,7 @@
884 </glossdef> 884 </glossdef>
885 </glossentry> 885 </glossentry>
886 886
887 <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm> 887 <glossentry id='var-BBMASK'><glossterm><imagedata fileref="figures/define-generic.png" />BBMASK</glossterm>
888 <glossdef> 888 <glossdef>
889 <info> 889 <info>
890 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." 890 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf."
@@ -947,7 +947,7 @@
947 </glossdef> 947 </glossdef>
948 </glossentry> 948 </glossentry>
949 949
950 <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> 950 <glossentry id='var-BBPATH'><glossterm><imagedata fileref="figures/define-generic.png" />BBPATH</glossterm>
951 <info> 951 <info>
952 BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." 952 BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable."
953 </info> 953 </info>
@@ -975,7 +975,7 @@
975 </glossdef> 975 </glossdef>
976 </glossentry> 976 </glossentry>
977 977
978 <glossentry id='var-BBSERVER'><glossterm>BBSERVER</glossterm> 978 <glossentry id='var-BBSERVER'><glossterm><imagedata fileref="figures/define-generic.png" />BBSERVER</glossterm>
979 <info> 979 <info>
980 BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." 980 BBSERVER[doc] = "Points to the server that runs memory-resident BitBake."
981 </info> 981 </info>
@@ -1000,7 +1000,7 @@
1000 </glossdef> 1000 </glossdef>
1001 </glossentry> 1001 </glossentry>
1002 1002
1003 <glossentry id='var-BINCONFIG'><glossterm>BINCONFIG</glossterm> 1003 <glossentry id='var-BINCONFIG'><glossterm><imagedata fileref="figures/define-generic.png" />BINCONFIG</glossterm>
1004 <info> 1004 <info>
1005 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." 1005 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."
1006 </info> 1006 </info>
@@ -1027,7 +1027,7 @@
1027 </glossdef> 1027 </glossdef>
1028 </glossentry> 1028 </glossentry>
1029 1029
1030 <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm> 1030 <glossentry id='var-BINCONFIG_GLOB'><glossterm><imagedata fileref="figures/define-generic.png" />BINCONFIG_GLOB</glossterm>
1031 <info> 1031 <info>
1032 BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." 1032 BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing."
1033 </info> 1033 </info>
@@ -1054,7 +1054,7 @@
1054 </glossdef> 1054 </glossdef>
1055 </glossentry> 1055 </glossentry>
1056 1056
1057 <glossentry id='var-BP'><glossterm>BP</glossterm> 1057 <glossentry id='var-BP'><glossterm><imagedata fileref="figures/define-generic.png" />BP</glossterm>
1058 <info> 1058 <info>
1059 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}" 1059 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}"
1060 </info> 1060 </info>
@@ -1069,7 +1069,7 @@
1069 </glossdef> 1069 </glossdef>
1070 </glossentry> 1070 </glossentry>
1071 1071
1072 <glossentry id='var-BPN'><glossterm>BPN</glossterm> 1072 <glossentry id='var-BPN'><glossterm><imagedata fileref="figures/define-generic.png" />BPN</glossterm>
1073 <info> 1073 <info>
1074 BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." 1074 BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes."
1075 </info> 1075 </info>
@@ -1087,7 +1087,7 @@
1087 </glossdef> 1087 </glossdef>
1088 </glossentry> 1088 </glossentry>
1089 1089
1090 <glossentry id='var-BUGTRACKER'><glossterm>BUGTRACKER</glossterm> 1090 <glossentry id='var-BUGTRACKER'><glossterm><imagedata fileref="figures/define-generic.png" />BUGTRACKER</glossterm>
1091 <info> 1091 <info>
1092 BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." 1092 BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe."
1093 </info> 1093 </info>
@@ -1102,7 +1102,7 @@
1102 </glossdef> 1102 </glossdef>
1103 </glossentry> 1103 </glossentry>
1104 1104
1105 <glossentry id='var-BUILD_CFLAGS'><glossterm>BUILD_CFLAGS</glossterm> 1105 <glossentry id='var-BUILD_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CFLAGS</glossterm>
1106 <info> 1106 <info>
1107 BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." 1107 BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host."
1108 </info> 1108 </info>
@@ -1117,7 +1117,7 @@
1117 </glossdef> 1117 </glossdef>
1118 </glossentry> 1118 </glossentry>
1119 1119
1120 <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS</glossterm> 1120 <glossentry id='var-BUILD_CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CPPFLAGS</glossterm>
1121 <info> 1121 <info>
1122 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." 1122 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."
1123 </info> 1123 </info>
@@ -1133,7 +1133,7 @@
1133 </glossdef> 1133 </glossdef>
1134 </glossentry> 1134 </glossentry>
1135 1135
1136 <glossentry id='var-BUILD_CXXFLAGS'><glossterm>BUILD_CXXFLAGS</glossterm> 1136 <glossentry id='var-BUILD_CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CXXFLAGS</glossterm>
1137 <info> 1137 <info>
1138 BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host." 1138 BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host."
1139 </info> 1139 </info>
@@ -1148,7 +1148,7 @@
1148 </glossdef> 1148 </glossdef>
1149 </glossentry> 1149 </glossentry>
1150 1150
1151 <glossentry id='var-BUILD_LDFLAGS'><glossterm>BUILD_LDFLAGS</glossterm> 1151 <glossentry id='var-BUILD_LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_LDFLAGS</glossterm>
1152 <info> 1152 <info>
1153 BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host." 1153 BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host."
1154 </info> 1154 </info>
@@ -1163,7 +1163,7 @@
1163 </glossdef> 1163 </glossdef>
1164 </glossentry> 1164 </glossentry>
1165 1165
1166 <glossentry id='var-BUILD_OPTIMIZATION'><glossterm>BUILD_OPTIMIZATION</glossterm> 1166 <glossentry id='var-BUILD_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_OPTIMIZATION</glossterm>
1167 <info> 1167 <info>
1168 BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK." 1168 BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK."
1169 </info> 1169 </info>
@@ -1186,7 +1186,7 @@
1186 </glossdef> 1186 </glossdef>
1187 </glossentry> 1187 </glossentry>
1188 1188
1189 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm> 1189 <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm>
1190 <info> 1190 <info>
1191 BUILDDIR[doc] = "Points to the location of the Build Directory." 1191 BUILDDIR[doc] = "Points to the location of the Build Directory."
1192 </info> 1192 </info>
@@ -1207,7 +1207,7 @@
1207 </glossdef> 1207 </glossdef>
1208 </glossentry> 1208 </glossentry>
1209 1209
1210 <glossentry id='var-BUILDHISTORY_COMMIT'><glossterm>BUILDHISTORY_COMMIT</glossterm> 1210 <glossentry id='var-BUILDHISTORY_COMMIT'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_COMMIT</glossterm>
1211 <info> 1211 <info>
1212 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." 1212 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."
1213 </info> 1213 </info>
@@ -1238,7 +1238,7 @@
1238 </glossdef> 1238 </glossdef>
1239 </glossentry> 1239 </glossentry>
1240 1240
1241 <glossentry id='var-BUILDHISTORY_COMMIT_AUTHOR'><glossterm>BUILDHISTORY_COMMIT_AUTHOR</glossterm> 1241 <glossentry id='var-BUILDHISTORY_COMMIT_AUTHOR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_COMMIT_AUTHOR</glossterm>
1242 <info> 1242 <info>
1243 BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit." 1243 BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit."
1244 </info> 1244 </info>
@@ -1272,7 +1272,7 @@
1272 </glossdef> 1272 </glossdef>
1273 </glossentry> 1273 </glossentry>
1274 1274
1275 <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm> 1275 <glossentry id='var-BUILDHISTORY_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_DIR</glossterm>
1276 <info> 1276 <info>
1277 BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." 1277 BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept."
1278 </info> 1278 </info>
@@ -1296,7 +1296,7 @@
1296 </glossdef> 1296 </glossdef>
1297 </glossentry> 1297 </glossentry>
1298 1298
1299 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> 1299 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_FEATURES</glossterm>
1300 <info> 1300 <info>
1301 BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." 1301 BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled."
1302 </info> 1302 </info>
@@ -1340,7 +1340,7 @@
1340 </glossdef> 1340 </glossdef>
1341 </glossentry> 1341 </glossentry>
1342 1342
1343 <glossentry id='var-BUILDHISTORY_IMAGE_FILES'><glossterm>BUILDHISTORY_IMAGE_FILES</glossterm> 1343 <glossentry id='var-BUILDHISTORY_IMAGE_FILES'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_IMAGE_FILES</glossterm>
1344 <info> 1344 <info>
1345 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." 1345 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."
1346 </info> 1346 </info>
@@ -1372,7 +1372,7 @@
1372 </glossdef> 1372 </glossdef>
1373 </glossentry> 1373 </glossentry>
1374 1374
1375 <glossentry id='var-BUILDHISTORY_PUSH_REPO'><glossterm>BUILDHISTORY_PUSH_REPO</glossterm> 1375 <glossentry id='var-BUILDHISTORY_PUSH_REPO'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDHISTORY_PUSH_REPO</glossterm>
1376 <info> 1376 <info>
1377 BUILDHISTORY_PUSH_REPO[doc] = "When inheriting the buildhistory class, this variable optionally specifies a remote repository to which build history pushes Git changes." 1377 BUILDHISTORY_PUSH_REPO[doc] = "When inheriting the buildhistory class, this variable optionally specifies a remote repository to which build history pushes Git changes."
1378 </info> 1378 </info>
@@ -1406,7 +1406,7 @@
1406 </glossdef> 1406 </glossdef>
1407 </glossentry> 1407 </glossentry>
1408 1408
1409 <glossentry id='var-BUILDSDK_CFLAGS'><glossterm>BUILDSDK_CFLAGS</glossterm> 1409 <glossentry id='var-BUILDSDK_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_CFLAGS</glossterm>
1410 <info> 1410 <info>
1411 BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK." 1411 BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK."
1412 </info> 1412 </info>
@@ -1422,7 +1422,7 @@
1422 </glossdef> 1422 </glossdef>
1423 </glossentry> 1423 </glossentry>
1424 1424
1425 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS</glossterm> 1425 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_CPPFLAGS</glossterm>
1426 <info> 1426 <info>
1427 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." 1427 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."
1428 </info> 1428 </info>
@@ -1439,7 +1439,7 @@
1439 </glossdef> 1439 </glossdef>
1440 </glossentry> 1440 </glossentry>
1441 1441
1442 <glossentry id='var-BUILDSDK_CXXFLAGS'><glossterm>BUILDSDK_CXXFLAGS</glossterm> 1442 <glossentry id='var-BUILDSDK_CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_CXXFLAGS</glossterm>
1443 <info> 1443 <info>
1444 BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK." 1444 BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK."
1445 </info> 1445 </info>
@@ -1455,7 +1455,7 @@
1455 </glossdef> 1455 </glossdef>
1456 </glossentry> 1456 </glossentry>
1457 1457
1458 <glossentry id='var-BUILDSDK_LDFLAGS'><glossterm>BUILDSDK_LDFLAGS</glossterm> 1458 <glossentry id='var-BUILDSDK_LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSDK_LDFLAGS</glossterm>
1459 <info> 1459 <info>
1460 BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK." 1460 BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK."
1461 </info> 1461 </info>
@@ -1471,7 +1471,7 @@
1471 </glossdef> 1471 </glossdef>
1472 </glossentry> 1472 </glossentry>
1473 1473
1474 <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm> 1474 <glossentry id='var-BUILDSTATS_BASE'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDSTATS_BASE</glossterm>
1475 <info> 1475 <info>
1476 BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class." 1476 BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class."
1477 </info> 1477 </info>
@@ -1488,7 +1488,7 @@
1488 </glossdef> 1488 </glossdef>
1489 </glossentry> 1489 </glossentry>
1490 1490
1491 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm>BUSYBOX_SPLIT_SUID</glossterm> 1491 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm><imagedata fileref="figures/define-generic.png" />BUSYBOX_SPLIT_SUID</glossterm>
1492 <info> 1492 <info>
1493 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." 1493 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."
1494 </info> 1494 </info>
@@ -1514,7 +1514,7 @@
1514 1514
1515 <glossdiv id='var-glossary-c'><title>C</title> 1515 <glossdiv id='var-glossary-c'><title>C</title>
1516 1516
1517 <glossentry id='var-CFLAGS'><glossterm>CFLAGS</glossterm> 1517 <glossentry id='var-CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CFLAGS</glossterm>
1518 <info> 1518 <info>
1519 CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." 1519 CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS."
1520 </info> 1520 </info>
@@ -1549,7 +1549,7 @@
1549 </glossdef> 1549 </glossdef>
1550 </glossentry> 1550 </glossentry>
1551 1551
1552 <glossentry id='var-CLASSOVERRIDE'><glossterm>CLASSOVERRIDE</glossterm> 1552 <glossentry id='var-CLASSOVERRIDE'><glossterm><imagedata fileref="figures/define-generic.png" />CLASSOVERRIDE</glossterm>
1553 <info> 1553 <info>
1554 CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." 1554 CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)."
1555 </info> 1555 </info>
@@ -1578,7 +1578,7 @@
1578 </glossdef> 1578 </glossdef>
1579 </glossentry> 1579 </glossentry>
1580 1580
1581 <glossentry id='var-COMBINED_FEATURES'><glossterm>COMBINED_FEATURES</glossterm> 1581 <glossentry id='var-COMBINED_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />COMBINED_FEATURES</glossterm>
1582 <info> 1582 <info>
1583 COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." 1583 COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES."
1584 </info> 1584 </info>
@@ -1607,7 +1607,7 @@
1607 </glossdef> 1607 </glossdef>
1608 </glossentry> 1608 </glossentry>
1609 1609
1610 <glossentry id='var-COMMON_LICENSE_DIR'><glossterm>COMMON_LICENSE_DIR</glossterm> 1610 <glossentry id='var-COMMON_LICENSE_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />COMMON_LICENSE_DIR</glossterm>
1611 <info> 1611 <info>
1612 COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." 1612 COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside."
1613 </info> 1613 </info>
@@ -1621,7 +1621,7 @@
1621 </glossdef> 1621 </glossdef>
1622 </glossentry> 1622 </glossentry>
1623 1623
1624 <glossentry id='var-COMPATIBLE_HOST'><glossterm>COMPATIBLE_HOST</glossterm> 1624 <glossentry id='var-COMPATIBLE_HOST'><glossterm><imagedata fileref="figures/define-generic.png" />COMPATIBLE_HOST</glossterm>
1625 <info> 1625 <info>
1626 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." 1626 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."
1627 </info> 1627 </info>
@@ -1641,7 +1641,7 @@
1641 </glossdef> 1641 </glossdef>
1642 </glossentry> 1642 </glossentry>
1643 1643
1644 <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> 1644 <glossentry id='var-COMPATIBLE_MACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />COMPATIBLE_MACHINE</glossterm>
1645 <info> 1645 <info>
1646 COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible." 1646 COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible."
1647 </info> 1647 </info>
@@ -1659,7 +1659,7 @@
1659 </glossdef> 1659 </glossdef>
1660 </glossentry> 1660 </glossentry>
1661 1661
1662 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm>COMPLEMENTARY_GLOB</glossterm> 1662 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm><imagedata fileref="figures/define-generic.png" />COMPLEMENTARY_GLOB</glossterm>
1663 <info> 1663 <info>
1664 COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image." 1664 COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image."
1665 </info> 1665 </info>
@@ -1689,7 +1689,7 @@
1689 </glossdef> 1689 </glossdef>
1690 </glossentry> 1690 </glossentry>
1691 1691
1692 <glossentry id='var-CONFFILES'><glossterm>CONFFILES</glossterm> 1692 <glossentry id='var-CONFFILES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFFILES</glossterm>
1693 <info> 1693 <info>
1694 CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." 1694 CONFFILES[doc] = "Identifies editable or configurable files that are part of a package."
1695 </info> 1695 </info>
@@ -1742,7 +1742,7 @@
1742 </glossdef> 1742 </glossdef>
1743 </glossentry> 1743 </glossentry>
1744 1744
1745 <glossentry id='var-CONFIG_INITRAMFS_SOURCE'><glossterm>CONFIG_INITRAMFS_SOURCE</glossterm> 1745 <glossentry id='var-CONFIG_INITRAMFS_SOURCE'><glossterm><imagedata fileref="figures/define-generic.png" />CONFIG_INITRAMFS_SOURCE</glossterm>
1746 <info> 1746 <info>
1747 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." 1747 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."
1748 </info> 1748 </info>
@@ -1777,7 +1777,7 @@
1777 </glossdef> 1777 </glossdef>
1778 </glossentry> 1778 </glossentry>
1779 1779
1780 <glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE</glossterm> 1780 <glossentry id='var-CONFIG_SITE'><glossterm><imagedata fileref="figures/define-generic.png" />CONFIG_SITE</glossterm>
1781 <info> 1781 <info>
1782 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." 1782 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."
1783 </info> 1783 </info>
@@ -1791,7 +1791,7 @@
1791 </glossdef> 1791 </glossdef>
1792 </glossentry> 1792 </glossentry>
1793 1793
1794 <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm>CONFLICT_DISTRO_FEATURES</glossterm> 1794 <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFLICT_DISTRO_FEATURES</glossterm>
1795 <info> 1795 <info>
1796 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." 1796 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."
1797 </info> 1797 </info>
@@ -1813,7 +1813,7 @@
1813 </glossdef> 1813 </glossdef>
1814 </glossentry> 1814 </glossentry>
1815 1815
1816 <glossentry id='var-COPY_LIC_DIRS'><glossterm>COPY_LIC_DIRS</glossterm> 1816 <glossentry id='var-COPY_LIC_DIRS'><glossterm><imagedata fileref="figures/define-generic.png" />COPY_LIC_DIRS</glossterm>
1817 <info> 1817 <info>
1818 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." 1818 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."
1819 </info> 1819 </info>
@@ -1831,7 +1831,7 @@
1831 </glossdef> 1831 </glossdef>
1832 </glossentry> 1832 </glossentry>
1833 1833
1834 <glossentry id='var-COPY_LIC_MANIFEST'><glossterm>COPY_LIC_MANIFEST</glossterm> 1834 <glossentry id='var-COPY_LIC_MANIFEST'><glossterm><imagedata fileref="figures/define-generic.png" />COPY_LIC_MANIFEST</glossterm>
1835 <info> 1835 <info>
1836 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." 1836 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."
1837 </info> 1837 </info>
@@ -1845,7 +1845,7 @@
1845 </glossdef> 1845 </glossdef>
1846 </glossentry> 1846 </glossentry>
1847 1847
1848 <glossentry id='var-CORE_IMAGE_EXTRA_INSTALL'><glossterm>CORE_IMAGE_EXTRA_INSTALL</glossterm> 1848 <glossentry id='var-CORE_IMAGE_EXTRA_INSTALL'><glossterm><imagedata fileref="figures/define-generic.png" />CORE_IMAGE_EXTRA_INSTALL</glossterm>
1849 <info> 1849 <info>
1850 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." 1850 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."
1851 </info> 1851 </info>
@@ -1864,7 +1864,7 @@
1864 </glossdef> 1864 </glossdef>
1865 </glossentry> 1865 </glossentry>
1866 1866
1867 <glossentry id='var-COREBASE'><glossterm>COREBASE</glossterm> 1867 <glossentry id='var-COREBASE'><glossterm><imagedata fileref="figures/define-generic.png" />COREBASE</glossterm>
1868 <info> 1868 <info>
1869 COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." 1869 COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)."
1870 </info> 1870 </info>
@@ -1889,7 +1889,7 @@
1889 </glossdef> 1889 </glossdef>
1890 </glossentry> 1890 </glossentry>
1891 1891
1892 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm> 1892 <glossentry id='var-CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CPPFLAGS</glossterm>
1893 <info> 1893 <info>
1894 CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." 1894 CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)."
1895 </info> 1895 </info>
@@ -1925,7 +1925,7 @@
1925 </glossdef> 1925 </glossdef>
1926 </glossentry> 1926 </glossentry>
1927 1927
1928 <glossentry id='var-CXXFLAGS'><glossterm>CXXFLAGS</glossterm> 1928 <glossentry id='var-CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CXXFLAGS</glossterm>
1929 <info> 1929 <info>
1930 CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." 1930 CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler."
1931 </info> 1931 </info>
@@ -1964,7 +1964,7 @@
1964 1964
1965 <glossdiv id='var-glossary-d'><title>D</title> 1965 <glossdiv id='var-glossary-d'><title>D</title>
1966 1966
1967 <glossentry id='var-D'><glossterm>D</glossterm> 1967 <glossentry id='var-D'><glossterm><imagedata fileref="figures/define-generic.png" />D</glossterm>
1968 <info> 1968 <info>
1969 D[doc] = "The destination directory." 1969 D[doc] = "The destination directory."
1970 </info> 1970 </info>
@@ -1983,7 +1983,7 @@
1983 </glossdef> 1983 </glossdef>
1984 </glossentry> 1984 </glossentry>
1985 1985
1986 <glossentry id='var-DATETIME'><glossterm>DATETIME</glossterm> 1986 <glossentry id='var-DATETIME'><glossterm><imagedata fileref="figures/define-generic.png" />DATETIME</glossterm>
1987 <info> 1987 <info>
1988 DATETIME[doc] = "The date and time the build was started." 1988 DATETIME[doc] = "The date and time the build was started."
1989 </info> 1989 </info>
@@ -1995,7 +1995,7 @@
1995 </glossdef> 1995 </glossdef>
1996 </glossentry> 1996 </glossentry>
1997 1997
1998 <glossentry id='var-DEBUG_BUILD'><glossterm>DEBUG_BUILD</glossterm> 1998 <glossentry id='var-DEBUG_BUILD'><glossterm><imagedata fileref="figures/define-generic.png" />DEBUG_BUILD</glossterm>
1999 <info> 1999 <info>
2000 DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable." 2000 DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable."
2001 </info> 2001 </info>
@@ -2009,7 +2009,7 @@
2009 </glossdef> 2009 </glossdef>
2010 </glossentry> 2010 </glossentry>
2011 2011
2012 <glossentry id='var-DEBUG_OPTIMIZATION'><glossterm>DEBUG_OPTIMIZATION</glossterm> 2012 <glossentry id='var-DEBUG_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />DEBUG_OPTIMIZATION</glossterm>
2013 <info> 2013 <info>
2014 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'." 2014 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'."
2015 </info> 2015 </info>
@@ -2024,7 +2024,7 @@
2024 </glossdef> 2024 </glossdef>
2025 </glossentry> 2025 </glossentry>
2026 2026
2027 <glossentry id='var-DEFAULT_PREFERENCE'><glossterm>DEFAULT_PREFERENCE</glossterm> 2027 <glossentry id='var-DEFAULT_PREFERENCE'><glossterm><imagedata fileref="figures/define-generic.png" />DEFAULT_PREFERENCE</glossterm>
2028 <info> 2028 <info>
2029 DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." 2029 DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority."
2030 </info> 2030 </info>
@@ -2051,7 +2051,7 @@
2051 </glossdef> 2051 </glossdef>
2052 </glossentry> 2052 </glossentry>
2053 2053
2054 <glossentry id='var-DEFAULTTUNE'><glossterm>DEFAULTTUNE</glossterm> 2054 <glossentry id='var-DEFAULTTUNE'><glossterm><imagedata fileref="figures/define-generic.png" />DEFAULTTUNE</glossterm>
2055 <info> 2055 <info>
2056 DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system." 2056 DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system."
2057 </info> 2057 </info>
@@ -2075,7 +2075,7 @@
2075 </glossdef> 2075 </glossdef>
2076 </glossentry> 2076 </glossentry>
2077 2077
2078 <glossentry id='var-DEPENDS'><glossterm>DEPENDS</glossterm> 2078 <glossentry id='var-DEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />DEPENDS</glossterm>
2079 <info> 2079 <info>
2080 DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." 2080 DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)."
2081 </info> 2081 </info>
@@ -2113,7 +2113,7 @@
2113 </glossdef> 2113 </glossdef>
2114 </glossentry> 2114 </glossentry>
2115 2115
2116 <glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR</glossterm> 2116 <glossentry id='var-DEPLOY_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />DEPLOY_DIR</glossterm>
2117 <info> 2117 <info>
2118 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." 2118 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."
2119 </info> 2119 </info>
@@ -2141,7 +2141,7 @@
2141 </glossdef> 2141 </glossdef>
2142 </glossentry> 2142 </glossentry>
2143 2143
2144 <glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm>DEPLOY_DIR_IMAGE</glossterm> 2144 <glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />DEPLOY_DIR_IMAGE</glossterm>
2145 <info> 2145 <info>
2146 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." 2146 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."
2147 </info> 2147 </info>
@@ -2171,7 +2171,7 @@
2171 </glossdef> 2171 </glossdef>
2172 </glossentry> 2172 </glossentry>
2173 2173
2174 <glossentry id='var-DEPLOYDIR'><glossterm>DEPLOYDIR</glossterm> 2174 <glossentry id='var-DEPLOYDIR'><glossterm><imagedata fileref="figures/define-generic.png" />DEPLOYDIR</glossterm>
2175 <info> 2175 <info>
2176 DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." 2176 DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files."
2177 </info> 2177 </info>
@@ -2195,7 +2195,7 @@
2195 </glossdef> 2195 </glossdef>
2196 </glossentry> 2196 </glossentry>
2197 2197
2198 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm> 2198 <glossentry id='var-DESCRIPTION'><glossterm><imagedata fileref="figures/define-generic.png" />DESCRIPTION</glossterm>
2199 <info> 2199 <info>
2200 DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." 2200 DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable."
2201 </info> 2201 </info>
@@ -2209,7 +2209,7 @@
2209 </glossdef> 2209 </glossdef>
2210 </glossentry> 2210 </glossentry>
2211 2211
2212 <glossentry id='var-DISK_SIGNATURE'><glossterm>DISK_SIGNATURE</glossterm> 2212 <glossentry id='var-DISK_SIGNATURE'><glossterm><imagedata fileref="figures/define-generic.png" />DISK_SIGNATURE</glossterm>
2213 <info> 2213 <info>
2214 DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." 2214 DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images."
2215 </info> 2215 </info>
@@ -2262,7 +2262,7 @@
2262 </glossdef> 2262 </glossdef>
2263 </glossentry> 2263 </glossentry>
2264 2264
2265 <glossentry id='var-DISTRO'><glossterm>DISTRO</glossterm> 2265 <glossentry id='var-DISTRO'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO</glossterm>
2266 <info> 2266 <info>
2267 DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." 2267 DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used."
2268 </info> 2268 </info>
@@ -2307,7 +2307,7 @@
2307 </glossdef> 2307 </glossdef>
2308 </glossentry> 2308 </glossentry>
2309 2309
2310 <glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm>DISTRO_EXTRA_RDEPENDS</glossterm> 2310 <glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_EXTRA_RDEPENDS</glossterm>
2311 <info> 2311 <info>
2312 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." 2312 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."
2313 </info> 2313 </info>
@@ -2326,7 +2326,7 @@
2326 </glossdef> 2326 </glossdef>
2327 </glossentry> 2327 </glossentry>
2328 2328
2329 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS</glossterm> 2329 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_EXTRA_RRECOMMENDS</glossterm>
2330 <info> 2330 <info>
2331 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." 2331 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."
2332 </info> 2332 </info>
@@ -2341,7 +2341,7 @@
2341 </glossdef> 2341 </glossdef>
2342 </glossentry> 2342 </glossentry>
2343 2343
2344 <glossentry id='var-DISTRO_FEATURES'><glossterm>DISTRO_FEATURES</glossterm> 2344 <glossentry id='var-DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES</glossterm>
2345 <info> 2345 <info>
2346 DISTRO_FEATURES[doc] = "The features enabled for the distribution." 2346 DISTRO_FEATURES[doc] = "The features enabled for the distribution."
2347 </info> 2347 </info>
@@ -2377,7 +2377,7 @@
2377 </glossdef> 2377 </glossdef>
2378 </glossentry> 2378 </glossentry>
2379 2379
2380 <glossentry id='var-DISTRO_FEATURES_BACKFILL'><glossterm>DISTRO_FEATURES_BACKFILL</glossterm> 2380 <glossentry id='var-DISTRO_FEATURES_BACKFILL'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES_BACKFILL</glossterm>
2381 <info> 2381 <info>
2382 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." 2382 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."
2383 </info> 2383 </info>
@@ -2399,7 +2399,7 @@
2399 </glossdef> 2399 </glossdef>
2400 </glossentry> 2400 </glossentry>
2401 2401
2402 <glossentry id='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><glossterm>DISTRO_FEATURES_BACKFILL_CONSIDERED</glossterm> 2402 <glossentry id='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_FEATURES_BACKFILL_CONSIDERED</glossterm>
2403 <info> 2403 <info>
2404 DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build." 2404 DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build."
2405 </info> 2405 </info>
@@ -2415,7 +2415,7 @@
2415 </glossdef> 2415 </glossdef>
2416 </glossentry> 2416 </glossentry>
2417 2417
2418 <glossentry id='var-DISTRO_NAME'><glossterm>DISTRO_NAME</glossterm> 2418 <glossentry id='var-DISTRO_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_NAME</glossterm>
2419 <info> 2419 <info>
2420 DISTRO_NAME[doc] = "The long name of the distribution." 2420 DISTRO_NAME[doc] = "The long name of the distribution."
2421 </info> 2421 </info>
@@ -2424,7 +2424,7 @@
2424 </glossdef> 2424 </glossdef>
2425 </glossentry> 2425 </glossentry>
2426 2426
2427 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm> 2427 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_PN_ALIAS</glossterm>
2428 <info> 2428 <info>
2429 DISTRO_PN_ALIAS[doc] = "Alias names used for the recipe in various Linux distributions." 2429 DISTRO_PN_ALIAS[doc] = "Alias names used for the recipe in various Linux distributions."
2430 </info> 2430 </info>
@@ -2437,7 +2437,7 @@
2437 </glossdef> 2437 </glossdef>
2438 </glossentry> 2438 </glossentry>
2439 2439
2440 <glossentry id='var-DISTRO_VERSION'><glossterm>DISTRO_VERSION</glossterm> 2440 <glossentry id='var-DISTRO_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />DISTRO_VERSION</glossterm>
2441 <info> 2441 <info>
2442 DISTRO_VERSION[doc] = "The version of the distribution." 2442 DISTRO_VERSION[doc] = "The version of the distribution."
2443 </info> 2443 </info>
@@ -2446,7 +2446,7 @@
2446 </glossdef> 2446 </glossdef>
2447 </glossentry> 2447 </glossentry>
2448 2448
2449 <glossentry id='var-DISTROOVERRIDES'><glossterm>DISTROOVERRIDES</glossterm> 2449 <glossentry id='var-DISTROOVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />DISTROOVERRIDES</glossterm>
2450 <info> 2450 <info>
2451 DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." 2451 DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable."
2452 </info> 2452 </info>
@@ -2465,7 +2465,7 @@
2465 </glossdef> 2465 </glossdef>
2466 </glossentry> 2466 </glossentry>
2467 2467
2468 <glossentry id='var-DL_DIR'><glossterm>DL_DIR</glossterm> 2468 <glossentry id='var-DL_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />DL_DIR</glossterm>
2469 <info> 2469 <info>
2470 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." 2470 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."
2471 </info> 2471 </info>
@@ -2524,7 +2524,7 @@
2524 </glossdef> 2524 </glossdef>
2525 </glossentry> 2525 </glossentry>
2526 2526
2527 <glossentry id='var-DOC_COMPRESS'><glossterm>DOC_COMPRESS</glossterm> 2527 <glossentry id='var-DOC_COMPRESS'><glossterm><imagedata fileref="figures/define-generic.png" />DOC_COMPRESS</glossterm>
2528 <info> 2528 <info>
2529 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." 2529 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."
2530 </info> 2530 </info>
@@ -2551,7 +2551,7 @@
2551 2551
2552 <glossdiv id='var-glossary-e'><title>E</title> 2552 <glossdiv id='var-glossary-e'><title>E</title>
2553 2553
2554 <glossentry id='var-EFI_PROVIDER'><glossterm>EFI_PROVIDER</glossterm> 2554 <glossentry id='var-EFI_PROVIDER'><glossterm><imagedata fileref="figures/define-generic.png" />EFI_PROVIDER</glossterm>
2555 <info> 2555 <info>
2556 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." 2556 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."
2557 </info> 2557 </info>
@@ -2575,7 +2575,7 @@
2575 </glossdef> 2575 </glossdef>
2576 </glossentry> 2576 </glossentry>
2577 2577
2578 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm>ENABLE_BINARY_LOCALE_GENERATION</glossterm> 2578 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm><imagedata fileref="figures/define-generic.png" />ENABLE_BINARY_LOCALE_GENERATION</glossterm>
2579 <info> 2579 <info>
2580 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." 2580 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."
2581 </info> 2581 </info>
@@ -2587,7 +2587,7 @@
2587 </glossdef> 2587 </glossdef>
2588 </glossentry> 2588 </glossentry>
2589 2589
2590 <glossentry id='var-ERR_REPORT_DIR'><glossterm>ERR_REPORT_DIR</glossterm> 2590 <glossentry id='var-ERR_REPORT_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />ERR_REPORT_DIR</glossterm>
2591 <info> 2591 <info>
2592 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." 2592 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."
2593 </info> 2593 </info>
@@ -2615,7 +2615,7 @@
2615 </glossdef> 2615 </glossdef>
2616 </glossentry> 2616 </glossentry>
2617 2617
2618 <glossentry id='var-ERROR_QA'><glossterm>ERROR_QA</glossterm> 2618 <glossentry id='var-ERROR_QA'><glossterm><imagedata fileref="figures/define-generic.png" />ERROR_QA</glossterm>
2619 <info> 2619 <info>
2620 ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system." 2620 ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system."
2621 </info> 2621 </info>
@@ -2633,7 +2633,7 @@
2633 </glossdef> 2633 </glossdef>
2634 </glossentry> 2634 </glossentry>
2635 2635
2636 <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm>EXCLUDE_FROM_WORLD</glossterm> 2636 <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm><imagedata fileref="figures/define-generic.png" />EXCLUDE_FROM_WORLD</glossterm>
2637 <info> 2637 <info>
2638 EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)." 2638 EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)."
2639 </info> 2639 </info>
@@ -2662,7 +2662,7 @@
2662 </glossdef> 2662 </glossdef>
2663 </glossentry> 2663 </glossentry>
2664 2664
2665 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE</glossterm> 2665 <glossentry id='var-EXTENDPE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTENDPE</glossterm>
2666 <info> 2666 <info>
2667 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." 2667 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."
2668 </info> 2668 </info>
@@ -2683,7 +2683,7 @@
2683 </glossdef> 2683 </glossdef>
2684 </glossentry> 2684 </glossentry>
2685 2685
2686 <glossentry id='var-EXTENDPKGV'><glossterm>EXTENDPKGV</glossterm> 2686 <glossentry id='var-EXTENDPKGV'><glossterm><imagedata fileref="figures/define-generic.png" />EXTENDPKGV</glossterm>
2687 <info> 2687 <info>
2688 EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe." 2688 EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe."
2689 </info> 2689 </info>
@@ -2707,7 +2707,7 @@
2707 </glossdef> 2707 </glossdef>
2708 </glossentry> 2708 </glossentry>
2709 2709
2710 <glossentry id='var-EXTERNALSRC'><glossterm>EXTERNALSRC</glossterm> 2710 <glossentry id='var-EXTERNALSRC'><glossterm><imagedata fileref="figures/define-generic.png" />EXTERNALSRC</glossterm>
2711 <info> 2711 <info>
2712 EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." 2712 EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system."
2713 </info> 2713 </info>
@@ -2736,7 +2736,7 @@
2736 </glossdef> 2736 </glossdef>
2737 </glossentry> 2737 </glossentry>
2738 2738
2739 <glossentry id='var-EXTERNALSRC_BUILD'><glossterm>EXTERNALSRC_BUILD</glossterm> 2739 <glossentry id='var-EXTERNALSRC_BUILD'><glossterm><imagedata fileref="figures/define-generic.png" />EXTERNALSRC_BUILD</glossterm>
2740 <info> 2740 <info>
2741 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." 2741 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."
2742 </info> 2742 </info>
@@ -2766,7 +2766,7 @@
2766 </glossdef> 2766 </glossdef>
2767 </glossentry> 2767 </glossentry>
2768 2768
2769 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm>EXTRA_IMAGE_FEATURES</glossterm> 2769 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_IMAGE_FEATURES</glossterm>
2770 <info> 2770 <info>
2771 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." 2771 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."
2772 </info> 2772 </info>
@@ -2841,7 +2841,7 @@
2841 </glossdef> 2841 </glossdef>
2842 </glossentry> 2842 </glossentry>
2843 2843
2844 <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm> 2844 <glossentry id='var-EXTRA_IMAGECMD'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_IMAGECMD</glossterm>
2845 <info> 2845 <info>
2846 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." 2846 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."
2847 </info> 2847 </info>
@@ -2860,7 +2860,7 @@
2860 </glossdef> 2860 </glossdef>
2861 </glossentry> 2861 </glossentry>
2862 2862
2863 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm> 2863 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_IMAGEDEPENDS</glossterm>
2864 <info> 2864 <info>
2865 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." 2865 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."
2866 </info> 2866 </info>
@@ -2883,7 +2883,7 @@
2883 </glossdef> 2883 </glossdef>
2884 </glossentry> 2884 </glossentry>
2885 2885
2886 <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> 2886 <glossentry id='var-EXTRA_OECMAKE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OECMAKE</glossterm>
2887 <info> 2887 <info>
2888 EXTRA_OECMAKE[doc] = "Additional cmake options." 2888 EXTRA_OECMAKE[doc] = "Additional cmake options."
2889 </info> 2889 </info>
@@ -2892,7 +2892,7 @@
2892 </glossdef> 2892 </glossdef>
2893 </glossentry> 2893 </glossentry>
2894 2894
2895 <glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF</glossterm> 2895 <glossentry id='var-EXTRA_OECONF'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OECONF</glossterm>
2896 <info> 2896 <info>
2897 EXTRA_OECONF[doc] = "Additional configure script options." 2897 EXTRA_OECONF[doc] = "Additional configure script options."
2898 </info> 2898 </info>
@@ -2901,7 +2901,7 @@
2901 </glossdef> 2901 </glossdef>
2902 </glossentry> 2902 </glossentry>
2903 2903
2904 <glossentry id='var-EXTRA_OEMAKE'><glossterm>EXTRA_OEMAKE</glossterm> 2904 <glossentry id='var-EXTRA_OEMAKE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OEMAKE</glossterm>
2905 <info> 2905 <info>
2906 EXTRA_OEMAKE[doc] = "Additional GNU make options." 2906 EXTRA_OEMAKE[doc] = "Additional GNU make options."
2907 </info> 2907 </info>
@@ -2910,7 +2910,7 @@
2910 </glossdef> 2910 </glossdef>
2911 </glossentry> 2911 </glossentry>
2912 2912
2913 <glossentry id='var-EXTRA_OESCONS'><glossterm>EXTRA_OESCONS</glossterm> 2913 <glossentry id='var-EXTRA_OESCONS'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_OESCONS</glossterm>
2914 <info> 2914 <info>
2915 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." 2915 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."
2916 </info> 2916 </info>
@@ -2925,7 +2925,7 @@
2925 </glossdef> 2925 </glossdef>
2926 </glossentry> 2926 </glossentry>
2927 2927
2928 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm> 2928 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_QMAKEVARS_POST</glossterm>
2929 <info> 2929 <info>
2930 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." 2930 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."
2931 </info> 2931 </info>
@@ -2946,7 +2946,7 @@
2946 </glossdef> 2946 </glossdef>
2947 </glossentry> 2947 </glossentry>
2948 2948
2949 <glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm>EXTRA_QMAKEVARS_PRE</glossterm> 2949 <glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_QMAKEVARS_PRE</glossterm>
2950 <info> 2950 <info>
2951 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." 2951 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."
2952 </info> 2952 </info>
@@ -2967,7 +2967,7 @@
2967 </glossdef> 2967 </glossdef>
2968 </glossentry> 2968 </glossentry>
2969 2969
2970 <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm>EXTRA_USERS_PARAMS</glossterm> 2970 <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm><imagedata fileref="figures/define-generic.png" />EXTRA_USERS_PARAMS</glossterm>
2971 <info> 2971 <info>
2972 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." 2972 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations."
2973 </info> 2973 </info>
@@ -3008,7 +3008,7 @@
3008 3008
3009 <glossdiv id='var-glossary-f'><title>F</title> 3009 <glossdiv id='var-glossary-f'><title>F</title>
3010 3010
3011 <glossentry id='var-FEATURE_PACKAGES'><glossterm>FEATURE_PACKAGES</glossterm> 3011 <glossentry id='var-FEATURE_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />FEATURE_PACKAGES</glossterm>
3012 <info> 3012 <info>
3013 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." 3013 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."
3014 </info> 3014 </info>
@@ -3039,7 +3039,7 @@
3039 </glossdef> 3039 </glossdef>
3040 </glossentry> 3040 </glossentry>
3041 3041
3042 <glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm>FEED_DEPLOYDIR_BASE_URI</glossterm> 3042 <glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm><imagedata fileref="figures/define-generic.png" />FEED_DEPLOYDIR_BASE_URI</glossterm>
3043 <info> 3043 <info>
3044 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." 3044 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."
3045 </info> 3045 </info>
@@ -3069,7 +3069,7 @@
3069 </glossdef> 3069 </glossdef>
3070 </glossentry> 3070 </glossentry>
3071 3071
3072 <glossentry id='var-FILES'><glossterm>FILES</glossterm> 3072 <glossentry id='var-FILES'><glossterm><imagedata fileref="figures/define-generic.png" />FILES</glossterm>
3073 <info> 3073 <info>
3074 FILES[doc] = "The list of directories or files that are placed in packages." 3074 FILES[doc] = "The list of directories or files that are placed in packages."
3075 </info> 3075 </info>
@@ -3119,7 +3119,7 @@
3119 </glossdef> 3119 </glossdef>
3120 </glossentry> 3120 </glossentry>
3121 3121
3122 <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm> 3122 <glossentry id='var-FILESEXTRAPATHS'><glossterm><imagedata fileref="figures/define-generic.png" />FILESEXTRAPATHS</glossterm>
3123 <info> 3123 <info>
3124 FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." 3124 FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files."
3125 </info> 3125 </info>
@@ -3189,7 +3189,7 @@
3189 </glossdef> 3189 </glossdef>
3190 </glossentry> 3190 </glossentry>
3191 3191
3192 <glossentry id='var-FILESOVERRIDES'><glossterm>FILESOVERRIDES</glossterm> 3192 <glossentry id='var-FILESOVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />FILESOVERRIDES</glossterm>
3193 <info> 3193 <info>
3194 FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." 3194 FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH."
3195 </info> 3195 </info>
@@ -3220,7 +3220,7 @@
3220 </glossdef> 3220 </glossdef>
3221 </glossentry> 3221 </glossentry>
3222 3222
3223 <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm> 3223 <glossentry id='var-FILESPATH'><glossterm><imagedata fileref="figures/define-generic.png" />FILESPATH</glossterm>
3224 <info> 3224 <info>
3225 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." 3225 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."
3226 </info> 3226 </info>
@@ -3266,7 +3266,7 @@
3266 </glossdef> 3266 </glossdef>
3267 </glossentry> 3267 </glossentry>
3268 3268
3269 <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm>FILESYSTEM_PERMS_TABLES</glossterm> 3269 <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />FILESYSTEM_PERMS_TABLES</glossterm>
3270 <info> 3270 <info>
3271 FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process." 3271 FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process."
3272 </info> 3272 </info>
@@ -3301,7 +3301,7 @@
3301 </glossdef> 3301 </glossdef>
3302 </glossentry> 3302 </glossentry>
3303 3303
3304 <glossentry id='var-FONT_PACKAGES'><glossterm>FONT_PACKAGES</glossterm> 3304 <glossentry id='var-FONT_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />FONT_PACKAGES</glossterm>
3305 <info> 3305 <info>
3306 FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." 3306 FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig."
3307 </info> 3307 </info>
@@ -3320,7 +3320,7 @@
3320 </glossdef> 3320 </glossdef>
3321 </glossentry> 3321 </glossentry>
3322 3322
3323 <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm> 3323 <glossentry id='var-FULL_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />FULL_OPTIMIZATION</glossterm>
3324 <info> 3324 <info>
3325 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'." 3325 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'."
3326 </info> 3326 </info>
@@ -3339,7 +3339,7 @@
3339 3339
3340 <glossdiv id='var-glossary-g'><title>G</title> 3340 <glossdiv id='var-glossary-g'><title>G</title>
3341 3341
3342 <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm>GLIBC_GENERATE_LOCALES</glossterm> 3342 <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm><imagedata fileref="figures/define-generic.png" />GLIBC_GENERATE_LOCALES</glossterm>
3343 <info> 3343 <info>
3344 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." 3344 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."
3345 </info> 3345 </info>
@@ -3364,7 +3364,7 @@
3364 </glossdef> 3364 </glossdef>
3365 </glossentry> 3365 </glossentry>
3366 3366
3367 <glossentry id='var-GROUPADD_PARAM'><glossterm>GROUPADD_PARAM</glossterm> 3367 <glossentry id='var-GROUPADD_PARAM'><glossterm><imagedata fileref="figures/define-generic.png" />GROUPADD_PARAM</glossterm>
3368 <info> 3368 <info>
3369 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." 3369 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."
3370 </info> 3370 </info>
@@ -3392,7 +3392,7 @@
3392 </glossdef> 3392 </glossdef>
3393 </glossentry> 3393 </glossentry>
3394 3394
3395 <glossentry id='var-GROUPMEMS_PARAM'><glossterm>GROUPMEMS_PARAM</glossterm> 3395 <glossentry id='var-GROUPMEMS_PARAM'><glossterm><imagedata fileref="figures/define-generic.png" />GROUPMEMS_PARAM</glossterm>
3396 <info> 3396 <info>
3397 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." 3397 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."
3398 </info> 3398 </info>
@@ -3415,7 +3415,7 @@
3415 </glossdef> 3415 </glossdef>
3416 </glossentry> 3416 </glossentry>
3417 3417
3418 <glossentry id='var-GRUB_GFXSERIAL'><glossterm>GRUB_GFXSERIAL</glossterm> 3418 <glossentry id='var-GRUB_GFXSERIAL'><glossterm><imagedata fileref="figures/define-generic.png" />GRUB_GFXSERIAL</glossterm>
3419 <info> 3419 <info>
3420 GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu." 3420 GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu."
3421 </info> 3421 </info>
@@ -3437,7 +3437,7 @@
3437 </glossdef> 3437 </glossdef>
3438 </glossentry> 3438 </glossentry>
3439 3439
3440 <glossentry id='var-GRUB_OPTS'><glossterm>GRUB_OPTS</glossterm> 3440 <glossentry id='var-GRUB_OPTS'><glossterm><imagedata fileref="figures/define-generic.png" />GRUB_OPTS</glossterm>
3441 <info> 3441 <info>
3442 GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." 3442 GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration."
3443 </info> 3443 </info>
@@ -3458,7 +3458,7 @@
3458 </glossdef> 3458 </glossdef>
3459 </glossentry> 3459 </glossentry>
3460 3460
3461 <glossentry id='var-GRUB_TIMEOUT'><glossterm>GRUB_TIMEOUT</glossterm> 3461 <glossentry id='var-GRUB_TIMEOUT'><glossterm><imagedata fileref="figures/define-generic.png" />GRUB_TIMEOUT</glossterm>
3462 <info> 3462 <info>
3463 GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)." 3463 GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)."
3464 </info> 3464 </info>
@@ -3478,7 +3478,7 @@
3478 </glossdef> 3478 </glossdef>
3479 </glossentry> 3479 </glossentry>
3480 3480
3481 <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm>GTKIMMODULES_PACKAGES</glossterm> 3481 <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />GTKIMMODULES_PACKAGES</glossterm>
3482 <info> 3482 <info>
3483 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." 3483 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."
3484 </info> 3484 </info>
@@ -3493,7 +3493,7 @@
3493 </glossdef> 3493 </glossdef>
3494 </glossentry> 3494 </glossentry>
3495 3495
3496 <glossentry id='var-GUMMIBOOT_CFG'><glossterm>GUMMIBOOT_CFG</glossterm> 3496 <glossentry id='var-GUMMIBOOT_CFG'><glossterm><imagedata fileref="figures/define-generic.png" />GUMMIBOOT_CFG</glossterm>
3497 <info> 3497 <info>
3498 GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used." 3498 GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used."
3499 </info> 3499 </info>
@@ -3520,7 +3520,7 @@
3520 </glossdef> 3520 </glossdef>
3521 </glossentry> 3521 </glossentry>
3522 3522
3523 <glossentry id='var-GUMMIBOOT_ENTRIES'><glossterm>GUMMIBOOT_ENTRIES</glossterm> 3523 <glossentry id='var-GUMMIBOOT_ENTRIES'><glossterm><imagedata fileref="figures/define-generic.png" />GUMMIBOOT_ENTRIES</glossterm>
3524 <info> 3524 <info>
3525 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." 3525 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."
3526 </info> 3526 </info>
@@ -3549,7 +3549,7 @@
3549 </glossdef> 3549 </glossdef>
3550 </glossentry> 3550 </glossentry>
3551 3551
3552 <glossentry id='var-GUMMIBOOT_TIMEOUT'><glossterm>GUMMIBOOT_TIMEOUT</glossterm> 3552 <glossentry id='var-GUMMIBOOT_TIMEOUT'><glossterm><imagedata fileref="figures/define-generic.png" />GUMMIBOOT_TIMEOUT</glossterm>
3553 <info> 3553 <info>
3554 GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds." 3554 GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds."
3555 </info> 3555 </info>
@@ -3580,7 +3580,7 @@
3580 3580
3581 <glossdiv id='var-glossary-h'><title>H</title> 3581 <glossdiv id='var-glossary-h'><title>H</title>
3582 3582
3583 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE</glossterm> 3583 <glossentry id='var-HOMEPAGE'><glossterm><imagedata fileref="figures/define-generic.png" />HOMEPAGE</glossterm>
3584 <info> 3584 <info>
3585 HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." 3585 HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found."
3586 </info> 3586 </info>
@@ -3590,7 +3590,7 @@
3590 </glossdef> 3590 </glossdef>
3591 </glossentry> 3591 </glossentry>
3592 3592
3593 <glossentry id='var-HOST_CC_ARCH'><glossterm>HOST_CC_ARCH</glossterm> 3593 <glossentry id='var-HOST_CC_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_CC_ARCH</glossterm>
3594 <info> 3594 <info>
3595 HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." 3595 HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH."
3596 </info> 3596 </info>
@@ -3623,7 +3623,7 @@
3623 </glossdef> 3623 </glossdef>
3624 </glossentry> 3624 </glossentry>
3625 3625
3626 <glossentry id='var-HOST_SYS'><glossterm>HOST_SYS</glossterm> 3626 <glossentry id='var-HOST_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_SYS</glossterm>
3627 <info> 3627 <info>
3628 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." 3628 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."
3629 </info> 3629 </info>
@@ -3658,7 +3658,7 @@
3658 3658
3659 <glossdiv id='var-glossary-i'><title>I</title> 3659 <glossdiv id='var-glossary-i'><title>I</title>
3660 3660
3661 <glossentry id='var-ICECC_DISABLED'><glossterm>ICECC_DISABLED</glossterm> 3661 <glossentry id='var-ICECC_DISABLED'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_DISABLED</glossterm>
3662 <info> 3662 <info>
3663 ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." 3663 ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function."
3664 </info> 3664 </info>
@@ -3686,7 +3686,7 @@
3686 </glossdef> 3686 </glossdef>
3687 </glossentry> 3687 </glossentry>
3688 3688
3689 <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm> 3689 <glossentry id='var-ICECC_ENV_EXEC'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_ENV_EXEC</glossterm>
3690 <info> 3690 <info>
3691 ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." 3691 ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide."
3692 </info> 3692 </info>
@@ -3711,7 +3711,7 @@
3711 </glossdef> 3711 </glossdef>
3712 </glossentry> 3712 </glossentry>
3713 3713
3714 <glossentry id='var-ICECC_PARALLEL_MAKE'><glossterm>ICECC_PARALLEL_MAKE</glossterm> 3714 <glossentry id='var-ICECC_PARALLEL_MAKE'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_PARALLEL_MAKE</glossterm>
3715 <info> 3715 <info>
3716 ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation." 3716 ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation."
3717 </info> 3717 </info>
@@ -3755,7 +3755,7 @@
3755 </glossdef> 3755 </glossdef>
3756 </glossentry> 3756 </glossentry>
3757 3757
3758 <glossentry id='var-ICECC_PATH'><glossterm>ICECC_PATH</glossterm> 3758 <glossentry id='var-ICECC_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_PATH</glossterm>
3759 <info> 3759 <info>
3760 ICECC_PATH[doc] = "The location of the icecc binary." 3760 ICECC_PATH[doc] = "The location of the icecc binary."
3761 </info> 3761 </info>
@@ -3773,7 +3773,7 @@
3773 </glossdef> 3773 </glossdef>
3774 </glossentry> 3774 </glossentry>
3775 3775
3776 <glossentry id='var-ICECC_USER_CLASS_BL'><glossterm>ICECC_USER_CLASS_BL</glossterm> 3776 <glossentry id='var-ICECC_USER_CLASS_BL'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_USER_CLASS_BL</glossterm>
3777 <info> 3777 <info>
3778 ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider." 3778 ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider."
3779 </info> 3779 </info>
@@ -3798,7 +3798,7 @@
3798 </glossdef> 3798 </glossdef>
3799 </glossentry> 3799 </glossentry>
3800 3800
3801 <glossentry id='var-ICECC_USER_PACKAGE_BL'><glossterm>ICECC_USER_PACKAGE_BL</glossterm> 3801 <glossentry id='var-ICECC_USER_PACKAGE_BL'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_USER_PACKAGE_BL</glossterm>
3802 <info> 3802 <info>
3803 ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." 3803 ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider."
3804 </info> 3804 </info>
@@ -3823,7 +3823,7 @@
3823 </glossdef> 3823 </glossdef>
3824 </glossentry> 3824 </glossentry>
3825 3825
3826 <glossentry id='var-ICECC_USER_PACKAGE_WL'><glossterm>ICECC_USER_PACKAGE_WL</glossterm> 3826 <glossentry id='var-ICECC_USER_PACKAGE_WL'><glossterm><imagedata fileref="figures/define-generic.png" />ICECC_USER_PACKAGE_WL</glossterm>
3827 <info> 3827 <info>
3828 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." 3828 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."
3829 </info> 3829 </info>
@@ -3843,7 +3843,7 @@
3843 </glossdef> 3843 </glossdef>
3844 </glossentry> 3844 </glossentry>
3845 3845
3846 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm> 3846 <glossentry id='var-IMAGE_BASENAME'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_BASENAME</glossterm>
3847 <info> 3847 <info>
3848 IMAGE_BASENAME[doc] = "The base name of image output files." 3848 IMAGE_BASENAME[doc] = "The base name of image output files."
3849 </info> 3849 </info>
@@ -3856,7 +3856,7 @@
3856 </glossdef> 3856 </glossdef>
3857 </glossentry> 3857 </glossentry>
3858 3858
3859 <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm> 3859 <glossentry id='var-IMAGE_BOOT_FILES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_BOOT_FILES</glossterm>
3860 <info> 3860 <info>
3861 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)." 3861 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)."
3862 </info> 3862 </info>
@@ -3879,7 +3879,7 @@
3879 </glossdef> 3879 </glossdef>
3880 </glossentry> 3880 </glossentry>
3881 3881
3882 <glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES</glossterm> 3882 <glossentry id='var-IMAGE_CLASSES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_CLASSES</glossterm>
3883 <info> 3883 <info>
3884 IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." 3884 IMAGE_CLASSES[doc] = "A list of classes that all images should inherit."
3885 </info> 3885 </info>
@@ -3907,7 +3907,7 @@
3907 </glossdef> 3907 </glossdef>
3908 </glossentry> 3908 </glossentry>
3909 3909
3910 <glossentry id='var-IMAGE_CMD'><glossterm>IMAGE_CMD</glossterm> 3910 <glossentry id='var-IMAGE_CMD'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_CMD</glossterm>
3911 <info> 3911 <info>
3912 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)." 3912 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)."
3913 </info> 3913 </info>
@@ -3937,7 +3937,7 @@
3937 </glossdef> 3937 </glossdef>
3938 </glossentry> 3938 </glossentry>
3939 3939
3940 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm>IMAGE_DEVICE_TABLES</glossterm> 3940 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_DEVICE_TABLES</glossterm>
3941 <info> 3941 <info>
3942 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." 3942 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."
3943 </info> 3943 </info>
@@ -3960,7 +3960,7 @@
3960 </glossdef> 3960 </glossdef>
3961 </glossentry> 3961 </glossentry>
3962 3962
3963 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 3963 <glossentry id='var-IMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_FEATURES</glossterm>
3964 <info> 3964 <info>
3965 IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." 3965 IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe."
3966 </info> 3966 </info>
@@ -3992,7 +3992,7 @@
3992 </glossdef> 3992 </glossdef>
3993 </glossentry> 3993 </glossentry>
3994 3994
3995 <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm> 3995 <glossentry id='var-IMAGE_FSTYPES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_FSTYPES</glossterm>
3996 <info> 3996 <info>
3997 IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." 3997 IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created."
3998 </info> 3998 </info>
@@ -4030,7 +4030,7 @@
4030 </glossdef> 4030 </glossdef>
4031 </glossentry> 4031 </glossentry>
4032 4032
4033 <glossentry id='var-IMAGE_INSTALL'><glossterm>IMAGE_INSTALL</glossterm> 4033 <glossentry id='var-IMAGE_INSTALL'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_INSTALL</glossterm>
4034 <info> 4034 <info>
4035 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." 4035 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."
4036 </info> 4036 </info>
@@ -4096,7 +4096,7 @@
4096 </glossdef> 4096 </glossdef>
4097 </glossentry> 4097 </glossentry>
4098 4098
4099 <glossentry id='var-IMAGE_LINGUAS'><glossterm>IMAGE_LINGUAS</glossterm> 4099 <glossentry id='var-IMAGE_LINGUAS'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_LINGUAS</glossterm>
4100 <info> 4100 <info>
4101 IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." 4101 IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process."
4102 </info> 4102 </info>
@@ -4134,7 +4134,7 @@
4134 </glossdef> 4134 </glossdef>
4135 </glossentry> 4135 </glossentry>
4136 4136
4137 <glossentry id='var-IMAGE_MANIFEST'><glossterm>IMAGE_MANIFEST</glossterm> 4137 <glossentry id='var-IMAGE_MANIFEST'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_MANIFEST</glossterm>
4138 <info> 4138 <info>
4139 IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image." 4139 IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image."
4140 </info> 4140 </info>
@@ -4170,7 +4170,7 @@
4170 </glossdef> 4170 </glossdef>
4171 </glossentry> 4171 </glossentry>
4172 4172
4173 <glossentry id='var-IMAGE_NAME'><glossterm>IMAGE_NAME</glossterm> 4173 <glossentry id='var-IMAGE_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_NAME</glossterm>
4174 <info> 4174 <info>
4175 IMAGE_NAME[doc] = "The name of the output image files minus the extension." 4175 IMAGE_NAME[doc] = "The name of the output image files minus the extension."
4176 </info> 4176 </info>
@@ -4190,7 +4190,7 @@
4190 </glossdef> 4190 </glossdef>
4191 </glossentry> 4191 </glossentry>
4192 4192
4193 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm>IMAGE_OVERHEAD_FACTOR</glossterm> 4193 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_OVERHEAD_FACTOR</glossterm>
4194 <info> 4194 <info>
4195 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." 4195 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."
4196 </info> 4196 </info>
@@ -4235,7 +4235,7 @@
4235 </glossdef> 4235 </glossdef>
4236 </glossentry> 4236 </glossentry>
4237 4237
4238 <glossentry id='var-IMAGE_PKGTYPE'><glossterm>IMAGE_PKGTYPE</glossterm> 4238 <glossentry id='var-IMAGE_PKGTYPE'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_PKGTYPE</glossterm>
4239 <info> 4239 <info>
4240 IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." 4240 IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system."
4241 </info> 4241 </info>
@@ -4281,7 +4281,7 @@
4281 </glossdef> 4281 </glossdef>
4282 </glossentry> 4282 </glossentry>
4283 4283
4284 <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND</glossterm> 4284 <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_POSTPROCESS_COMMAND</glossterm>
4285 <info> 4285 <info>
4286 IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." 4286 IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image."
4287 </info> 4287 </info>
@@ -4301,7 +4301,7 @@
4301 </glossdef> 4301 </glossdef>
4302 </glossentry> 4302 </glossentry>
4303 4303
4304 <glossentry id='var-IMAGE_ROOTFS'><glossterm>IMAGE_ROOTFS</glossterm> 4304 <glossentry id='var-IMAGE_ROOTFS'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS</glossterm>
4305 <info> 4305 <info>
4306 IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." 4306 IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)."
4307 </info> 4307 </info>
@@ -4317,7 +4317,7 @@
4317 </glossdef> 4317 </glossdef>
4318 </glossentry> 4318 </glossentry>
4319 4319
4320 <glossentry id='var-IMAGE_ROOTFS_ALIGNMENT'><glossterm>IMAGE_ROOTFS_ALIGNMENT</glossterm> 4320 <glossentry id='var-IMAGE_ROOTFS_ALIGNMENT'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS_ALIGNMENT</glossterm>
4321 <info> 4321 <info>
4322 IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." 4322 IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes."
4323 </info> 4323 </info>
@@ -4336,7 +4336,7 @@
4336 </glossdef> 4336 </glossdef>
4337 </glossentry> 4337 </glossentry>
4338 4338
4339 <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm>IMAGE_ROOTFS_EXTRA_SPACE</glossterm> 4339 <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS_EXTRA_SPACE</glossterm>
4340 <info> 4340 <info>
4341 IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." 4341 IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'."
4342 </info> 4342 </info>
@@ -4370,7 +4370,7 @@
4370 </glossdef> 4370 </glossdef>
4371 </glossentry> 4371 </glossentry>
4372 4372
4373 <glossentry id='var-IMAGE_ROOTFS_SIZE'><glossterm>IMAGE_ROOTFS_SIZE</glossterm> 4373 <glossentry id='var-IMAGE_ROOTFS_SIZE'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_ROOTFS_SIZE</glossterm>
4374 <info> 4374 <info>
4375 IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." 4375 IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
4376 </info> 4376 </info>
@@ -4416,7 +4416,7 @@
4416 </glossdef> 4416 </glossdef>
4417 </glossentry> 4417 </glossentry>
4418 4418
4419 <glossentry id='var-IMAGE_TYPEDEP'><glossterm>IMAGE_TYPEDEP</glossterm> 4419 <glossentry id='var-IMAGE_TYPEDEP'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_TYPEDEP</glossterm>
4420 <info> 4420 <info>
4421 IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." 4421 IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another."
4422 </info> 4422 </info>
@@ -4442,7 +4442,7 @@
4442 </glossdef> 4442 </glossdef>
4443 </glossentry> 4443 </glossentry>
4444 4444
4445 <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm> 4445 <glossentry id='var-IMAGE_TYPES'><glossterm><imagedata fileref="figures/define-generic.png" />IMAGE_TYPES</glossterm>
4446 <info> 4446 <info>
4447 IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." 4447 IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
4448 </info> 4448 </info>
@@ -4485,7 +4485,7 @@
4485 </glossdef> 4485 </glossdef>
4486 </glossentry> 4486 </glossentry>
4487 4487
4488 <glossentry id='var-INC_PR'><glossterm>INC_PR</glossterm> 4488 <glossentry id='var-INC_PR'><glossterm><imagedata fileref="figures/define-generic.png" />INC_PR</glossterm>
4489 <info> 4489 <info>
4490 INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." 4490 INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."
4491 </info> 4491 </info>
@@ -4541,7 +4541,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4541 </glossdef> 4541 </glossdef>
4542 </glossentry> 4542 </glossentry>
4543 4543
4544 <glossentry id='var-INCOMPATIBLE_LICENSE'><glossterm>INCOMPATIBLE_LICENSE</glossterm> 4544 <glossentry id='var-INCOMPATIBLE_LICENSE'><glossterm><imagedata fileref="figures/define-generic.png" />INCOMPATIBLE_LICENSE</glossterm>
4545 <info> 4545 <info>
4546 INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build." 4546 INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build."
4547 </info> 4547 </info>
@@ -4571,7 +4571,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4571 </glossdef> 4571 </glossdef>
4572 </glossentry> 4572 </glossentry>
4573 4573
4574 <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm>INHIBIT_DEFAULT_DEPS</glossterm> 4574 <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm><imagedata fileref="figures/define-generic.png" />INHIBIT_DEFAULT_DEPS</glossterm>
4575 <info> 4575 <info>
4576 INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS." 4576 INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS."
4577 </info> 4577 </info>
@@ -4591,7 +4591,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4591 </glossdef> 4591 </glossdef>
4592 </glossentry> 4592 </glossentry>
4593 4593
4594 <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm> 4594 <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm><imagedata fileref="figures/define-generic.png" />INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm>
4595 <info> 4595 <info>
4596 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." 4596 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
4597 </info> 4597 </info>
@@ -4622,7 +4622,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4622 </glossdef> 4622 </glossdef>
4623 </glossentry> 4623 </glossentry>
4624 4624
4625 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm> 4625 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm><imagedata fileref="figures/define-generic.png" />INHIBIT_PACKAGE_STRIP</glossterm>
4626 <info> 4626 <info>
4627 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." 4627 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
4628 </info> 4628 </info>
@@ -4633,7 +4633,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4633 </glossdef> 4633 </glossdef>
4634 </glossentry> 4634 </glossentry>
4635 4635
4636 <glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm> 4636 <glossentry id='var-INHERIT'><glossterm><imagedata fileref="figures/define-generic.png" />INHERIT</glossterm>
4637 <info> 4637 <info>
4638 INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." 4638 INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files."
4639 </info> 4639 </info>
@@ -4646,7 +4646,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4646 </glossdef> 4646 </glossdef>
4647 </glossentry> 4647 </glossentry>
4648 4648
4649 <glossentry id='var-INHERIT_DISTRO'><glossterm>INHERIT_DISTRO</glossterm> 4649 <glossentry id='var-INHERIT_DISTRO'><glossterm><imagedata fileref="figures/define-generic.png" />INHERIT_DISTRO</glossterm>
4650 <info> 4650 <info>
4651 INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable." 4651 INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable."
4652 </info> 4652 </info>
@@ -4668,7 +4668,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4668 </glossdef> 4668 </glossdef>
4669 </glossentry> 4669 </glossentry>
4670 4670
4671 <glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES</glossterm> 4671 <glossentry id='var-INITRAMFS_FSTYPES'><glossterm><imagedata fileref="figures/define-generic.png" />INITRAMFS_FSTYPES</glossterm>
4672 <info> 4672 <info>
4673 INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot." 4673 INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot."
4674 </info> 4674 </info>
@@ -4683,7 +4683,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4683 </glossdef> 4683 </glossdef>
4684 </glossentry> 4684 </glossentry>
4685 4685
4686 <glossentry id='var-INITRAMFS_IMAGE'><glossterm>INITRAMFS_IMAGE</glossterm> 4686 <glossentry id='var-INITRAMFS_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />INITRAMFS_IMAGE</glossterm>
4687 <info> 4687 <info>
4688 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)." 4688 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)."
4689 </info> 4689 </info>
@@ -4729,7 +4729,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4729 </glossdef> 4729 </glossdef>
4730 </glossentry> 4730 </glossentry>
4731 4731
4732 <glossentry id='var-INITRAMFS_IMAGE_BUNDLE'><glossterm>INITRAMFS_IMAGE_BUNDLE</glossterm> 4732 <glossentry id='var-INITRAMFS_IMAGE_BUNDLE'><glossterm><imagedata fileref="figures/define-generic.png" />INITRAMFS_IMAGE_BUNDLE</glossterm>
4733 <info> 4733 <info>
4734 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)." 4734 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)."
4735 </info> 4735 </info>
@@ -4779,7 +4779,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4779 </glossdef> 4779 </glossdef>
4780 </glossentry> 4780 </glossentry>
4781 4781
4782 <glossentry id='var-INITRD'><glossterm>INITRD</glossterm> 4782 <glossentry id='var-INITRD'><glossterm><imagedata fileref="figures/define-generic.png" />INITRD</glossterm>
4783 <info> 4783 <info>
4784 INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)." 4784 INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)."
4785 </info> 4785 </info>
@@ -4798,7 +4798,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4798 </glossdef> 4798 </glossdef>
4799 </glossentry> 4799 </glossentry>
4800 4800
4801 <glossentry id='var-INITRD_IMAGE'><glossterm>INITRD_IMAGE</glossterm> 4801 <glossentry id='var-INITRD_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />INITRD_IMAGE</glossterm>
4802 <info> 4802 <info>
4803 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." 4803 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."
4804 </info> 4804 </info>
@@ -4820,7 +4820,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4820 </glossdef> 4820 </glossdef>
4821 </glossentry> 4821 </glossentry>
4822 4822
4823 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm> 4823 <glossentry id='var-INITSCRIPT_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />INITSCRIPT_NAME</glossterm>
4824 <info> 4824 <info>
4825 INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." 4825 INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d."
4826 </info> 4826 </info>
@@ -4836,7 +4836,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4836 </glossdef> 4836 </glossdef>
4837 </glossentry> 4837 </glossentry>
4838 4838
4839 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm>INITSCRIPT_PACKAGES</glossterm> 4839 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />INITSCRIPT_PACKAGES</glossterm>
4840 <info> 4840 <info>
4841 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." 4841 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."
4842 </info> 4842 </info>
@@ -4853,7 +4853,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4853 </glossdef> 4853 </glossdef>
4854 </glossentry> 4854 </glossentry>
4855 4855
4856 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm>INITSCRIPT_PARAMS</glossterm> 4856 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm><imagedata fileref="figures/define-generic.png" />INITSCRIPT_PARAMS</glossterm>
4857 <info> 4857 <info>
4858 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." 4858 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."
4859 </info> 4859 </info>
@@ -4885,7 +4885,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4885 </glossdef> 4885 </glossdef>
4886 </glossentry> 4886 </glossentry>
4887 4887
4888 <glossentry id='var-INSANE_SKIP'><glossterm>INSANE_SKIP</glossterm> 4888 <glossentry id='var-INSANE_SKIP'><glossterm><imagedata fileref="figures/define-generic.png" />INSANE_SKIP</glossterm>
4889 <info> 4889 <info>
4890 INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe." 4890 INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe."
4891 </info> 4891 </info>
@@ -4910,7 +4910,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4910 </glossdef> 4910 </glossdef>
4911 </glossentry> 4911 </glossentry>
4912 4912
4913 <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS</glossterm> 4913 <glossentry id='var-IPK_FEED_URIS'><glossterm><imagedata fileref="figures/define-generic.png" />IPK_FEED_URIS</glossterm>
4914 <info> 4914 <info>
4915 IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." 4915 IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image."
4916 </info> 4916 </info>
@@ -4969,7 +4969,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4969 4969
4970 <glossdiv id='var-glossary-k'><title>K</title> 4970 <glossdiv id='var-glossary-k'><title>K</title>
4971 4971
4972 <glossentry id='var-KARCH'><glossterm>KARCH</glossterm> 4972 <glossentry id='var-KARCH'><glossterm><imagedata fileref="figures/define-generic.png" />KARCH</glossterm>
4973 <info> 4973 <info>
4974 KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions." 4974 KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions."
4975 </info> 4975 </info>
@@ -4995,7 +4995,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4995 </glossdef> 4995 </glossdef>
4996 </glossentry> 4996 </glossentry>
4997 4997
4998 <glossentry id='var-KBRANCH'><glossterm>KBRANCH</glossterm> 4998 <glossentry id='var-KBRANCH'><glossterm><imagedata fileref="figures/define-generic.png" />KBRANCH</glossterm>
4999 <info> 4999 <info>
5000 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." 5000 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."
5001 </info> 5001 </info>
@@ -5059,7 +5059,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5059 </glossdef> 5059 </glossdef>
5060 </glossentry> 5060 </glossentry>
5061 5061
5062 <glossentry id='var-KBRANCH_DEFAULT'><glossterm>KBRANCH_DEFAULT</glossterm> 5062 <glossentry id='var-KBRANCH_DEFAULT'><glossterm><imagedata fileref="figures/define-generic.png" />KBRANCH_DEFAULT</glossterm>
5063 <info> 5063 <info>
5064 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'." 5064 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'."
5065 </info> 5065 </info>
@@ -5077,7 +5077,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5077 </glossdef> 5077 </glossdef>
5078 </glossentry> 5078 </glossentry>
5079 5079
5080 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS</glossterm> 5080 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_EXTRA_ARGS</glossterm>
5081 <info> 5081 <info>
5082 KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." 5082 KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel."
5083 </info> 5083 </info>
@@ -5090,7 +5090,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5090 </glossdef> 5090 </glossdef>
5091 </glossentry> 5091 </glossentry>
5092 5092
5093 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm> 5093 <glossentry id='var-KERNEL_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_FEATURES</glossterm>
5094 <info> 5094 <info>
5095 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." 5095 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."
5096 </info> 5096 </info>
@@ -5123,7 +5123,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5123 </glossdef> 5123 </glossdef>
5124 </glossentry> 5124 </glossentry>
5125 5125
5126 <glossentry id='var-KERNEL_IMAGE_BASE_NAME'><glossterm>KERNEL_IMAGE_BASE_NAME</glossterm> 5126 <glossentry id='var-KERNEL_IMAGE_BASE_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_IMAGE_BASE_NAME</glossterm>
5127 <info> 5127 <info>
5128 KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image." 5128 KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image."
5129 </info> 5129 </info>
@@ -5149,7 +5149,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5149 </glossdef> 5149 </glossdef>
5150 </glossentry> 5150 </glossentry>
5151 5151
5152 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm>KERNEL_IMAGETYPE</glossterm> 5152 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_IMAGETYPE</glossterm>
5153 <info> 5153 <info>
5154 KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." 5154 KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'."
5155 </info> 5155 </info>
@@ -5162,7 +5162,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5162 </glossdef> 5162 </glossdef>
5163 </glossentry> 5163 </glossentry>
5164 5164
5165 <glossentry id='var-KERNEL_MODULE_AUTOLOAD'><glossterm>KERNEL_MODULE_AUTOLOAD</glossterm> 5165 <glossentry id='var-KERNEL_MODULE_AUTOLOAD'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_MODULE_AUTOLOAD</glossterm>
5166 <info> 5166 <info>
5167 KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot" 5167 KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot"
5168 </info> 5168 </info>
@@ -5215,7 +5215,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5215 </glossdef> 5215 </glossdef>
5216 </glossentry> 5216 </glossentry>
5217 5217
5218 <glossentry id='var-KERNEL_MODULE_PROBECONF'><glossterm>KERNEL_MODULE_PROBECONF</glossterm> 5218 <glossentry id='var-KERNEL_MODULE_PROBECONF'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_MODULE_PROBECONF</glossterm>
5219 <info> 5219 <info>
5220 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." 5220 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."
5221 </info> 5221 </info>
@@ -5233,7 +5233,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5233 </glossdef> 5233 </glossdef>
5234 </glossentry> 5234 </glossentry>
5235 5235
5236 <glossentry id='var-KERNEL_PATH'><glossterm>KERNEL_PATH</glossterm> 5236 <glossentry id='var-KERNEL_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_PATH</glossterm>
5237 <info> 5237 <info>
5238 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)." 5238 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)."
5239 </info> 5239 </info>
@@ -5263,7 +5263,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5263 </glossdef> 5263 </glossdef>
5264 </glossentry> 5264 </glossentry>
5265 5265
5266 <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm> 5266 <glossentry id='var-KERNEL_SRC'><glossterm><imagedata fileref="figures/define-generic.png" />KERNEL_SRC</glossterm>
5267 <info> 5267 <info>
5268 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)." 5268 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)."
5269 </info> 5269 </info>
@@ -5293,7 +5293,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5293 </glossdef> 5293 </glossdef>
5294 </glossentry> 5294 </glossentry>
5295 5295
5296 <glossentry id='var-KFEATURE_DESCRIPTION'><glossterm>KFEATURE_DESCRIPTION</glossterm> 5296 <glossentry id='var-KFEATURE_DESCRIPTION'><glossterm><imagedata fileref="figures/define-generic.png" />KFEATURE_DESCRIPTION</glossterm>
5297 <info> 5297 <info>
5298 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." 5298 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."
5299 </info> 5299 </info>
@@ -5312,7 +5312,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5312 </glossdef> 5312 </glossdef>
5313 </glossentry> 5313 </glossentry>
5314 5314
5315 <glossentry id='var-KMACHINE'><glossterm>KMACHINE</glossterm> 5315 <glossentry id='var-KMACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />KMACHINE</glossterm>
5316 <info> 5316 <info>
5317 KMACHINE[doc] = "The machine as known by the kernel." 5317 KMACHINE[doc] = "The machine as known by the kernel."
5318 </info> 5318 </info>
@@ -5408,7 +5408,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5408 </glossdef> 5408 </glossdef>
5409 </glossentry> 5409 </glossentry>
5410 5410
5411 <glossentry id='var-KTYPE'><glossterm>KTYPE</glossterm> 5411 <glossentry id='var-KTYPE'><glossterm><imagedata fileref="figures/define-generic.png" />KTYPE</glossterm>
5412 <info> 5412 <info>
5413 KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." 5413 KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
5414 </info> 5414 </info>
@@ -5437,7 +5437,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5437 5437
5438 <glossdiv id='var-glossary-l'><title>L</title> 5438 <glossdiv id='var-glossary-l'><title>L</title>
5439 5439
5440 <glossentry id='var-LABELS'><glossterm>LABELS</glossterm> 5440 <glossentry id='var-LABELS'><glossterm><imagedata fileref="figures/define-generic.png" />LABELS</glossterm>
5441 <info> 5441 <info>
5442 LABELS[doc] = "Provides a list of targets for automatic configuration." 5442 LABELS[doc] = "Provides a list of targets for automatic configuration."
5443 </info> 5443 </info>
@@ -5454,7 +5454,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5454 </glossdef> 5454 </glossdef>
5455 </glossentry> 5455 </glossentry>
5456 5456
5457 <glossentry id='var-LAYERDEPENDS'><glossterm>LAYERDEPENDS</glossterm> 5457 <glossentry id='var-LAYERDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />LAYERDEPENDS</glossterm>
5458 <info> 5458 <info>
5459 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." 5459 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."
5460 </info> 5460 </info>
@@ -5473,7 +5473,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5473 </glossdef> 5473 </glossdef>
5474 </glossentry> 5474 </glossentry>
5475 5475
5476 <glossentry id='var-LAYERDIR'><glossterm>LAYERDIR</glossterm> 5476 <glossentry id='var-LAYERDIR'><glossterm><imagedata fileref="figures/define-generic.png" />LAYERDIR</glossterm>
5477 <info> 5477 <info>
5478 LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer." 5478 LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer."
5479 </info> 5479 </info>
@@ -5485,7 +5485,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5485 </glossdef> 5485 </glossdef>
5486 </glossentry> 5486 </glossentry>
5487 5487
5488 <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION</glossterm> 5488 <glossentry id='var-LAYERVERSION'><glossterm><imagedata fileref="figures/define-generic.png" />LAYERVERSION</glossterm>
5489 <info> 5489 <info>
5490 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." 5490 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."
5491 </info> 5491 </info>
@@ -5501,7 +5501,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5501 </glossdef> 5501 </glossdef>
5502 </glossentry> 5502 </glossentry>
5503 5503
5504 <glossentry id='var-LDFLAGS'><glossterm>LDFLAGS</glossterm> 5504 <glossentry id='var-LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />LDFLAGS</glossterm>
5505 <info> 5505 <info>
5506 LDFLAGS[doc] = "Specifies the flags to pass to the linker." 5506 LDFLAGS[doc] = "Specifies the flags to pass to the linker."
5507 </info> 5507 </info>
@@ -5536,7 +5536,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5536 </glossdef> 5536 </glossdef>
5537 </glossentry> 5537 </glossentry>
5538 5538
5539 <glossentry id='var-LEAD_SONAME'><glossterm>LEAD_SONAME</glossterm> 5539 <glossentry id='var-LEAD_SONAME'><glossterm><imagedata fileref="figures/define-generic.png" />LEAD_SONAME</glossterm>
5540 <info> 5540 <info>
5541 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." 5541 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."
5542 </info> 5542 </info>
@@ -5556,7 +5556,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5556 </glossdef> 5556 </glossdef>
5557 </glossentry> 5557 </glossentry>
5558 5558
5559 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm> 5559 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm><imagedata fileref="figures/define-generic.png" />LIC_FILES_CHKSUM</glossterm>
5560 <info> 5560 <info>
5561 LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." 5561 LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code."
5562 </info> 5562 </info>
@@ -5577,7 +5577,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5577 </glossdef> 5577 </glossdef>
5578 </glossentry> 5578 </glossentry>
5579 5579
5580 <glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm> 5580 <glossentry id='var-LICENSE'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE</glossterm>
5581 <info> 5581 <info>
5582 LICENSE[doc] = "The list of source licenses for the recipe. The logical operators ampersand or '|' and parentheses can be used." 5582 LICENSE[doc] = "The list of source licenses for the recipe. The logical operators ampersand or '|' and parentheses can be used."
5583 </info> 5583 </info>
@@ -5641,7 +5641,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5641 </glossdef> 5641 </glossdef>
5642 </glossentry> 5642 </glossentry>
5643 5643
5644 <glossentry id='var-LICENSE_FLAGS'><glossterm>LICENSE_FLAGS</glossterm> 5644 <glossentry id='var-LICENSE_FLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE_FLAGS</glossterm>
5645 <info> 5645 <info>
5646 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." 5646 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."
5647 </info> 5647 </info>
@@ -5668,7 +5668,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5668 </glossdef> 5668 </glossdef>
5669 </glossentry> 5669 </glossentry>
5670 5670
5671 <glossentry id='var-LICENSE_FLAGS_WHITELIST'><glossterm>LICENSE_FLAGS_WHITELIST</glossterm> 5671 <glossentry id='var-LICENSE_FLAGS_WHITELIST'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE_FLAGS_WHITELIST</glossterm>
5672 <info> 5672 <info>
5673 LICENSE_FLAGS_WHITELIST[doc] = "Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being built." 5673 LICENSE_FLAGS_WHITELIST[doc] = "Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being built."
5674 </info> 5674 </info>
@@ -5687,7 +5687,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5687 </glossdef> 5687 </glossdef>
5688 </glossentry> 5688 </glossentry>
5689 5689
5690 <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm> 5690 <glossentry id='var-LICENSE_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />LICENSE_PATH</glossterm>
5691 <info> 5691 <info>
5692 LICENSE_PATH[doc] = "Path to additional licenses used during the build." 5692 LICENSE_PATH[doc] = "Path to additional licenses used during the build."
5693 </info> 5693 </info>
@@ -5703,7 +5703,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5703 </glossdef> 5703 </glossdef>
5704 </glossentry> 5704 </glossentry>
5705 5705
5706 <glossentry id='var-LINUX_KERNEL_TYPE'><glossterm>LINUX_KERNEL_TYPE</glossterm> 5706 <glossentry id='var-LINUX_KERNEL_TYPE'><glossterm><imagedata fileref="figures/define-generic.png" />LINUX_KERNEL_TYPE</glossterm>
5707 <info> 5707 <info>
5708 LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." 5708 LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
5709 </info> 5709 </info>
@@ -5735,7 +5735,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5735 </glossdef> 5735 </glossdef>
5736 </glossentry> 5736 </glossentry>
5737 5737
5738 <glossentry id='var-LINUX_VERSION'><glossterm>LINUX_VERSION</glossterm> 5738 <glossentry id='var-LINUX_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />LINUX_VERSION</glossterm>
5739 <info> 5739 <info>
5740 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." 5740 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."
5741 </info> 5741 </info>
@@ -5760,7 +5760,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5760 </glossdef> 5760 </glossdef>
5761 </glossentry> 5761 </glossentry>
5762 5762
5763 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION</glossterm> 5763 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm><imagedata fileref="figures/define-generic.png" />LINUX_VERSION_EXTENSION</glossterm>
5764 <info> 5764 <info>
5765 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." 5765 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."
5766 </info> 5766 </info>
@@ -5788,7 +5788,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5788 </glossdef> 5788 </glossdef>
5789 </glossentry> 5789 </glossentry>
5790 5790
5791 <glossentry id='var-LOG_DIR'><glossterm>LOG_DIR</glossterm> 5791 <glossentry id='var-LOG_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />LOG_DIR</glossterm>
5792 <info> 5792 <info>
5793 LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log" 5793 LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log"
5794 </info> 5794 </info>
@@ -5810,7 +5810,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5810 5810
5811 <glossdiv id='var-glossary-m'><title>M</title> 5811 <glossdiv id='var-glossary-m'><title>M</title>
5812 5812
5813 <glossentry id='var-MACHINE'><glossterm>MACHINE</glossterm> 5813 <glossentry id='var-MACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE</glossterm>
5814 <info> 5814 <info>
5815 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." 5815 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."
5816 </info> 5816 </info>
@@ -5860,7 +5860,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5860 </glossdef> 5860 </glossdef>
5861 </glossentry> 5861 </glossentry>
5862 5862
5863 <glossentry id='var-MACHINE_ARCH'><glossterm>MACHINE_ARCH</glossterm> 5863 <glossentry id='var-MACHINE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_ARCH</glossterm>
5864 <info> 5864 <info>
5865 MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH." 5865 MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH."
5866 </info> 5866 </info>
@@ -5877,7 +5877,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5877 </glossdef> 5877 </glossdef>
5878 </glossentry> 5878 </glossentry>
5879 5879
5880 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RDEPENDS</glossterm> 5880 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_ESSENTIAL_EXTRA_RDEPENDS</glossterm>
5881 <info> 5881 <info>
5882 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." 5882 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."
5883 </info> 5883 </info>
@@ -5911,7 +5911,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5911 </glossdef> 5911 </glossdef>
5912 </glossentry> 5912 </glossentry>
5913 5913
5914 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</glossterm> 5914 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</glossterm>
5915 <info> 5915 <info>
5916 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." 5916 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."
5917 </info> 5917 </info>
@@ -5961,7 +5961,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5961 </glossdef> 5961 </glossdef>
5962 </glossentry> 5962 </glossentry>
5963 5963
5964 <glossentry id='var-MACHINE_EXTRA_RDEPENDS'><glossterm>MACHINE_EXTRA_RDEPENDS</glossterm> 5964 <glossentry id='var-MACHINE_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_EXTRA_RDEPENDS</glossterm>
5965 <info> 5965 <info>
5966 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." 5966 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."
5967 </info> 5967 </info>
@@ -6003,7 +6003,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6003 </glossdef> 6003 </glossdef>
6004 </glossentry> 6004 </glossentry>
6005 6005
6006 <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm>MACHINE_EXTRA_RRECOMMENDS</glossterm> 6006 <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_EXTRA_RRECOMMENDS</glossterm>
6007 <info> 6007 <info>
6008 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." 6008 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."
6009 </info> 6009 </info>
@@ -6044,7 +6044,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6044 </glossdef> 6044 </glossdef>
6045 </glossentry> 6045 </glossentry>
6046 6046
6047 <glossentry id='var-MACHINE_FEATURES'><glossterm>MACHINE_FEATURES</glossterm> 6047 <glossentry id='var-MACHINE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_FEATURES</glossterm>
6048 <info> 6048 <info>
6049 MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports." 6049 MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports."
6050 </info> 6050 </info>
@@ -6070,7 +6070,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6070 </glossdef> 6070 </glossdef>
6071 </glossentry> 6071 </glossentry>
6072 6072
6073 <glossentry id='var-MACHINE_FEATURES_BACKFILL'><glossterm>MACHINE_FEATURES_BACKFILL</glossterm> 6073 <glossentry id='var-MACHINE_FEATURES_BACKFILL'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_FEATURES_BACKFILL</glossterm>
6074 <info> 6074 <info>
6075 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." 6075 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."
6076 </info> 6076 </info>
@@ -6092,7 +6092,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6092 </glossdef> 6092 </glossdef>
6093 </glossentry> 6093 </glossentry>
6094 6094
6095 <glossentry id='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><glossterm>MACHINE_FEATURES_BACKFILL_CONSIDERED</glossterm> 6095 <glossentry id='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINE_FEATURES_BACKFILL_CONSIDERED</glossterm>
6096 <info> 6096 <info>
6097 MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build." 6097 MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build."
6098 </info> 6098 </info>
@@ -6108,7 +6108,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6108 </glossdef> 6108 </glossdef>
6109 </glossentry> 6109 </glossentry>
6110 6110
6111 <glossentry id='var-MACHINEOVERRIDES'><glossterm>MACHINEOVERRIDES</glossterm> 6111 <glossentry id='var-MACHINEOVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />MACHINEOVERRIDES</glossterm>
6112 <info> 6112 <info>
6113 MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE." 6113 MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE."
6114 </info> 6114 </info>
@@ -6140,7 +6140,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6140 </glossdef> 6140 </glossdef>
6141 </glossentry> 6141 </glossentry>
6142 6142
6143 <glossentry id='var-MAINTAINER'><glossterm>MAINTAINER</glossterm> 6143 <glossentry id='var-MAINTAINER'><glossterm><imagedata fileref="figures/define-generic.png" />MAINTAINER</glossterm>
6144 <info> 6144 <info>
6145 MAINTAINER[doc] = "The email address of the distribution maintainer." 6145 MAINTAINER[doc] = "The email address of the distribution maintainer."
6146 </info> 6146 </info>
@@ -6149,7 +6149,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6149 </glossdef> 6149 </glossdef>
6150 </glossentry> 6150 </glossentry>
6151 6151
6152 <glossentry id='var-MIRRORS'><glossterm>MIRRORS</glossterm> 6152 <glossentry id='var-MIRRORS'><glossterm><imagedata fileref="figures/define-generic.png" />MIRRORS</glossterm>
6153 <info> 6153 <info>
6154 MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." 6154 MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code."
6155 </info> 6155 </info>
@@ -6177,7 +6177,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6177 </glossdef> 6177 </glossdef>
6178 </glossentry> 6178 </glossentry>
6179 6179
6180 <glossentry id='var-MLPREFIX'><glossterm>MLPREFIX</glossterm> 6180 <glossentry id='var-MLPREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />MLPREFIX</glossterm>
6181 <info> 6181 <info>
6182 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." 6182 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."
6183 </info> 6183 </info>
@@ -6195,7 +6195,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6195 </glossdef> 6195 </glossdef>
6196 </glossentry> 6196 </glossentry>
6197 6197
6198 <glossentry id='var-module_autoload'><glossterm>module_autoload</glossterm> 6198 <glossentry id='var-module_autoload'><glossterm><imagedata fileref="figures/define-generic.png" />module_autoload</glossterm>
6199 <info> 6199 <info>
6200 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." 6200 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."
6201 </info> 6201 </info>
@@ -6220,7 +6220,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6220 </glossdef> 6220 </glossdef>
6221 </glossentry> 6221 </glossentry>
6222 6222
6223 <glossentry id='var-module_conf'><glossterm>module_conf</glossterm> 6223 <glossentry id='var-module_conf'><glossterm><imagedata fileref="figures/define-generic.png" />module_conf</glossterm>
6224 <info> 6224 <info>
6225 module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file." 6225 module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file."
6226 </info> 6226 </info>
@@ -6280,7 +6280,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6280 </glossdef> 6280 </glossdef>
6281 </glossentry> 6281 </glossentry>
6282 6282
6283 <glossentry id='var-MODULE_IMAGE_BASE_NAME'><glossterm>MODULE_IMAGE_BASE_NAME</glossterm> 6283 <glossentry id='var-MODULE_IMAGE_BASE_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />MODULE_IMAGE_BASE_NAME</glossterm>
6284 <info> 6284 <info>
6285 MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball." 6285 MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball."
6286 </info> 6286 </info>
@@ -6305,7 +6305,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6305 </glossdef> 6305 </glossdef>
6306 </glossentry> 6306 </glossentry>
6307 6307
6308 <glossentry id='var-MODULE_TARBALL_DEPLOY'><glossterm>MODULE_TARBALL_DEPLOY</glossterm> 6308 <glossentry id='var-MODULE_TARBALL_DEPLOY'><glossterm><imagedata fileref="figures/define-generic.png" />MODULE_TARBALL_DEPLOY</glossterm>
6309 <info> 6309 <info>
6310 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." 6310 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."
6311 </info> 6311 </info>
@@ -6320,7 +6320,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6320 </glossdef> 6320 </glossdef>
6321 </glossentry> 6321 </glossentry>
6322 6322
6323 <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm>MULTIMACH_TARGET_SYS</glossterm> 6323 <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />MULTIMACH_TARGET_SYS</glossterm>
6324 <info> 6324 <info>
6325 MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that you can build for multiple target machines using the same output directories." 6325 MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that you can build for multiple target machines using the same output directories."
6326 </info> 6326 </info>
@@ -6338,7 +6338,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6338 6338
6339 <glossdiv id='var-glossary-n'><title>N</title> 6339 <glossdiv id='var-glossary-n'><title>N</title>
6340 6340
6341 <glossentry id='var-NATIVELSBSTRING'><glossterm>NATIVELSBSTRING</glossterm> 6341 <glossentry id='var-NATIVELSBSTRING'><glossterm><imagedata fileref="figures/define-generic.png" />NATIVELSBSTRING</glossterm>
6342 <info> 6342 <info>
6343 NATIVELSBSTRING[doc] = "A string identifying the host distribution." 6343 NATIVELSBSTRING[doc] = "A string identifying the host distribution."
6344 </info> 6344 </info>
@@ -6366,7 +6366,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6366 </glossdef> 6366 </glossdef>
6367 </glossentry> 6367 </glossentry>
6368 6368
6369 <glossentry id='var-NO_RECOMMENDATIONS'><glossterm>NO_RECOMMENDATIONS</glossterm> 6369 <glossentry id='var-NO_RECOMMENDATIONS'><glossterm><imagedata fileref="figures/define-generic.png" />NO_RECOMMENDATIONS</glossterm>
6370 <info> 6370 <info>
6371 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." 6371 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."
6372 </info> 6372 </info>
@@ -6423,7 +6423,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6423 </glossdef> 6423 </glossdef>
6424 </glossentry> 6424 </glossentry>
6425 6425
6426 <glossentry id='var-NOHDD'><glossterm>NOHDD</glossterm> 6426 <glossentry id='var-NOHDD'><glossterm><imagedata fileref="figures/define-generic.png" />NOHDD</glossterm>
6427 <info> 6427 <info>
6428 NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." 6428 NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image."
6429 </info> 6429 </info>
@@ -6440,7 +6440,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6440 </glossdef> 6440 </glossdef>
6441 </glossentry> 6441 </glossentry>
6442 6442
6443 <glossentry id='var-NOISO'><glossterm>NOISO</glossterm> 6443 <glossentry id='var-NOISO'><glossterm><imagedata fileref="figures/define-generic.png" />NOISO</glossterm>
6444 <info> 6444 <info>
6445 NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image." 6445 NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image."
6446 </info> 6446 </info>
@@ -6462,7 +6462,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6462 6462
6463 <glossdiv id='var-glossary-o'><title>O</title> 6463 <glossdiv id='var-glossary-o'><title>O</title>
6464 6464
6465 <glossentry id='var-OE_BINCONFIG_EXTRA_MANGLE'><glossterm>OE_BINCONFIG_EXTRA_MANGLE</glossterm> 6465 <glossentry id='var-OE_BINCONFIG_EXTRA_MANGLE'><glossterm><imagedata fileref="figures/define-generic.png" />OE_BINCONFIG_EXTRA_MANGLE</glossterm>
6466 <info> 6466 <info>
6467 OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command." 6467 OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command."
6468 </info> 6468 </info>
@@ -6495,7 +6495,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6495 </glossdef> 6495 </glossdef>
6496 </glossentry> 6496 </glossentry>
6497 6497
6498 <glossentry id='var-OE_IMPORTS'><glossterm>OE_IMPORTS</glossterm> 6498 <glossentry id='var-OE_IMPORTS'><glossterm><imagedata fileref="figures/define-generic.png" />OE_IMPORTS</glossterm>
6499 <info> 6499 <info>
6500 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." 6500 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."
6501 </info> 6501 </info>
@@ -6513,7 +6513,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6513 </glossdef> 6513 </glossdef>
6514 </glossentry> 6514 </glossentry>
6515 6515
6516 <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm> 6516 <glossentry id='var-OE_TERMINAL'><glossterm><imagedata fileref="figures/define-generic.png" />OE_TERMINAL</glossterm>
6517 <info> 6517 <info>
6518 OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." 6518 OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system."
6519 </info> 6519 </info>
@@ -6547,7 +6547,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6547 </glossdef> 6547 </glossdef>
6548 </glossentry> 6548 </glossentry>
6549 6549
6550 <glossentry id='var-OEROOT'><glossterm>OEROOT</glossterm> 6550 <glossentry id='var-OEROOT'><glossterm><imagedata fileref="figures/define-generic.png" />OEROOT</glossterm>
6551 <info> 6551 <info>
6552 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." 6552 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced."
6553 </info> 6553 </info>
@@ -6572,7 +6572,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6572 </glossdef> 6572 </glossdef>
6573 </glossentry> 6573 </glossentry>
6574 6574
6575 <glossentry id='var-OLDEST_KERNEL'><glossterm>OLDEST_KERNEL</glossterm> 6575 <glossentry id='var-OLDEST_KERNEL'><glossterm><imagedata fileref="figures/define-generic.png" />OLDEST_KERNEL</glossterm>
6576 <info> 6576 <info>
6577 OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support." 6577 OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support."
6578 </info> 6578 </info>
@@ -6594,7 +6594,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6594 </glossdef> 6594 </glossdef>
6595 </glossentry> 6595 </glossentry>
6596 6596
6597 <glossentry id='var-OVERRIDES'><glossterm>OVERRIDES</glossterm> 6597 <glossentry id='var-OVERRIDES'><glossterm><imagedata fileref="figures/define-generic.png" />OVERRIDES</glossterm>
6598 <info> 6598 <info>
6599 OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files." 6599 OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files."
6600 </info> 6600 </info>
@@ -6614,7 +6614,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6614 6614
6615 <glossdiv id='var-glossary-p'><title>P</title> 6615 <glossdiv id='var-glossary-p'><title>P</title>
6616 6616
6617 <glossentry id='var-P'><glossterm>P</glossterm> 6617 <glossentry id='var-P'><glossterm><imagedata fileref="figures/define-generic.png" />P</glossterm>
6618 <info> 6618 <info>
6619 P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}." 6619 P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}."
6620 </info> 6620 </info>
@@ -6627,7 +6627,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6627 </glossdef> 6627 </glossdef>
6628 </glossentry> 6628 </glossentry>
6629 6629
6630 <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm> 6630 <glossentry id='var-PACKAGE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_ARCH</glossterm>
6631 <info> 6631 <info>
6632 PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages." 6632 PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages."
6633 </info> 6633 </info>
@@ -6656,7 +6656,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6656 </glossdef> 6656 </glossdef>
6657 </glossentry> 6657 </glossentry>
6658 6658
6659 <glossentry id='var-PACKAGE_ARCHS'><glossterm>PACKAGE_ARCHS</glossterm> 6659 <glossentry id='var-PACKAGE_ARCHS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_ARCHS</glossterm>
6660 <info> 6660 <info>
6661 PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority." 6661 PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority."
6662 </info> 6662 </info>
@@ -6675,7 +6675,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6675 </glossdef> 6675 </glossdef>
6676 </glossentry> 6676 </glossentry>
6677 6677
6678 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm> 6678 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_BEFORE_PN</glossterm>
6679 <info> 6679 <info>
6680 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." 6680 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."
6681 </info> 6681 </info>
@@ -6688,7 +6688,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6688 </glossdef> 6688 </glossdef>
6689 </glossentry> 6689 </glossentry>
6690 6690
6691 <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm> 6691 <glossentry id='var-PACKAGE_CLASSES'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_CLASSES</glossterm>
6692 <info> 6692 <info>
6693 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." 6693 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."
6694 </info> 6694 </info>
@@ -6740,7 +6740,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6740 </glossdef> 6740 </glossdef>
6741 </glossentry> 6741 </glossentry>
6742 6742
6743 <glossentry id='var-PACKAGE_DEBUG_SPLIT_STYLE'><glossterm>PACKAGE_DEBUG_SPLIT_STYLE</glossterm> 6743 <glossentry id='var-PACKAGE_DEBUG_SPLIT_STYLE'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_DEBUG_SPLIT_STYLE</glossterm>
6744 <info> 6744 <info>
6745 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)." 6745 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)."
6746 </info> 6746 </info>
@@ -6798,7 +6798,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6798 </glossdef> 6798 </glossdef>
6799 </glossentry> 6799 </glossentry>
6800 6800
6801 <glossentry id='var-PACKAGE_EXCLUDE'><glossterm>PACKAGE_EXCLUDE</glossterm> 6801 <glossentry id='var-PACKAGE_EXCLUDE'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_EXCLUDE</glossterm>
6802 <info> 6802 <info>
6803 PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." 6803 PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated."
6804 </info> 6804 </info>
@@ -6846,7 +6846,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6846 </glossdef> 6846 </glossdef>
6847 </glossentry> 6847 </glossentry>
6848 6848
6849 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS</glossterm> 6849 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_EXTRA_ARCHS</glossterm>
6850 <info> 6850 <info>
6851 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." 6851 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."
6852 </info> 6852 </info>
@@ -6857,7 +6857,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6857 </glossdef> 6857 </glossdef>
6858 </glossentry> 6858 </glossentry>
6859 6859
6860 <glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP</glossterm> 6860 <glossentry id='var-PACKAGE_GROUP'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_GROUP</glossterm>
6861 <info> 6861 <info>
6862 PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES." 6862 PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES."
6863 </info> 6863 </info>
@@ -6878,7 +6878,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6878 </glossdef> 6878 </glossdef>
6879 </glossentry> 6879 </glossentry>
6880 6880
6881 <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm> 6881 <glossentry id='var-PACKAGE_INSTALL'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_INSTALL</glossterm>
6882 <info> 6882 <info>
6883 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." 6883 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."
6884 </info> 6884 </info>
@@ -6909,7 +6909,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6909 </glossdef> 6909 </glossdef>
6910 </glossentry> 6910 </glossentry>
6911 6911
6912 <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS</glossterm> 6912 <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_PREPROCESS_FUNCS</glossterm>
6913 <info> 6913 <info>
6914 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." 6914 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."
6915 </info> 6915 </info>
@@ -6923,7 +6923,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6923 </glossdef> 6923 </glossdef>
6924 </glossentry> 6924 </glossentry>
6925 6925
6926 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm> 6926 <glossentry id='var-PACKAGECONFIG'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGECONFIG</glossterm>
6927 <info> 6927 <info>
6928 PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." 6928 PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis."
6929 </info> 6929 </info>
@@ -7041,7 +7041,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7041 </glossdef> 7041 </glossdef>
7042 </glossentry> 7042 </glossentry>
7043 7043
7044 <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> 7044 <glossentry id='var-PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGES</glossterm>
7045 <info> 7045 <info>
7046 PACKAGES[doc] = "The list of packages to be created from the recipe." 7046 PACKAGES[doc] = "The list of packages to be created from the recipe."
7047 </info> 7047 </info>
@@ -7054,7 +7054,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7054 </glossdef> 7054 </glossdef>
7055 </glossentry> 7055 </glossentry>
7056 7056
7057 <glossentry id='var-PACKAGES_DYNAMIC'><glossterm>PACKAGES_DYNAMIC</glossterm> 7057 <glossentry id='var-PACKAGES_DYNAMIC'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGES_DYNAMIC</glossterm>
7058 <info> 7058 <info>
7059 PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." 7059 PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes."
7060 </info> 7060 </info>
@@ -7095,7 +7095,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7095 </glossdef> 7095 </glossdef>
7096 </glossentry> 7096 </glossentry>
7097 7097
7098 <glossentry id='var-PACKAGESPLITFUNCS'><glossterm>PACKAGESPLITFUNCS</glossterm> 7098 <glossentry id='var-PACKAGESPLITFUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGESPLITFUNCS</glossterm>
7099 <info> 7099 <info>
7100 PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages." 7100 PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages."
7101 </info> 7101 </info>
@@ -7116,7 +7116,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7116 </glossdef> 7116 </glossdef>
7117 </glossentry> 7117 </glossentry>
7118 7118
7119 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> 7119 <glossentry id='var-PARALLEL_MAKE'><glossterm><imagedata fileref="figures/define-generic.png" />PARALLEL_MAKE</glossterm>
7120 <info> 7120 <info>
7121 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." 7121 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."
7122 </info> 7122 </info>
@@ -7147,7 +7147,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7147 </glossdef> 7147 </glossdef>
7148 </glossentry> 7148 </glossentry>
7149 7149
7150 <glossentry id='var-PARALLEL_MAKEINST'><glossterm>PARALLEL_MAKEINST</glossterm> 7150 <glossentry id='var-PARALLEL_MAKEINST'><glossterm><imagedata fileref="figures/define-generic.png" />PARALLEL_MAKEINST</glossterm>
7151 <info> 7151 <info>
7152 PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation." 7152 PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation."
7153 </info> 7153 </info>
@@ -7168,7 +7168,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7168 </glossdef> 7168 </glossdef>
7169 </glossentry> 7169 </glossentry>
7170 7170
7171 <glossentry id='var-PATCHRESOLVE'><glossterm>PATCHRESOLVE</glossterm> 7171 <glossentry id='var-PATCHRESOLVE'><glossterm><imagedata fileref="figures/define-generic.png" />PATCHRESOLVE</glossterm>
7172 <info> 7172 <info>
7173 PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." 7173 PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution."
7174 </info> 7174 </info>
@@ -7195,7 +7195,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7195 </glossdef> 7195 </glossdef>
7196 </glossentry> 7196 </glossentry>
7197 7197
7198 <glossentry id='var-PATCHTOOL'><glossterm>PATCHTOOL</glossterm> 7198 <glossentry id='var-PATCHTOOL'><glossterm><imagedata fileref="figures/define-generic.png" />PATCHTOOL</glossterm>
7199 <info> 7199 <info>
7200 PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch." 7200 PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch."
7201 </info> 7201 </info>
@@ -7225,7 +7225,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7225 </glossdef> 7225 </glossdef>
7226 </glossentry> 7226 </glossentry>
7227 7227
7228 <glossentry id='var-PE'><glossterm>PE</glossterm> 7228 <glossentry id='var-PE'><glossterm><imagedata fileref="figures/define-generic.png" />PE</glossterm>
7229 <info> 7229 <info>
7230 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." 7230 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."
7231 </info> 7231 </info>
@@ -7240,7 +7240,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7240 </glossdef> 7240 </glossdef>
7241 </glossentry> 7241 </glossentry>
7242 7242
7243 <glossentry id='var-PF'><glossterm>PF</glossterm> 7243 <glossentry id='var-PF'><glossterm><imagedata fileref="figures/define-generic.png" />PF</glossterm>
7244 <info> 7244 <info>
7245 PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This variable is comprised of ${PN}-${EXTENDPE}${PV}-${PR}." 7245 PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This variable is comprised of ${PN}-${EXTENDPE}${PV}-${PR}."
7246 </info> 7246 </info>
@@ -7255,7 +7255,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7255 </glossdef> 7255 </glossdef>
7256 </glossentry> 7256 </glossentry>
7257 7257
7258 <glossentry id='var-PIXBUF_PACKAGES'><glossterm>PIXBUF_PACKAGES</glossterm> 7258 <glossentry id='var-PIXBUF_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />PIXBUF_PACKAGES</glossterm>
7259 <info> 7259 <info>
7260 PIXBUF_PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages that contain the pixbuf loaders used with gdk-pixbuf." 7260 PIXBUF_PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages that contain the pixbuf loaders used with gdk-pixbuf."
7261 </info> 7261 </info>
@@ -7275,7 +7275,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7275 </glossdef> 7275 </glossdef>
7276 </glossentry> 7276 </glossentry>
7277 7277
7278 <glossentry id='var-PKG'><glossterm>PKG</glossterm> 7278 <glossentry id='var-PKG'><glossterm><imagedata fileref="figures/define-generic.png" />PKG</glossterm>
7279 <info> 7279 <info>
7280 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." 7280 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."
7281 </info> 7281 </info>
@@ -7295,7 +7295,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7295 </glossdef> 7295 </glossdef>
7296 </glossentry> 7296 </glossentry>
7297 7297
7298 <glossentry id='var-PKGD'><glossterm>PKGD</glossterm> 7298 <glossentry id='var-PKGD'><glossterm><imagedata fileref="figures/define-generic.png" />PKGD</glossterm>
7299 <info> 7299 <info>
7300 PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages." 7300 PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages."
7301 </info> 7301 </info>
@@ -7312,7 +7312,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7312 </glossdef> 7312 </glossdef>
7313 </glossentry> 7313 </glossentry>
7314 7314
7315 <glossentry id='var-PKGDATA_DIR'><glossterm>PKGDATA_DIR</glossterm> 7315 <glossentry id='var-PKGDATA_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />PKGDATA_DIR</glossterm>
7316 <info> 7316 <info>
7317 PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process." 7317 PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process."
7318 </info> 7318 </info>
@@ -7333,7 +7333,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7333 </glossdef> 7333 </glossdef>
7334 </glossentry> 7334 </glossentry>
7335 7335
7336 <glossentry id='var-PKGDEST'><glossterm>PKGDEST</glossterm> 7336 <glossentry id='var-PKGDEST'><glossterm><imagedata fileref="figures/define-generic.png" />PKGDEST</glossterm>
7337 <info> 7337 <info>
7338 PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." 7338 PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages."
7339 </info> 7339 </info>
@@ -7353,7 +7353,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7353 </glossdef> 7353 </glossdef>
7354 </glossentry> 7354 </glossentry>
7355 7355
7356 <glossentry id='var-PKGDESTWORK'><glossterm>PKGDESTWORK</glossterm> 7356 <glossentry id='var-PKGDESTWORK'><glossterm><imagedata fileref="figures/define-generic.png" />PKGDESTWORK</glossterm>
7357 <info> 7357 <info>
7358 PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." 7358 PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task."
7359 </info> 7359 </info>
@@ -7381,7 +7381,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7381 </glossdef> 7381 </glossdef>
7382 </glossentry> 7382 </glossentry>
7383 7383
7384 <glossentry id='var-PKGE'><glossterm>PKGE</glossterm> 7384 <glossentry id='var-PKGE'><glossterm><imagedata fileref="figures/define-generic.png" />PKGE</glossterm>
7385 <info> 7385 <info>
7386 PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." 7386 PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system."
7387 </info> 7387 </info>
@@ -7395,7 +7395,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7395 </glossdef> 7395 </glossdef>
7396 </glossentry> 7396 </glossentry>
7397 7397
7398 <glossentry id='var-PKGR'><glossterm>PKGR</glossterm> 7398 <glossentry id='var-PKGR'><glossterm><imagedata fileref="figures/define-generic.png" />PKGR</glossterm>
7399 <info> 7399 <info>
7400 PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." 7400 PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system."
7401 </info> 7401 </info>
@@ -7409,7 +7409,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7409 </glossdef> 7409 </glossdef>
7410 </glossentry> 7410 </glossentry>
7411 7411
7412 <glossentry id='var-PKGV'><glossterm>PKGV</glossterm> 7412 <glossentry id='var-PKGV'><glossterm><imagedata fileref="figures/define-generic.png" />PKGV</glossterm>
7413 <info> 7413 <info>
7414 PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." 7414 PKGV[doc] = "The version of the output package built by the OpenEmbedded build system."
7415 </info> 7415 </info>
@@ -7423,7 +7423,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7423 </glossdef> 7423 </glossdef>
7424 </glossentry> 7424 </glossentry>
7425 7425
7426 <glossentry id='var-PN'><glossterm>PN</glossterm> 7426 <glossentry id='var-PN'><glossterm><imagedata fileref="figures/define-generic.png" />PN</glossterm>
7427 <info> 7427 <info>
7428 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." 7428 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."
7429 </info> 7429 </info>
@@ -7450,7 +7450,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7450 </glossdef> 7450 </glossdef>
7451 </glossentry> 7451 </glossentry>
7452 7452
7453 <glossentry id='var-PNBLACKLIST'><glossterm>PNBLACKLIST</glossterm> 7453 <glossentry id='var-PNBLACKLIST'><glossterm><imagedata fileref="figures/define-generic.png" />PNBLACKLIST</glossterm>
7454 <info> 7454 <info>
7455 PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." 7455 PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build."
7456 </info> 7456 </info>
@@ -7477,7 +7477,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7477 </glossdef> 7477 </glossdef>
7478 </glossentry> 7478 </glossentry>
7479 7479
7480 <glossentry id='var-PR'><glossterm>PR</glossterm> 7480 <glossentry id='var-PR'><glossterm><imagedata fileref="figures/define-generic.png" />PR</glossterm>
7481 <info> 7481 <info>
7482 PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." 7482 PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'."
7483 </info> 7483 </info>
@@ -7489,7 +7489,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7489 </glossdef> 7489 </glossdef>
7490 </glossentry> 7490 </glossentry>
7491 7491
7492 <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm> 7492 <glossentry id='var-PREFERRED_PROVIDER'><glossterm><imagedata fileref="figures/define-generic.png" />PREFERRED_PROVIDER</glossterm>
7493 <info> 7493 <info>
7494 PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." 7494 PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference."
7495 </info> 7495 </info>
@@ -7511,7 +7511,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7511 </glossdef> 7511 </glossdef>
7512 </glossentry> 7512 </glossentry>
7513 7513
7514 <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm> 7514 <glossentry id='var-PREFERRED_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />PREFERRED_VERSION</glossterm>
7515 <info> 7515 <info>
7516 PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." 7516 PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference."
7517 </info> 7517 </info>
@@ -7537,7 +7537,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7537 </glossdef> 7537 </glossdef>
7538 </glossentry> 7538 </glossentry>
7539 7539
7540 <glossentry id='var-PREMIRRORS'><glossterm>PREMIRRORS</glossterm> 7540 <glossentry id='var-PREMIRRORS'><glossterm><imagedata fileref="figures/define-generic.png" />PREMIRRORS</glossterm>
7541 <info> 7541 <info>
7542 PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." 7542 PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code."
7543 </info> 7543 </info>
@@ -7585,7 +7585,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7585 </glossdef> 7585 </glossdef>
7586 </glossentry> 7586 </glossentry>
7587 7587
7588 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm> 7588 <glossentry id='var-PRINC'><glossterm><imagedata fileref="figures/define-generic.png" />PRINC</glossterm>
7589 <info> 7589 <info>
7590 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'." 7590 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'."
7591 </info> 7591 </info>
@@ -7634,7 +7634,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7634 </glossdef> 7634 </glossdef>
7635 </glossentry> 7635 </glossentry>
7636 7636
7637 <glossentry id='var-PRIVATE_LIBS'><glossterm>PRIVATE_LIBS</glossterm> 7637 <glossentry id='var-PRIVATE_LIBS'><glossterm><imagedata fileref="figures/define-generic.png" />PRIVATE_LIBS</glossterm>
7638 <info> 7638 <info>
7639 PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." 7639 PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver."
7640 </info> 7640 </info>
@@ -7669,7 +7669,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7669 </glossdef> 7669 </glossdef>
7670 </glossentry> 7670 </glossentry>
7671 7671
7672 <glossentry id='var-PROVIDES'><glossterm>PROVIDES</glossterm> 7672 <glossentry id='var-PROVIDES'><glossterm><imagedata fileref="figures/define-generic.png" />PROVIDES</glossterm>
7673 <info> 7673 <info>
7674 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." 7674 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."
7675 </info> 7675 </info>
@@ -7701,7 +7701,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7701 </glossdef> 7701 </glossdef>
7702 </glossentry> 7702 </glossentry>
7703 7703
7704 <glossentry id='var-PRSERV_HOST'><glossterm>PRSERV_HOST</glossterm> 7704 <glossentry id='var-PRSERV_HOST'><glossterm><imagedata fileref="figures/define-generic.png" />PRSERV_HOST</glossterm>
7705 <info> 7705 <info>
7706 PRSERV_HOST[doc] = "The network based PR service host and port." 7706 PRSERV_HOST[doc] = "The network based PR service host and port."
7707 </info> 7707 </info>
@@ -7730,7 +7730,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7730 </glossdef> 7730 </glossdef>
7731 </glossentry> 7731 </glossentry>
7732 7732
7733 <glossentry id='var-PTEST_ENABLED'><glossterm>PTEST_ENABLED</glossterm> 7733 <glossentry id='var-PTEST_ENABLED'><glossterm><imagedata fileref="figures/define-generic.png" />PTEST_ENABLED</glossterm>
7734 <info> 7734 <info>
7735 PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe." 7735 PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe."
7736 </info> 7736 </info>
@@ -7748,7 +7748,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7748 </glossdef> 7748 </glossdef>
7749 </glossentry> 7749 </glossentry>
7750 7750
7751 <glossentry id='var-PV'><glossterm>PV</glossterm> 7751 <glossentry id='var-PV'><glossterm><imagedata fileref="figures/define-generic.png" />PV</glossterm>
7752 <info> 7752 <info>
7753 PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." 7753 PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename."
7754 </info> 7754 </info>
@@ -7766,7 +7766,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7766 </glossdef> 7766 </glossdef>
7767 </glossentry> 7767 </glossentry>
7768 7768
7769 <glossentry id='var-PYTHON_ABI'><glossterm>PYTHON_ABI</glossterm> 7769 <glossentry id='var-PYTHON_ABI'><glossterm><imagedata fileref="figures/define-generic.png" />PYTHON_ABI</glossterm>
7770 <info> 7770 <info>
7771 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." 7771 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."
7772 </info> 7772 </info>
@@ -7802,7 +7802,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7802 </glossdef> 7802 </glossdef>
7803 </glossentry> 7803 </glossentry>
7804 7804
7805 <glossentry id='var-PYTHON_PN'><glossterm>PYTHON_PN</glossterm> 7805 <glossentry id='var-PYTHON_PN'><glossterm><imagedata fileref="figures/define-generic.png" />PYTHON_PN</glossterm>
7806 <info> 7806 <info>
7807 PYTHON_PN[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, specifies the major Python version being built." 7807 PYTHON_PN[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, specifies the major Python version being built."
7808 </info> 7808 </info>
@@ -7838,7 +7838,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7838 7838
7839 <glossdiv id='var-glossary-q'><title>Q</title> 7839 <glossdiv id='var-glossary-q'><title>Q</title>
7840 7840
7841 <glossentry id='var-QMAKE_PROFILES'><glossterm>QMAKE_PROFILES</glossterm> 7841 <glossentry id='var-QMAKE_PROFILES'><glossterm><imagedata fileref="figures/define-generic.png" />QMAKE_PROFILES</glossterm>
7842 <info> 7842 <info>
7843 QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." 7843 QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake."
7844 </info> 7844 </info>
@@ -7866,7 +7866,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7866 7866
7867 <glossdiv id='var-glossary-r'><title>R</title> 7867 <glossdiv id='var-glossary-r'><title>R</title>
7868 7868
7869 <glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS</glossterm> 7869 <glossentry id='var-RCONFLICTS'><glossterm><imagedata fileref="figures/define-generic.png" />RCONFLICTS</glossterm>
7870 <info> 7870 <info>
7871 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." 7871 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."
7872 </info> 7872 </info>
@@ -7914,7 +7914,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7914 </glossdef> 7914 </glossdef>
7915 </glossentry> 7915 </glossentry>
7916 7916
7917 <glossentry id='var-RDEPENDS'><glossterm>RDEPENDS</glossterm> 7917 <glossentry id='var-RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />RDEPENDS</glossterm>
7918 <info> 7918 <info>
7919 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)." 7919 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)."
7920 </info> 7920 </info>
@@ -8049,7 +8049,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8049 </glossdef> 8049 </glossdef>
8050 </glossentry> 8050 </glossentry>
8051 8051
8052 <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES</glossterm> 8052 <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />REQUIRED_DISTRO_FEATURES</glossterm>
8053 <info> 8053 <info>
8054 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." 8054 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."
8055 </info> 8055 </info>
@@ -8071,7 +8071,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8071 </glossdef> 8071 </glossdef>
8072 </glossentry> 8072 </glossentry>
8073 8073
8074 <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE</glossterm> 8074 <glossentry id='var-RM_OLD_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />RM_OLD_IMAGE</glossterm>
8075 <info> 8075 <info>
8076 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." 8076 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."
8077 </info> 8077 </info>
@@ -8092,7 +8092,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8092 </glossdef> 8092 </glossdef>
8093 </glossentry> 8093 </glossentry>
8094 8094
8095 <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE</glossterm> 8095 <glossentry id='var-RM_WORK_EXCLUDE'><glossterm><imagedata fileref="figures/define-generic.png" />RM_WORK_EXCLUDE</glossterm>
8096 <info> 8096 <info>
8097 RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed." 8097 RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed."
8098 </info> 8098 </info>
@@ -8107,7 +8107,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8107 </glossdef> 8107 </glossdef>
8108 </glossentry> 8108 </glossentry>
8109 8109
8110 <glossentry id='var-ROOT_HOME'><glossterm>ROOT_HOME</glossterm> 8110 <glossentry id='var-ROOT_HOME'><glossterm><imagedata fileref="figures/define-generic.png" />ROOT_HOME</glossterm>
8111 <info> 8111 <info>
8112 ROOT_HOME[doc] = "Defines the root home directory." 8112 ROOT_HOME[doc] = "Defines the root home directory."
8113 </info> 8113 </info>
@@ -8143,7 +8143,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8143 </glossdef> 8143 </glossdef>
8144 </glossentry> 8144 </glossentry>
8145 8145
8146 <glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm> 8146 <glossentry id='var-ROOTFS'><glossterm><imagedata fileref="figures/define-generic.png" />ROOTFS</glossterm>
8147 <info> 8147 <info>
8148 ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem." 8148 ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem."
8149 </info> 8149 </info>
@@ -8162,7 +8162,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8162 </glossdef> 8162 </glossdef>
8163 </glossentry> 8163 </glossentry>
8164 8164
8165 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm>ROOTFS_POSTPROCESS_COMMAND</glossterm> 8165 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm><imagedata fileref="figures/define-generic.png" />ROOTFS_POSTPROCESS_COMMAND</glossterm>
8166 <info> 8166 <info>
8167 ROOTFS_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem." 8167 ROOTFS_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem."
8168 </info> 8168 </info>
@@ -8185,7 +8185,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8185 </glossdef> 8185 </glossdef>
8186 </glossentry> 8186 </glossentry>
8187 8187
8188 <glossentry id='var-RPROVIDES'><glossterm>RPROVIDES</glossterm> 8188 <glossentry id='var-RPROVIDES'><glossterm><imagedata fileref="figures/define-generic.png" />RPROVIDES</glossterm>
8189 <info> 8189 <info>
8190 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." 8190 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."
8191 </info> 8191 </info>
@@ -8212,7 +8212,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8212 </glossdef> 8212 </glossdef>
8213 </glossentry> 8213 </glossentry>
8214 8214
8215 <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> 8215 <glossentry id='var-RRECOMMENDS'><glossterm><imagedata fileref="figures/define-generic.png" />RRECOMMENDS</glossterm>
8216 <info> 8216 <info>
8217 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." 8217 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."
8218 </info> 8218 </info>
@@ -8304,7 +8304,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8304 </glossdef> 8304 </glossdef>
8305 </glossentry> 8305 </glossentry>
8306 8306
8307 <glossentry id='var-RREPLACES'><glossterm>RREPLACES</glossterm> 8307 <glossentry id='var-RREPLACES'><glossterm><imagedata fileref="figures/define-generic.png" />RREPLACES</glossterm>
8308 <info> 8308 <info>
8309 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." 8309 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."
8310 </info> 8310 </info>
@@ -8358,7 +8358,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8358 </glossdef> 8358 </glossdef>
8359 </glossentry> 8359 </glossentry>
8360 8360
8361 <glossentry id='var-RSUGGESTS'><glossterm>RSUGGESTS</glossterm> 8361 <glossentry id='var-RSUGGESTS'><glossterm><imagedata fileref="figures/define-generic.png" />RSUGGESTS</glossterm>
8362 <info> 8362 <info>
8363 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." 8363 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."
8364 </info> 8364 </info>
@@ -8385,7 +8385,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8385 8385
8386 <glossdiv id='var-glossary-s'><title>S</title> 8386 <glossdiv id='var-glossary-s'><title>S</title>
8387 8387
8388 <glossentry id='var-S'><glossterm>S</glossterm> 8388 <glossentry id='var-S'><glossterm><imagedata fileref="figures/define-generic.png" />S</glossterm>
8389 <info> 8389 <info>
8390 S[doc] = "The location in the Build Directory where unpacked package source code resides." 8390 S[doc] = "The location in the Build Directory where unpacked package source code resides."
8391 </info> 8391 </info>
@@ -8419,7 +8419,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8419 </glossdef> 8419 </glossdef>
8420 </glossentry> 8420 </glossentry>
8421 8421
8422 <glossentry id='var-SANITY_REQUIRED_UTILITIES'><glossterm>SANITY_REQUIRED_UTILITIES</glossterm> 8422 <glossentry id='var-SANITY_REQUIRED_UTILITIES'><glossterm><imagedata fileref="figures/define-generic.png" />SANITY_REQUIRED_UTILITIES</glossterm>
8423 <info> 8423 <info>
8424 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." 8424 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."
8425 </info> 8425 </info>
@@ -8434,7 +8434,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8434 </glossdef> 8434 </glossdef>
8435 </glossentry> 8435 </glossentry>
8436 8436
8437 <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm>SANITY_TESTED_DISTROS</glossterm> 8437 <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm><imagedata fileref="figures/define-generic.png" />SANITY_TESTED_DISTROS</glossterm>
8438 <info> 8438 <info>
8439 SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against." 8439 SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against."
8440 </info> 8440 </info>
@@ -8458,7 +8458,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8458 </glossdef> 8458 </glossdef>
8459 </glossentry> 8459 </glossentry>
8460 8460
8461 <glossentry id='var-SDK_ARCH'><glossterm>SDK_ARCH</glossterm> 8461 <glossentry id='var-SDK_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_ARCH</glossterm>
8462 <info> 8462 <info>
8463 SDK_ARCH[doc] = "The target architecture for the SDK." 8463 SDK_ARCH[doc] = "The target architecture for the SDK."
8464 </info> 8464 </info>
@@ -8472,7 +8472,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8472 </glossdef> 8472 </glossdef>
8473 </glossentry> 8473 </glossentry>
8474 8474
8475 <glossentry id='var-SDK_DEPLOY'><glossterm>SDK_DEPLOY</glossterm> 8475 <glossentry id='var-SDK_DEPLOY'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_DEPLOY</glossterm>
8476 <info> 8476 <info>
8477 SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed." 8477 SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed."
8478 </info> 8478 </info>
@@ -8490,7 +8490,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8490 </glossdef> 8490 </glossdef>
8491 </glossentry> 8491 </glossentry>
8492 8492
8493 <glossentry id='var-SDK_DIR'><glossterm>SDK_DIR</glossterm> 8493 <glossentry id='var-SDK_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_DIR</glossterm>
8494 <info> 8494 <info>
8495 SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output." 8495 SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output."
8496 </info> 8496 </info>
@@ -8515,7 +8515,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8515 </glossdef> 8515 </glossdef>
8516 </glossentry> 8516 </glossentry>
8517 8517
8518 <glossentry id='var-SDK_NAME'><glossterm>SDK_NAME</glossterm> 8518 <glossentry id='var-SDK_NAME'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_NAME</glossterm>
8519 <info> 8519 <info>
8520 SDK_NAME[doc] = "The base name for SDK output files." 8520 SDK_NAME[doc] = "The base name for SDK output files."
8521 </info> 8521 </info>
@@ -8537,7 +8537,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8537 </glossdef> 8537 </glossdef>
8538 </glossentry> 8538 </glossentry>
8539 8539
8540 <glossentry id='var-SDK_OUTPUT'><glossterm>SDK_OUTPUT</glossterm> 8540 <glossentry id='var-SDK_OUTPUT'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_OUTPUT</glossterm>
8541 <info> 8541 <info>
8542 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." 8542 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output."
8543 </info> 8543 </info>
@@ -8564,7 +8564,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8564 </glossdef> 8564 </glossdef>
8565 </glossentry> 8565 </glossentry>
8566 8566
8567 <glossentry id='var-SDK_PACKAGE_ARCHS'><glossterm>SDK_PACKAGE_ARCHS</glossterm> 8567 <glossentry id='var-SDK_PACKAGE_ARCHS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_PACKAGE_ARCHS</glossterm>
8568 <info> 8568 <info>
8569 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." 8569 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."
8570 </info> 8570 </info>
@@ -8583,7 +8583,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8583 </glossdef> 8583 </glossdef>
8584 </glossentry> 8584 </glossentry>
8585 8585
8586 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> 8586 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />SDKIMAGE_FEATURES</glossterm>
8587 <info> 8587 <info>
8588 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'." 8588 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'."
8589 </info> 8589 </info>
@@ -8599,7 +8599,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8599 </glossdef> 8599 </glossdef>
8600 </glossentry> 8600 </glossentry>
8601 8601
8602 <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm> 8602 <glossentry id='var-SDKMACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />SDKMACHINE</glossterm>
8603 <info> 8603 <info>
8604 SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items." 8604 SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items."
8605 </info> 8605 </info>
@@ -8631,7 +8631,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8631 </glossdef> 8631 </glossdef>
8632 </glossentry> 8632 </glossentry>
8633 8633
8634 <glossentry id='var-SDKPATH'><glossterm>SDKPATH</glossterm> 8634 <glossentry id='var-SDKPATH'><glossterm><imagedata fileref="figures/define-generic.png" />SDKPATH</glossterm>
8635 <info> 8635 <info>
8636 SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system." 8636 SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system."
8637 </info> 8637 </info>
@@ -8648,7 +8648,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8648 </glossdef> 8648 </glossdef>
8649 </glossentry> 8649 </glossentry>
8650 8650
8651 <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> 8651 <glossentry id='var-SECTION'><glossterm><imagedata fileref="figures/define-generic.png" />SECTION</glossterm>
8652 <info> 8652 <info>
8653 SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." 8653 SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable."
8654 </info> 8654 </info>
@@ -8658,7 +8658,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8658 </glossdef> 8658 </glossdef>
8659 </glossentry> 8659 </glossentry>
8660 8660
8661 <glossentry id='var-SELECTED_OPTIMIZATION'><glossterm>SELECTED_OPTIMIZATION</glossterm> 8661 <glossentry id='var-SELECTED_OPTIMIZATION'><glossterm><imagedata fileref="figures/define-generic.png" />SELECTED_OPTIMIZATION</glossterm>
8662 <info> 8662 <info>
8663 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." 8663 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."
8664 </info> 8664 </info>
@@ -8682,7 +8682,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8682 </glossdef> 8682 </glossdef>
8683 </glossentry> 8683 </glossentry>
8684 8684
8685 <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm> 8685 <glossentry id='var-SERIAL_CONSOLE'><glossterm><imagedata fileref="figures/define-generic.png" />SERIAL_CONSOLE</glossterm>
8686 <info> 8686 <info>
8687 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." 8687 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."
8688 </info> 8688 </info>
@@ -8706,7 +8706,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8706 </glossdef> 8706 </glossdef>
8707 </glossentry> 8707 </glossentry>
8708 8708
8709 <glossentry id='var-SERIAL_CONSOLES'><glossterm>SERIAL_CONSOLES</glossterm> 8709 <glossentry id='var-SERIAL_CONSOLES'><glossterm><imagedata fileref="figures/define-generic.png" />SERIAL_CONSOLES</glossterm>
8710 <info> 8710 <info>
8711 SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." 8711 SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty."
8712 </info> 8712 </info>
@@ -8723,7 +8723,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8723 </glossdef> 8723 </glossdef>
8724 </glossentry> 8724 </glossentry>
8725 8725
8726 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK</glossterm> 8726 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm><imagedata fileref="figures/define-generic.png" />SERIAL_CONSOLES_CHECK</glossterm>
8727 <info> 8727 <info>
8728 SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit." 8728 SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit."
8729 </info> 8729 </info>
@@ -8739,7 +8739,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8739 </glossdef> 8739 </glossdef>
8740 </glossentry> 8740 </glossentry>
8741 8741
8742 <glossentry id='var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS'><glossterm>SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS</glossterm> 8742 <glossentry id='var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS'><glossterm><imagedata fileref="figures/define-generic.png" />SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS</glossterm>
8743 <info> 8743 <info>
8744 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." 8744 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."
8745 </info> 8745 </info>
@@ -8770,7 +8770,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8770 </glossdef> 8770 </glossdef>
8771 </glossentry> 8771 </glossentry>
8772 8772
8773 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm>SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm> 8773 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm><imagedata fileref="figures/define-generic.png" />SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm>
8774 <info> 8774 <info>
8775 SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." 8775 SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change."
8776 </info> 8776 </info>
@@ -8793,7 +8793,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8793 </glossdef> 8793 </glossdef>
8794 </glossentry> 8794 </glossentry>
8795 8795
8796 <glossentry id='var-SITEINFO_BITS'><glossterm>SITEINFO_BITS</glossterm> 8796 <glossentry id='var-SITEINFO_BITS'><glossterm><imagedata fileref="figures/define-generic.png" />SITEINFO_BITS</glossterm>
8797 <info> 8797 <info>
8798 SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." 8798 SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU."
8799 </info> 8799 </info>
@@ -8805,7 +8805,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8805 </glossdef> 8805 </glossdef>
8806 </glossentry> 8806 </glossentry>
8807 8807
8808 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm> 8808 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm><imagedata fileref="figures/define-generic.png" />SITEINFO_ENDIANNESS</glossterm>
8809 <info> 8809 <info>
8810 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'." 8810 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'."
8811 </info> 8811 </info>
@@ -8817,7 +8817,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8817 </glossdef> 8817 </glossdef>
8818 </glossentry> 8818 </glossentry>
8819 8819
8820 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY</glossterm> 8820 <glossentry id='var-SOC_FAMILY'><glossterm><imagedata fileref="figures/define-generic.png" />SOC_FAMILY</glossterm>
8821 <info> 8821 <info>
8822 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." 8822 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."
8823 </info> 8823 </info>
@@ -8838,7 +8838,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8838 </glossdef> 8838 </glossdef>
8839 </glossentry> 8839 </glossentry>
8840 8840
8841 <glossentry id='var-SOLIBS'><glossterm>SOLIBS</glossterm> 8841 <glossentry id='var-SOLIBS'><glossterm><imagedata fileref="figures/define-generic.png" />SOLIBS</glossterm>
8842 <info> 8842 <info>
8843 SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." 8843 SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform."
8844 </info> 8844 </info>
@@ -8859,7 +8859,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8859 </glossdef> 8859 </glossdef>
8860 </glossentry> 8860 </glossentry>
8861 8861
8862 <glossentry id='var-SOLIBSDEV'><glossterm>SOLIBSDEV</glossterm> 8862 <glossentry id='var-SOLIBSDEV'><glossterm><imagedata fileref="figures/define-generic.png" />SOLIBSDEV</glossterm>
8863 <info> 8863 <info>
8864 SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." 8864 SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform."
8865 </info> 8865 </info>
@@ -8880,7 +8880,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8880 </glossdef> 8880 </glossdef>
8881 </glossentry> 8881 </glossentry>
8882 8882
8883 <glossentry id='var-SOURCE_MIRROR_URL'><glossterm>SOURCE_MIRROR_URL</glossterm> 8883 <glossentry id='var-SOURCE_MIRROR_URL'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_URL</glossterm>
8884 <info> 8884 <info>
8885 SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." 8885 SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI."
8886 </info> 8886 </info>
@@ -8910,7 +8910,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8910 </glossdef> 8910 </glossdef>
8911 </glossentry> 8911 </glossentry>
8912 8912
8913 <glossentry id='var-SPDXLICENSEMAP'><glossterm>SPDXLICENSEMAP</glossterm> 8913 <glossentry id='var-SPDXLICENSEMAP'><glossterm><imagedata fileref="figures/define-generic.png" />SPDXLICENSEMAP</glossterm>
8914 <info> 8914 <info>
8915 SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/." 8915 SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/."
8916 </info> 8916 </info>
@@ -8931,7 +8931,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8931 </glossdef> 8931 </glossdef>
8932 </glossentry> 8932 </glossentry>
8933 8933
8934 <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm>SPECIAL_PKGSUFFIX</glossterm> 8934 <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm><imagedata fileref="figures/define-generic.png" />SPECIAL_PKGSUFFIX</glossterm>
8935 <info> 8935 <info>
8936 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." 8936 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."
8937 </info> 8937 </info>
@@ -8945,7 +8945,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8945 </glossdef> 8945 </glossdef>
8946 </glossentry> 8946 </glossentry>
8947 8947
8948 <glossentry id='var-SRC_URI'><glossterm>SRC_URI</glossterm> 8948 <glossentry id='var-SRC_URI'><glossterm><imagedata fileref="figures/define-generic.png" />SRC_URI</glossterm>
8949 <info> 8949 <info>
8950 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." 8950 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."
8951 </info> 8951 </info>
@@ -9100,7 +9100,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9100 </glossdef> 9100 </glossdef>
9101 </glossentry> 9101 </glossentry>
9102 9102
9103 <glossentry id='var-SRC_URI_OVERRIDES_PACKAGE_ARCH'><glossterm>SRC_URI_OVERRIDES_PACKAGE_ARCH</glossterm> 9103 <glossentry id='var-SRC_URI_OVERRIDES_PACKAGE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />SRC_URI_OVERRIDES_PACKAGE_ARCH</glossterm>
9104 <info> 9104 <info>
9105 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." 9105 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."
9106 </info> 9106 </info>
@@ -9116,7 +9116,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9116 </glossdef> 9116 </glossdef>
9117 </glossentry> 9117 </glossentry>
9118 9118
9119 <glossentry id='var-SRCDATE'><glossterm>SRCDATE</glossterm> 9119 <glossentry id='var-SRCDATE'><glossterm><imagedata fileref="figures/define-generic.png" />SRCDATE</glossterm>
9120 <info> 9120 <info>
9121 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)." 9121 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)."
9122 </info> 9122 </info>
@@ -9128,7 +9128,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9128 </glossdef> 9128 </glossdef>
9129 </glossentry> 9129 </glossentry>
9130 9130
9131 <glossentry id='var-SRCPV'><glossterm>SRCPV</glossterm> 9131 <glossentry id='var-SRCPV'><glossterm><imagedata fileref="figures/define-generic.png" />SRCPV</glossterm>
9132 <info> 9132 <info>
9133 SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV." 9133 SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV."
9134 </info> 9134 </info>
@@ -9165,7 +9165,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9165 </glossdef> 9165 </glossdef>
9166 </glossentry> 9166 </glossentry>
9167 9167
9168 <glossentry id='var-SRCREV'><glossterm>SRCREV</glossterm> 9168 <glossentry id='var-SRCREV'><glossterm><imagedata fileref="figures/define-generic.png" />SRCREV</glossterm>
9169 <info> 9169 <info>
9170 SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only." 9170 SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only."
9171 </info> 9171 </info>
@@ -9182,7 +9182,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9182 </glossdef> 9182 </glossdef>
9183 </glossentry> 9183 </glossentry>
9184 9184
9185 <glossentry id='var-SSTATE_DIR'><glossterm>SSTATE_DIR</glossterm> 9185 <glossentry id='var-SSTATE_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />SSTATE_DIR</glossterm>
9186 <info> 9186 <info>
9187 SSTATE_DIR[doc] = "The directory for the shared state cache." 9187 SSTATE_DIR[doc] = "The directory for the shared state cache."
9188 </info> 9188 </info>
@@ -9191,7 +9191,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9191 </glossdef> 9191 </glossdef>
9192 </glossentry> 9192 </glossentry>
9193 9193
9194 <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm>SSTATE_MIRROR_ALLOW_NETWORK</glossterm> 9194 <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm><imagedata fileref="figures/define-generic.png" />SSTATE_MIRROR_ALLOW_NETWORK</glossterm>
9195 <info> 9195 <info>
9196 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"." 9196 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"."
9197 </info> 9197 </info>
@@ -9213,7 +9213,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9213 </glossdef> 9213 </glossdef>
9214 </glossentry> 9214 </glossentry>
9215 9215
9216 <glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS</glossterm> 9216 <glossentry id='var-SSTATE_MIRRORS'><glossterm><imagedata fileref="figures/define-generic.png" />SSTATE_MIRRORS</glossterm>
9217 <info> 9217 <info>
9218 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." 9218 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."
9219 </info> 9219 </info>
@@ -9254,7 +9254,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9254 </glossdef> 9254 </glossdef>
9255 </glossentry> 9255 </glossentry>
9256 9256
9257 <glossentry id='var-STAGING_BASE_LIBDIR_NATIVE'><glossterm>STAGING_BASE_LIBDIR_NATIVE</glossterm> 9257 <glossentry id='var-STAGING_BASE_LIBDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BASE_LIBDIR_NATIVE</glossterm>
9258 <info> 9258 <info>
9259 STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host." 9259 STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host."
9260 </info> 9260 </info>
@@ -9267,7 +9267,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9267 </glossdef> 9267 </glossdef>
9268 </glossentry> 9268 </glossentry>
9269 9269
9270 <glossentry id='var-STAGING_BASELIBDIR'><glossterm>STAGING_BASELIBDIR</glossterm> 9270 <glossentry id='var-STAGING_BASELIBDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BASELIBDIR</glossterm>
9271 <info> 9271 <info>
9272 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)." 9272 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)."
9273 </info> 9273 </info>
@@ -9281,7 +9281,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9281 </glossdef> 9281 </glossdef>
9282 </glossentry> 9282 </glossentry>
9283 9283
9284 <glossentry id='var-STAGING_BINDIR'><glossterm>STAGING_BINDIR</glossterm> 9284 <glossentry id='var-STAGING_BINDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BINDIR</glossterm>
9285 <info> 9285 <info>
9286 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)." 9286 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)."
9287 </info> 9287 </info>
@@ -9296,7 +9296,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9296 </glossdef> 9296 </glossdef>
9297 </glossentry> 9297 </glossentry>
9298 9298
9299 <glossentry id='var-STAGING_BINDIR_CROSS'><glossterm>STAGING_BINDIR_CROSS</glossterm> 9299 <glossentry id='var-STAGING_BINDIR_CROSS'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BINDIR_CROSS</glossterm>
9300 <info> 9300 <info>
9301 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." 9301 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."
9302 </info> 9302 </info>
@@ -9321,7 +9321,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9321 </glossdef> 9321 </glossdef>
9322 </glossentry> 9322 </glossentry>
9323 9323
9324 <glossentry id='var-STAGING_BINDIR_NATIVE'><glossterm>STAGING_BINDIR_NATIVE</glossterm> 9324 <glossentry id='var-STAGING_BINDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_BINDIR_NATIVE</glossterm>
9325 <info> 9325 <info>
9326 STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host." 9326 STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host."
9327 </info> 9327 </info>
@@ -9334,7 +9334,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9334 </glossdef> 9334 </glossdef>
9335 </glossentry> 9335 </glossentry>
9336 9336
9337 <glossentry id='var-STAGING_DATADIR'><glossterm>STAGING_DATADIR</glossterm> 9337 <glossentry id='var-STAGING_DATADIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DATADIR</glossterm>
9338 <info> 9338 <info>
9339 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)." 9339 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)."
9340 </info> 9340 </info>
@@ -9348,7 +9348,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9348 </glossdef> 9348 </glossdef>
9349 </glossentry> 9349 </glossentry>
9350 9350
9351 <glossentry id='var-STAGING_DATADIR_NATIVE'><glossterm>STAGING_DATADIR_NATIVE</glossterm> 9351 <glossentry id='var-STAGING_DATADIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DATADIR_NATIVE</glossterm>
9352 <info> 9352 <info>
9353 STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host." 9353 STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host."
9354 </info> 9354 </info>
@@ -9360,7 +9360,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9360 </glossdef> 9360 </glossdef>
9361 </glossentry> 9361 </glossentry>
9362 9362
9363 <glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR</glossterm> 9363 <glossentry id='var-STAGING_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR</glossterm>
9364 <info> 9364 <info>
9365 STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." 9365 STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)."
9366 </info> 9366 </info>
@@ -9384,7 +9384,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9384 </glossdef> 9384 </glossdef>
9385 </glossentry> 9385 </glossentry>
9386 9386
9387 <glossentry id='var-STAGING_DIR_HOST'><glossterm>STAGING_DIR_HOST</glossterm> 9387 <glossentry id='var-STAGING_DIR_HOST'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR_HOST</glossterm>
9388 <info> 9388 <info>
9389 STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built." 9389 STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built."
9390 </info> 9390 </info>
@@ -9413,7 +9413,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9413 </glossdef> 9413 </glossdef>
9414 </glossentry> 9414 </glossentry>
9415 9415
9416 <glossentry id='var-STAGING_DIR_NATIVE'><glossterm>STAGING_DIR_NATIVE</glossterm> 9416 <glossentry id='var-STAGING_DIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR_NATIVE</glossterm>
9417 <info> 9417 <info>
9418 STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host." 9418 STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host."
9419 </info> 9419 </info>
@@ -9425,7 +9425,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9425 </glossdef> 9425 </glossdef>
9426 </glossentry> 9426 </glossentry>
9427 9427
9428 <glossentry id='var-STAGING_DIR_TARGET'><glossterm>STAGING_DIR_TARGET</glossterm> 9428 <glossentry id='var-STAGING_DIR_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_DIR_TARGET</glossterm>
9429 <info> 9429 <info>
9430 STAGING_DIR_TARGET[doc] = "Specifies the path to the sysroot directory for the target for which the current recipe is being built." 9430 STAGING_DIR_TARGET[doc] = "Specifies the path to the sysroot directory for the target for which the current recipe is being built."
9431 </info> 9431 </info>
@@ -9452,7 +9452,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9452 </glossdef> 9452 </glossdef>
9453 </glossentry> 9453 </glossentry>
9454 9454
9455 <glossentry id='var-STAGING_ETCDIR_NATIVE'><glossterm>STAGING_ETCDIR_NATIVE</glossterm> 9455 <glossentry id='var-STAGING_ETCDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_ETCDIR_NATIVE</glossterm>
9456 <info> 9456 <info>
9457 STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host." 9457 STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host."
9458 </info> 9458 </info>
@@ -9465,7 +9465,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9465 </glossdef> 9465 </glossdef>
9466 </glossentry> 9466 </glossentry>
9467 9467
9468 <glossentry id='var-STAGING_EXECPREFIXDIR'><glossterm>STAGING_EXECPREFIXDIR</glossterm> 9468 <glossentry id='var-STAGING_EXECPREFIXDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_EXECPREFIXDIR</glossterm>
9469 <info> 9469 <info>
9470 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)." 9470 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)."
9471 </info> 9471 </info>
@@ -9479,7 +9479,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9479 </glossdef> 9479 </glossdef>
9480 </glossentry> 9480 </glossentry>
9481 9481
9482 <glossentry id='var-STAGING_INCDIR'><glossterm>STAGING_INCDIR</glossterm> 9482 <glossentry id='var-STAGING_INCDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_INCDIR</glossterm>
9483 <info> 9483 <info>
9484 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)." 9484 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)."
9485 </info> 9485 </info>
@@ -9494,7 +9494,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9494 </glossdef> 9494 </glossdef>
9495 </glossentry> 9495 </glossentry>
9496 9496
9497 <glossentry id='var-STAGING_INCDIR_NATIVE'><glossterm>STAGING_INCDIR_NATIVE</glossterm> 9497 <glossentry id='var-STAGING_INCDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_INCDIR_NATIVE</glossterm>
9498 <info> 9498 <info>
9499 STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host." 9499 STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host."
9500 </info> 9500 </info>
@@ -9506,7 +9506,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9506 </glossdef> 9506 </glossdef>
9507 </glossentry> 9507 </glossentry>
9508 9508
9509 <glossentry id='var-STAGING_KERNEL_DIR'><glossterm>STAGING_KERNEL_DIR</glossterm> 9509 <glossentry id='var-STAGING_KERNEL_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_KERNEL_DIR</glossterm>
9510 <info> 9510 <info>
9511 STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules." 9511 STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules."
9512 </info> 9512 </info>
@@ -9518,7 +9518,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9518 </glossdef> 9518 </glossdef>
9519 </glossentry> 9519 </glossentry>
9520 9520
9521 <glossentry id='var-STAGING_LIBDIR'><glossterm>STAGING_LIBDIR</glossterm> 9521 <glossentry id='var-STAGING_LIBDIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_LIBDIR</glossterm>
9522 <info> 9522 <info>
9523 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)." 9523 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)."
9524 </info> 9524 </info>
@@ -9532,7 +9532,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9532 </glossdef> 9532 </glossdef>
9533 </glossentry> 9533 </glossentry>
9534 9534
9535 <glossentry id='var-STAGING_LIBDIR_NATIVE'><glossterm>STAGING_LIBDIR_NATIVE</glossterm> 9535 <glossentry id='var-STAGING_LIBDIR_NATIVE'><glossterm><imagedata fileref="figures/define-generic.png" />STAGING_LIBDIR_NATIVE</glossterm>
9536 <info> 9536 <info>
9537 STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host." 9537 STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host."
9538 </info> 9538 </info>
@@ -9544,7 +9544,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9544 </glossdef> 9544 </glossdef>
9545 </glossentry> 9545 </glossentry>
9546 9546
9547 <glossentry id='var-STAMP'><glossterm>STAMP</glossterm> 9547 <glossentry id='var-STAMP'><glossterm><imagedata fileref="figures/define-generic.png" />STAMP</glossterm>
9548 <info> 9548 <info>
9549 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." 9549 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."
9550 </info> 9550 </info>
@@ -9570,7 +9570,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9570 </glossdef> 9570 </glossdef>
9571 </glossentry> 9571 </glossentry>
9572 9572
9573 <glossentry id='var-STAMPS_DIR'><glossterm>STAMPS_DIR</glossterm> 9573 <glossentry id='var-STAMPS_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />STAMPS_DIR</glossterm>
9574 <info> 9574 <info>
9575 STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps." 9575 STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps."
9576 </info> 9576 </info>
@@ -9584,7 +9584,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9584 </glossdef> 9584 </glossdef>
9585 </glossentry> 9585 </glossentry>
9586 9586
9587 <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm> 9587 <glossentry id='var-SUMMARY'><glossterm><imagedata fileref="figures/define-generic.png" />SUMMARY</glossterm>
9588 <info> 9588 <info>
9589 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." 9589 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."
9590 </info> 9590 </info>
@@ -9600,7 +9600,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9600 </glossdef> 9600 </glossdef>
9601 </glossentry> 9601 </glossentry>
9602 9602
9603 <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm>SYSLINUX_DEFAULT_CONSOLE</glossterm> 9603 <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_DEFAULT_CONSOLE</glossterm>
9604 <info> 9604 <info>
9605 SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." 9605 SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console."
9606 </info> 9606 </info>
@@ -9624,7 +9624,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9624 </glossdef> 9624 </glossdef>
9625 </glossentry> 9625 </glossentry>
9626 9626
9627 <glossentry id='var-SYSLINUX_OPTS'><glossterm>SYSLINUX_OPTS</glossterm> 9627 <glossentry id='var-SYSLINUX_OPTS'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_OPTS</glossterm>
9628 <info> 9628 <info>
9629 SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file." 9629 SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file."
9630 </info> 9630 </info>
@@ -9644,7 +9644,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9644 </glossdef> 9644 </glossdef>
9645 </glossentry> 9645 </glossentry>
9646 9646
9647 <glossentry id='var-SYSLINUX_SERIAL'><glossterm>SYSLINUX_SERIAL</glossterm> 9647 <glossentry id='var-SYSLINUX_SERIAL'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_SERIAL</glossterm>
9648 <info> 9648 <info>
9649 SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off." 9649 SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off."
9650 </info> 9650 </info>
@@ -9663,7 +9663,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9663 </glossdef> 9663 </glossdef>
9664 </glossentry> 9664 </glossentry>
9665 9665
9666 <glossentry id='var-SYSLINUX_SPLASH'><glossterm>SYSLINUX_SPLASH</glossterm> 9666 <glossentry id='var-SYSLINUX_SPLASH'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_SPLASH</glossterm>
9667 <info> 9667 <info>
9668 SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu." 9668 SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu."
9669 </info> 9669 </info>
@@ -9683,7 +9683,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9683 </glossdef> 9683 </glossdef>
9684 </glossentry> 9684 </glossentry>
9685 9685
9686 <glossentry id='var-SYSLINUX_SERIAL_TTY'><glossterm>SYSLINUX_SERIAL_TTY</glossterm> 9686 <glossentry id='var-SYSLINUX_SERIAL_TTY'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_SERIAL_TTY</glossterm>
9687 <info> 9687 <info>
9688 SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument." 9688 SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument."
9689 </info> 9689 </info>
@@ -9701,7 +9701,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9701 </glossdef> 9701 </glossdef>
9702 </glossentry> 9702 </glossentry>
9703 9703
9704 <glossentry id='var-SYSROOT_PREPROCESS_FUNCS'><glossterm>SYSROOT_PREPROCESS_FUNCS</glossterm> 9704 <glossentry id='var-SYSROOT_PREPROCESS_FUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />SYSROOT_PREPROCESS_FUNCS</glossterm>
9705 <info> 9705 <info>
9706 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." 9706 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."
9707 </info> 9707 </info>
@@ -9716,7 +9716,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9716 </glossdef> 9716 </glossdef>
9717 </glossentry> 9717 </glossentry>
9718 9718
9719 <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE</glossterm> 9719 <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSTEMD_AUTO_ENABLE</glossterm>
9720 <info> 9720 <info>
9721 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." 9721 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."
9722 </info> 9722 </info>
@@ -9742,7 +9742,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9742 </glossdef> 9742 </glossdef>
9743 </glossentry> 9743 </glossentry>
9744 9744
9745 <glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES</glossterm> 9745 <glossentry id='var-SYSTEMD_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />SYSTEMD_PACKAGES</glossterm>
9746 <info> 9746 <info>
9747 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." 9747 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."
9748 </info> 9748 </info>
@@ -9768,7 +9768,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9768 </glossdef> 9768 </glossdef>
9769 </glossentry> 9769 </glossentry>
9770 9770
9771 <glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE</glossterm> 9771 <glossentry id='var-SYSTEMD_SERVICE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSTEMD_SERVICE</glossterm>
9772 <info> 9772 <info>
9773 SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package." 9773 SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package."
9774 </info> 9774 </info>
@@ -9792,7 +9792,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9792 </glossdef> 9792 </glossdef>
9793 </glossentry> 9793 </glossentry>
9794 9794
9795 <glossentry id='var-SYSVINIT_ENABLED_GETTYS'><glossterm>SYSVINIT_ENABLED_GETTYS</glossterm> 9795 <glossentry id='var-SYSVINIT_ENABLED_GETTYS'><glossterm><imagedata fileref="figures/define-generic.png" />SYSVINIT_ENABLED_GETTYS</glossterm>
9796 <info> 9796 <info>
9797 SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'." 9797 SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'."
9798 </info> 9798 </info>
@@ -9820,7 +9820,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9820 9820
9821 <glossdiv id='var-glossary-t'><title>T</title> 9821 <glossdiv id='var-glossary-t'><title>T</title>
9822 9822
9823 <glossentry id='var-T'><glossterm>T</glossterm> 9823 <glossentry id='var-T'><glossterm><imagedata fileref="figures/define-generic.png" />T</glossterm>
9824 <info> 9824 <info>
9825 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." 9825 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."
9826 </info> 9826 </info>
@@ -9844,7 +9844,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9844 </glossdef> 9844 </glossdef>
9845 </glossentry> 9845 </glossentry>
9846 9846
9847 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> 9847 <glossentry id='var-TARGET_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_ARCH</glossterm>
9848 <info> 9848 <info>
9849 TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system supports the following architectures: arm, mips, ppc, x86, x86-64." 9849 TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system supports the following architectures: arm, mips, ppc, x86, x86-64."
9850 </info> 9850 </info>
@@ -9873,7 +9873,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9873 </glossdef> 9873 </glossdef>
9874 </glossentry> 9874 </glossentry>
9875 9875
9876 <glossentry id='var-TARGET_AS_ARCH'><glossterm>TARGET_AS_ARCH</glossterm> 9876 <glossentry id='var-TARGET_AS_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_AS_ARCH</glossterm>
9877 <info> 9877 <info>
9878 TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system." 9878 TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system."
9879 </info> 9879 </info>
@@ -9892,7 +9892,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9892 </glossdef> 9892 </glossdef>
9893 </glossentry> 9893 </glossentry>
9894 9894
9895 <glossentry id='var-TARGET_CC_ARCH'><glossterm>TARGET_CC_ARCH</glossterm> 9895 <glossentry id='var-TARGET_CC_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CC_ARCH</glossterm>
9896 <info> 9896 <info>
9897 TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system." 9897 TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system."
9898 </info> 9898 </info>
@@ -9915,7 +9915,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9915 </glossdef> 9915 </glossdef>
9916 </glossentry> 9916 </glossentry>
9917 9917
9918 <glossentry id='var-TARGET_CC_KERNEL_ARCH'><glossterm>TARGET_CC_KERNEL_ARCH</glossterm> 9918 <glossentry id='var-TARGET_CC_KERNEL_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CC_KERNEL_ARCH</glossterm>
9919 <info> 9919 <info>
9920 TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune." 9920 TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune."
9921 </info> 9921 </info>
@@ -9939,7 +9939,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9939 </glossdef> 9939 </glossdef>
9940 </glossentry> 9940 </glossentry>
9941 9941
9942 <glossentry id='var-TARGET_CFLAGS'><glossterm>TARGET_CFLAGS</glossterm> 9942 <glossentry id='var-TARGET_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CFLAGS</glossterm>
9943 <info> 9943 <info>
9944 TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS." 9944 TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS."
9945 </info> 9945 </info>
@@ -9964,7 +9964,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9964 </glossdef> 9964 </glossdef>
9965 </glossentry> 9965 </glossentry>
9966 9966
9967 <glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS</glossterm> 9967 <glossentry id='var-TARGET_CPPFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CPPFLAGS</glossterm>
9968 <info> 9968 <info>
9969 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." 9969 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."
9970 </info> 9970 </info>
@@ -9990,7 +9990,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9990 </glossdef> 9990 </glossdef>
9991 </glossentry> 9991 </glossentry>
9992 9992
9993 <glossentry id='var-TARGET_CXXFLAGS'><glossterm>TARGET_CXXFLAGS</glossterm> 9993 <glossentry id='var-TARGET_CXXFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_CXXFLAGS</glossterm>
9994 <info> 9994 <info>
9995 TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target." 9995 TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target."
9996 </info> 9996 </info>
@@ -10015,7 +10015,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10015 </glossdef> 10015 </glossdef>
10016 </glossentry> 10016 </glossentry>
10017 10017
10018 <glossentry id='var-TARGET_FPU'><glossterm>TARGET_FPU</glossterm> 10018 <glossentry id='var-TARGET_FPU'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_FPU</glossterm>
10019 <info> 10019 <info>
10020 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." 10020 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."
10021 </info> 10021 </info>
@@ -10027,7 +10027,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10027 </glossdef> 10027 </glossdef>
10028 </glossentry> 10028 </glossentry>
10029 10029
10030 <glossentry id='var-TARGET_LD_ARCH'><glossterm>TARGET_LD_ARCH</glossterm> 10030 <glossentry id='var-TARGET_LD_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_LD_ARCH</glossterm>
10031 <info> 10031 <info>
10032 TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system." 10032 TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system."
10033 </info> 10033 </info>
@@ -10046,7 +10046,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10046 </glossdef> 10046 </glossdef>
10047 </glossentry> 10047 </glossentry>
10048 10048
10049 <glossentry id='var-TARGET_LDFLAGS'><glossterm>TARGET_LDFLAGS</glossterm> 10049 <glossentry id='var-TARGET_LDFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_LDFLAGS</glossterm>
10050 <info> 10050 <info>
10051 TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target." 10051 TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target."
10052 </info> 10052 </info>
@@ -10071,7 +10071,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10071 </glossdef> 10071 </glossdef>
10072 </glossentry> 10072 </glossentry>
10073 10073
10074 <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS</glossterm> 10074 <glossentry id='var-TARGET_OS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_OS</glossterm>
10075 <info> 10075 <info>
10076 TARGET_OS[doc] = "Specifies the target's operating system." 10076 TARGET_OS[doc] = "Specifies the target's operating system."
10077 </info> 10077 </info>
@@ -10084,7 +10084,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10084 </glossdef> 10084 </glossdef>
10085 </glossentry> 10085 </glossentry>
10086 10086
10087 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> 10087 <glossentry id='var-TCLIBC'><glossterm><imagedata fileref="figures/define-generic.png" />TCLIBC</glossterm>
10088 <info> 10088 <info>
10089 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." 10089 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'."
10090 </info> 10090 </info>
@@ -10105,7 +10105,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10105 </glossdef> 10105 </glossdef>
10106 </glossentry> 10106 </glossentry>
10107 10107
10108 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm> 10108 <glossentry id='var-TCMODE'><glossterm><imagedata fileref="figures/define-generic.png" />TCMODE</glossterm>
10109 <info> 10109 <info>
10110 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." 10110 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'."
10111 </info> 10111 </info>
@@ -10166,7 +10166,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10166 </glossdef> 10166 </glossdef>
10167 </glossentry> 10167 </glossentry>
10168 10168
10169 <glossentry id='var-TEST_EXPORT_DIR'><glossterm>TEST_EXPORT_DIR</glossterm> 10169 <glossentry id='var-TEST_EXPORT_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_EXPORT_DIR</glossterm>
10170 <info> 10170 <info>
10171 TEST_EXPORT_DIR[doc] = "The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY variable is set to "1"." 10171 TEST_EXPORT_DIR[doc] = "The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY variable is set to "1"."
10172 </info> 10172 </info>
@@ -10185,7 +10185,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10185 </glossdef> 10185 </glossdef>
10186 </glossentry> 10186 </glossentry>
10187 10187
10188 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm>TEST_EXPORT_ONLY</glossterm> 10188 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_EXPORT_ONLY</glossterm>
10189 <info> 10189 <info>
10190 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." 10190 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."
10191 </info> 10191 </info>
@@ -10199,7 +10199,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10199 </glossdef> 10199 </glossdef>
10200 </glossentry> 10200 </glossentry>
10201 10201
10202 <glossentry id='var-TEST_IMAGE'><glossterm>TEST_IMAGE</glossterm> 10202 <glossentry id='var-TEST_IMAGE'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_IMAGE</glossterm>
10203 <info> 10203 <info>
10204 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." 10204 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."
10205 </info> 10205 </info>
@@ -10232,7 +10232,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10232 </glossdef> 10232 </glossdef>
10233 </glossentry> 10233 </glossentry>
10234 10234
10235 <glossentry id='var-TEST_LOG_DIR'><glossterm>TEST_LOG_DIR</glossterm> 10235 <glossentry id='var-TEST_LOG_DIR'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_LOG_DIR</glossterm>
10236 <info> 10236 <info>
10237 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"." 10237 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"."
10238 </info> 10238 </info>
@@ -10250,7 +10250,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10250 </glossdef> 10250 </glossdef>
10251 </glossentry> 10251 </glossentry>
10252 10252
10253 <glossentry id='var-TEST_POWERCONTROL_CMD'><glossterm>TEST_POWERCONTROL_CMD</glossterm> 10253 <glossentry id='var-TEST_POWERCONTROL_CMD'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_POWERCONTROL_CMD</glossterm>
10254 <info> 10254 <info>
10255 TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test" 10255 TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test"
10256 </info> 10256 </info>
@@ -10269,7 +10269,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10269 </glossdef> 10269 </glossdef>
10270 </glossentry> 10270 </glossentry>
10271 10271
10272 <glossentry id='var-TEST_POWERCONTROL_EXTRA_ARGS'><glossterm>TEST_POWERCONTROL_EXTRA_ARGS</glossterm> 10272 <glossentry id='var-TEST_POWERCONTROL_EXTRA_ARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_POWERCONTROL_EXTRA_ARGS</glossterm>
10273 <info> 10273 <info>
10274 TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD" 10274 TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD"
10275 </info> 10275 </info>
@@ -10287,7 +10287,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10287 </glossdef> 10287 </glossdef>
10288 </glossentry> 10288 </glossentry>
10289 10289
10290 <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm>TEST_QEMUBOOT_TIMEOUT</glossterm> 10290 <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_QEMUBOOT_TIMEOUT</glossterm>
10291 <info> 10291 <info>
10292 TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image." 10292 TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image."
10293 </info> 10293 </info>
@@ -10310,7 +10310,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10310 </glossdef> 10310 </glossdef>
10311 </glossentry> 10311 </glossentry>
10312 10312
10313 <glossentry id='var-TEST_SERIALCONTROL_CMD'><glossterm>TEST_SERIALCONTROL_CMD</glossterm> 10313 <glossentry id='var-TEST_SERIALCONTROL_CMD'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SERIALCONTROL_CMD</glossterm>
10314 <info> 10314 <info>
10315 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." 10315 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."
10316 </info> 10316 </info>
@@ -10335,7 +10335,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10335 </glossdef> 10335 </glossdef>
10336 </glossentry> 10336 </glossentry>
10337 10337
10338 <glossentry id='var-TEST_SERIALCONTROL_EXTRA_ARGS'><glossterm>TEST_SERIALCONTROL_EXTRA_ARGS</glossterm> 10338 <glossentry id='var-TEST_SERIALCONTROL_EXTRA_ARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SERIALCONTROL_EXTRA_ARGS</glossterm>
10339 <info> 10339 <info>
10340 TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD." 10340 TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD."
10341 </info> 10341 </info>
@@ -10353,7 +10353,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10353 </glossdef> 10353 </glossdef>
10354 </glossentry> 10354 </glossentry>
10355 10355
10356 <glossentry id='var-TEST_SERVER_IP'><glossterm>TEST_SERVER_IP</glossterm> 10356 <glossentry id='var-TEST_SERVER_IP'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SERVER_IP</glossterm>
10357 <info> 10357 <info>
10358 TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected." 10358 TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected."
10359 </info> 10359 </info>
@@ -10374,7 +10374,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10374 </glossdef> 10374 </glossdef>
10375 </glossentry> 10375 </glossentry>
10376 10376
10377 <glossentry id='var-TEST_TARGET'><glossterm>TEST_TARGET</glossterm> 10377 <glossentry id='var-TEST_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_TARGET</glossterm>
10378 <info> 10378 <info>
10379 TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine." 10379 TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine."
10380 </info> 10380 </info>
@@ -10442,7 +10442,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10442 </glossdef> 10442 </glossdef>
10443 </glossentry> 10443 </glossentry>
10444 10444
10445 <glossentry id='var-TEST_TARGET_IP'><glossterm>TEST_TARGET_IP</glossterm> 10445 <glossentry id='var-TEST_TARGET_IP'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_TARGET_IP</glossterm>
10446 <info> 10446 <info>
10447 TEST_TARGET_IP[doc] = "The IP address of your hardware under test." 10447 TEST_TARGET_IP[doc] = "The IP address of your hardware under test."
10448 </info> 10448 </info>
@@ -10471,7 +10471,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10471 </glossdef> 10471 </glossdef>
10472 </glossentry> 10472 </glossentry>
10473 10473
10474 <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES</glossterm> 10474 <glossentry id='var-TEST_SUITES'><glossterm><imagedata fileref="figures/define-generic.png" />TEST_SUITES</glossterm>
10475 <info> 10475 <info>
10476 TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." 10476 TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing."
10477 </info> 10477 </info>
@@ -10529,7 +10529,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10529 </glossdef> 10529 </glossdef>
10530 </glossentry> 10530 </glossentry>
10531 10531
10532 <glossentry id='var-THISDIR'><glossterm>THISDIR</glossterm> 10532 <glossentry id='var-THISDIR'><glossterm><imagedata fileref="figures/define-generic.png" />THISDIR</glossterm>
10533 <info> 10533 <info>
10534 THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." 10534 THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located."
10535 </info> 10535 </info>
@@ -10542,7 +10542,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10542 </glossdef> 10542 </glossdef>
10543 </glossentry> 10543 </glossentry>
10544 10544
10545 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm> 10545 <glossentry id='var-TMPDIR'><glossterm><imagedata fileref="figures/define-generic.png" />TMPDIR</glossterm>
10546 <info> 10546 <info>
10547 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." 10547 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."
10548 </info> 10548 </info>
@@ -10583,7 +10583,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10583 </glossdef> 10583 </glossdef>
10584 </glossentry> 10584 </glossentry>
10585 10585
10586 <glossentry id='var-TOOLCHAIN_HOST_TASK'><glossterm>TOOLCHAIN_HOST_TASK</glossterm> 10586 <glossentry id='var-TOOLCHAIN_HOST_TASK'><glossterm><imagedata fileref="figures/define-generic.png" />TOOLCHAIN_HOST_TASK</glossterm>
10587 <info> 10587 <info>
10588 TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment." 10588 TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment."
10589 </info> 10589 </info>
@@ -10616,7 +10616,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10616 </glossdef> 10616 </glossdef>
10617 </glossentry> 10617 </glossentry>
10618 10618
10619 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm> 10619 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm><imagedata fileref="figures/define-generic.png" />TOOLCHAIN_TARGET_TASK</glossterm>
10620 <info> 10620 <info>
10621 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." 10621 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."
10622 </info> 10622 </info>
@@ -10641,7 +10641,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10641 </glossdef> 10641 </glossdef>
10642 </glossentry> 10642 </glossentry>
10643 10643
10644 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm> 10644 <glossentry id='var-TOPDIR'><glossterm><imagedata fileref="figures/define-generic.png" />TOPDIR</glossterm>
10645 <info> 10645 <info>
10646 TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." 10646 TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images."
10647 </info> 10647 </info>
@@ -10658,7 +10658,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10658 </glossdef> 10658 </glossdef>
10659 </glossentry> 10659 </glossentry>
10660 10660
10661 <glossentry id='var-TRANSLATED_TARGET_ARCH'><glossterm>TRANSLATED_TARGET_ARCH</glossterm> 10661 <glossentry id='var-TRANSLATED_TARGET_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TRANSLATED_TARGET_ARCH</glossterm>
10662 <info> 10662 <info>
10663 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." 10663 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."
10664 </info> 10664 </info>
@@ -10679,7 +10679,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10679 </glossdef> 10679 </glossdef>
10680 </glossentry> 10680 </glossentry>
10681 10681
10682 <glossentry id='var-TUNE_ARCH'><glossterm>TUNE_ARCH</glossterm> 10682 <glossentry id='var-TUNE_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_ARCH</glossterm>
10683 <info> 10683 <info>
10684 TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)." 10684 TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)."
10685 </info> 10685 </info>
@@ -10737,7 +10737,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10737 </glossdef> 10737 </glossdef>
10738 </glossentry> 10738 </glossentry>
10739 10739
10740 <glossentry id='var-TUNE_ASARGS'><glossterm>TUNE_ASARGS</glossterm> 10740 <glossentry id='var-TUNE_ASARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_ASARGS</glossterm>
10741 <info> 10741 <info>
10742 TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system." 10742 TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system."
10743 </info> 10743 </info>
@@ -10764,7 +10764,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10764 </glossdef> 10764 </glossdef>
10765 </glossentry> 10765 </glossentry>
10766 10766
10767 <glossentry id='var-TUNE_CCARGS'><glossterm>TUNE_CCARGS</glossterm> 10767 <glossentry id='var-TUNE_CCARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_CCARGS</glossterm>
10768 <info> 10768 <info>
10769 TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system." 10769 TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system."
10770 </info> 10770 </info>
@@ -10785,7 +10785,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10785 </glossdef> 10785 </glossdef>
10786 </glossentry> 10786 </glossentry>
10787 10787
10788 <glossentry id='var-TUNE_LDARGS'><glossterm>TUNE_LDARGS</glossterm> 10788 <glossentry id='var-TUNE_LDARGS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_LDARGS</glossterm>
10789 <info> 10789 <info>
10790 TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system." 10790 TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system."
10791 </info> 10791 </info>
@@ -10812,7 +10812,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10812 </glossdef> 10812 </glossdef>
10813 </glossentry> 10813 </glossentry>
10814 10814
10815 <glossentry id='var-TUNE_FEATURES'><glossterm>TUNE_FEATURES</glossterm> 10815 <glossentry id='var-TUNE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_FEATURES</glossterm>
10816 <info> 10816 <info>
10817 TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor." 10817 TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor."
10818 </info> 10818 </info>
@@ -10845,7 +10845,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10845 </glossdef> 10845 </glossdef>
10846 </glossentry> 10846 </glossentry>
10847 10847
10848 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm> 10848 <glossentry id='var-TUNE_PKGARCH'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_PKGARCH</glossterm>
10849 <info> 10849 <info>
10850 TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." 10850 TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages."
10851 </info> 10851 </info>
@@ -10858,7 +10858,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10858 </glossdef> 10858 </glossdef>
10859 </glossentry> 10859 </glossentry>
10860 10860
10861 <glossentry id='var-TUNE_PKGARCH_tune'><glossterm>TUNE_PKGARCH_tune</glossterm> 10861 <glossentry id='var-TUNE_PKGARCH_tune'><glossterm><imagedata fileref="figures/define-generic.png" />TUNE_PKGARCH_tune</glossterm>
10862 <info> 10862 <info>
10863 TUNE_PKGARCH_tune[doc] = "The CPU or Application Binary Interface (ABI) specific tuning of the TUNE_PKGARCH." 10863 TUNE_PKGARCH_tune[doc] = "The CPU or Application Binary Interface (ABI) specific tuning of the TUNE_PKGARCH."
10864 </info> 10864 </info>
@@ -10883,7 +10883,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10883 </glossdef> 10883 </glossdef>
10884 </glossentry> 10884 </glossentry>
10885 10885
10886 <glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm> 10886 <glossentry id='var-TUNEABI'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEABI</glossterm>
10887 <info> 10887 <info>
10888 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." 10888 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."
10889 </info> 10889 </info>
@@ -10910,7 +10910,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10910 </glossdef> 10910 </glossdef>
10911 </glossentry> 10911 </glossentry>
10912 10912
10913 <glossentry id='var-TUNEABI_OVERRIDE'><glossterm>TUNEABI_OVERRIDE</glossterm> 10913 <glossentry id='var-TUNEABI_OVERRIDE'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEABI_OVERRIDE</glossterm>
10914 <info> 10914 <info>
10915 TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." 10915 TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST."
10916 </info> 10916 </info>
@@ -10936,7 +10936,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10936 </glossdef> 10936 </glossdef>
10937 </glossentry> 10937 </glossentry>
10938 10938
10939 <glossentry id='var-TUNEABI_WHITELIST'><glossterm>TUNEABI_WHITELIST</glossterm> 10939 <glossentry id='var-TUNEABI_WHITELIST'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEABI_WHITELIST</glossterm>
10940 <info> 10940 <info>
10941 TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." 10941 TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed."
10942 </info> 10942 </info>
@@ -10963,7 +10963,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10963 </glossdef> 10963 </glossdef>
10964 </glossentry> 10964 </glossentry>
10965 10965
10966 <glossentry id='var-TUNECONFLICTS'><glossterm>TUNECONFLICTS[<replaceable>feature</replaceable>]</glossterm> 10966 <glossentry id='var-TUNECONFLICTS'><glossterm><imagedata fileref="figures/define-generic.png" />TUNECONFLICTS[<replaceable>feature</replaceable>]</glossterm>
10967 <info> 10967 <info>
10968 TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature." 10968 TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature."
10969 </info> 10969 </info>
@@ -10988,7 +10988,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10988 </glossdef> 10988 </glossdef>
10989 </glossentry> 10989 </glossentry>
10990 10990
10991 <glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[<replaceable>feature</replaceable>]</glossterm> 10991 <glossentry id='var-TUNEVALID'><glossterm><imagedata fileref="figures/define-generic.png" />TUNEVALID[<replaceable>feature</replaceable>]</glossterm>
10992 <info> 10992 <info>
10993 TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." 10993 TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features."
10994 </info> 10994 </info>
@@ -11014,7 +11014,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11014 11014
11015 <glossdiv id='var-glossary-u'><title>U</title> 11015 <glossdiv id='var-glossary-u'><title>U</title>
11016 11016
11017 <glossentry id='var-UBOOT_CONFIG'><glossterm>UBOOT_CONFIG</glossterm> 11017 <glossentry id='var-UBOOT_CONFIG'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_CONFIG</glossterm>
11018 <info> 11018 <info>
11019 UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases." 11019 UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases."
11020 </info> 11020 </info>
@@ -11056,7 +11056,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11056 </glossdef> 11056 </glossdef>
11057 </glossentry> 11057 </glossentry>
11058 11058
11059 <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm>UBOOT_ENTRYPOINT</glossterm> 11059 <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_ENTRYPOINT</glossterm>
11060 <info> 11060 <info>
11061 UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." 11061 UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image."
11062 </info> 11062 </info>
@@ -11071,7 +11071,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11071 </glossdef> 11071 </glossdef>
11072 </glossentry> 11072 </glossentry>
11073 11073
11074 <glossentry id='var-UBOOT_LOADADDRESS'><glossterm>UBOOT_LOADADDRESS</glossterm> 11074 <glossentry id='var-UBOOT_LOADADDRESS'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_LOADADDRESS</glossterm>
11075 <info> 11075 <info>
11076 UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image." 11076 UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image."
11077 </info> 11077 </info>
@@ -11086,7 +11086,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11086 </glossdef> 11086 </glossdef>
11087 </glossentry> 11087 </glossentry>
11088 11088
11089 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION</glossterm> 11089 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_LOCALVERSION</glossterm>
11090 <info> 11090 <info>
11091 UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image." 11091 UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image."
11092 </info> 11092 </info>
@@ -11105,7 +11105,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11105 </glossdef> 11105 </glossdef>
11106 </glossentry> 11106 </glossentry>
11107 11107
11108 <glossentry id='var-UBOOT_MACHINE'><glossterm>UBOOT_MACHINE</glossterm> 11108 <glossentry id='var-UBOOT_MACHINE'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_MACHINE</glossterm>
11109 <info> 11109 <info>
11110 UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image." 11110 UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image."
11111 </info> 11111 </info>
@@ -11128,7 +11128,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11128 </glossdef> 11128 </glossdef>
11129 </glossentry> 11129 </glossentry>
11130 11130
11131 <glossentry id='var-UBOOT_MAKE_TARGET'><glossterm>UBOOT_MAKE_TARGET</glossterm> 11131 <glossentry id='var-UBOOT_MAKE_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_MAKE_TARGET</glossterm>
11132 <info> 11132 <info>
11133 UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile." 11133 UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile."
11134 </info> 11134 </info>
@@ -11141,7 +11141,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11141 </glossdef> 11141 </glossdef>
11142 </glossentry> 11142 </glossentry>
11143 11143
11144 <glossentry id='var-UBOOT_SUFFIX'><glossterm>UBOOT_SUFFIX</glossterm> 11144 <glossentry id='var-UBOOT_SUFFIX'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_SUFFIX</glossterm>
11145 <info> 11145 <info>
11146 UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension." 11146 UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension."
11147 </info> 11147 </info>
@@ -11159,7 +11159,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11159 </glossdef> 11159 </glossdef>
11160 </glossentry> 11160 </glossentry>
11161 11161
11162 <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm> 11162 <glossentry id='var-UBOOT_TARGET'><glossterm><imagedata fileref="figures/define-generic.png" />UBOOT_TARGET</glossterm>
11163 <info> 11163 <info>
11164 UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot." 11164 UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot."
11165 </info> 11165 </info>
@@ -11175,7 +11175,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11175 </glossdef> 11175 </glossdef>
11176 </glossentry> 11176 </glossentry>
11177 11177
11178 <glossentry id='var-USE_VT'><glossterm>USE_VT</glossterm> 11178 <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm>
11179 <info> 11179 <info>
11180 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." 11180 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."
11181 </info> 11181 </info>
@@ -11200,7 +11200,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11200 </glossdef> 11200 </glossdef>
11201 </glossentry> 11201 </glossentry>
11202 11202
11203 <glossentry id='var-USER_CLASSES'><glossterm>USER_CLASSES</glossterm> 11203 <glossentry id='var-USER_CLASSES'><glossterm><imagedata fileref="figures/define-generic.png" />USER_CLASSES</glossterm>
11204 <info> 11204 <info>
11205 USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features." 11205 USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features."
11206 </info> 11206 </info>
@@ -11227,7 +11227,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11227 </glossdef> 11227 </glossdef>
11228 </glossentry> 11228 </glossentry>
11229 11229
11230 <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm>USERADD_ERROR_DYNAMIC</glossterm> 11230 <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_ERROR_DYNAMIC</glossterm>
11231 <info> 11231 <info>
11232 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." 11232 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."
11233 </info> 11233 </info>
@@ -11267,7 +11267,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11267 </glossdef> 11267 </glossdef>
11268 </glossentry> 11268 </glossentry>
11269 11269
11270 <glossentry id='var-USERADD_GID_TABLES'><glossterm>USERADD_GID_TABLES</glossterm> 11270 <glossentry id='var-USERADD_GID_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_GID_TABLES</glossterm>
11271 <info> 11271 <info>
11272 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." 11272 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."
11273 </info> 11273 </info>
@@ -11302,7 +11302,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11302 </glossdef> 11302 </glossdef>
11303 </glossentry> 11303 </glossentry>
11304 11304
11305 <glossentry id='var-USERADD_PACKAGES'><glossterm>USERADD_PACKAGES</glossterm> 11305 <glossentry id='var-USERADD_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_PACKAGES</glossterm>
11306 <info> 11306 <info>
11307 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." 11307 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."
11308 </info> 11308 </info>
@@ -11338,7 +11338,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11338 </glossdef> 11338 </glossdef>
11339 </glossentry> 11339 </glossentry>
11340 11340
11341 <glossentry id='var-USERADD_PARAM'><glossterm>USERADD_PARAM</glossterm> 11341 <glossentry id='var-USERADD_PARAM'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_PARAM</glossterm>
11342 <info> 11342 <info>
11343 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." 11343 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."
11344 </info> 11344 </info>
@@ -11368,7 +11368,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11368 </glossdef> 11368 </glossdef>
11369 </glossentry> 11369 </glossentry>
11370 11370
11371 <glossentry id='var-USERADD_UID_TABLES'><glossterm>USERADD_UID_TABLES</glossterm> 11371 <glossentry id='var-USERADD_UID_TABLES'><glossterm><imagedata fileref="figures/define-generic.png" />USERADD_UID_TABLES</glossterm>
11372 <info> 11372 <info>
11373 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." 11373 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."
11374 </info> 11374 </info>
@@ -11403,7 +11403,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11403 </glossdef> 11403 </glossdef>
11404 </glossentry> 11404 </glossentry>
11405 11405
11406 <glossentry id='var-USERADDEXTENSION'><glossterm>USERADDEXTENSION</glossterm> 11406 <glossentry id='var-USERADDEXTENSION'><glossterm><imagedata fileref="figures/define-generic.png" />USERADDEXTENSION</glossterm>
11407 <info> 11407 <info>
11408 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." 11408 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."
11409 </info> 11409 </info>
@@ -11458,7 +11458,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11458 11458
11459 <glossdiv id='var-glossary-w'><title>W</title> 11459 <glossdiv id='var-glossary-w'><title>W</title>
11460 11460
11461 <glossentry id='var-WARN_QA'><glossterm>WARN_QA</glossterm> 11461 <glossentry id='var-WARN_QA'><glossterm><imagedata fileref="figures/define-generic.png" />WARN_QA</glossterm>
11462 <info> 11462 <info>
11463 WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system." 11463 WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system."
11464 </info> 11464 </info>
@@ -11476,7 +11476,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11476 </glossdef> 11476 </glossdef>
11477 </glossentry> 11477 </glossentry>
11478 11478
11479 <glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm> 11479 <glossentry id='var-WORKDIR'><glossterm><imagedata fileref="figures/define-generic.png" />WORKDIR</glossterm>
11480 <info> 11480 <info>
11481 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." 11481 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."
11482 </info> 11482 </info>
@@ -11537,7 +11537,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11537 11537
11538 <glossdiv id='var-glossary-x'><title>X</title> 11538 <glossdiv id='var-glossary-x'><title>X</title>
11539 11539
11540 <glossentry id='var-XSERVER'><glossterm>XSERVER</glossterm> 11540 <glossentry id='var-XSERVER'><glossterm><imagedata fileref="figures/define-generic.png" />XSERVER</glossterm>
11541 <info> 11541 <info>
11542 XSERVER[doc] = "Specifies the packages that should be installed 11542 XSERVER[doc] = "Specifies the packages that should be installed
11543 to provide an X server and drivers for the current machine." 11543 to provide an X server and drivers for the current machine."