summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-11-13 08:11:07 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-09 15:09:06 +0000
commit81fb49bb05a24e0c61ecb918443d6fa18acead64 (patch)
tree6aa70f3075233c258df2c2745115c8bda617f127 /documentation
parent5f4050f73d760ccbae37b8a638e8708477e9bb89 (diff)
downloadpoky-81fb49bb05a24e0c61ecb918443d6fa18acead64.tar.gz
ref-manual: Added info strings for variables in glossary.
Fixes [YOCTO #5600] Added a <info></info> tag pair with a short description of the variable to each variable in the glossary. The short description is what will be used in the documentation.conf file. Scripting from engineering will pick up the variable description automatically. The information between the tags does not appear in the HTML or PDF output. (From yocto-docs rev: 57fb9100e377a96c330be20613c5895b25910022) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml1495
1 files changed, 1379 insertions, 116 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 510563a00b..ced40c0549 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -47,6 +47,9 @@
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>ABIEXTENSION</glossterm>
50 <info>
51 ABIEXTENSION[doc] = "Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi")."
52 </info>
50 <glossdef> 53 <glossdef>
51 <para> 54 <para>
52 Extension to the Application Binary Interface (ABI) 55 Extension to the Application Binary Interface (ABI)
@@ -66,7 +69,10 @@
66 </glossdef> 69 </glossdef>
67 </glossentry> 70 </glossentry>
68 71
69 <glossentry id='var-ALLOW_EMPTY'><glossterm>ALLOW_EMPTY</glossterm> 72 <glossentry id='var-ALLOW_EMPTY'><glossterm>ALLOW_EMPTY</glossterm>
73 <info>
74 ALLOW_EMPTY[doc] = "Specifies if an output package should still be produced if it is empty."
75 </info>
70 <glossdef> 76 <glossdef>
71 <para> 77 <para>
72 Specifies if an output package should still be produced if it is empty. 78 Specifies if an output package should still be produced if it is empty.
@@ -86,9 +92,12 @@
86 </literallayout> 92 </literallayout>
87 </para> 93 </para>
88 </glossdef> 94 </glossdef>
89 </glossentry> 95 </glossentry>
90 96
91 <glossentry id='var-ALTERNATIVE'><glossterm>ALTERNATIVE</glossterm> 97 <glossentry id='var-ALTERNATIVE'><glossterm>ALTERNATIVE</glossterm>
98 <info>
99 ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme."
100 </info>
92 <glossdef> 101 <glossdef>
93 <para> 102 <para>
94 Lists commands in a package that need an alternative 103 Lists commands in a package that need an alternative
@@ -113,9 +122,12 @@
113 section. 122 section.
114 </para> 123 </para>
115 </glossdef> 124 </glossdef>
116 </glossentry> 125 </glossentry>
117 126
118 <glossentry id='var-ALTERNATIVE_LINK_NAME'><glossterm>ALTERNATIVE_LINK_NAME</glossterm> 127 <glossentry id='var-ALTERNATIVE_LINK_NAME'><glossterm>ALTERNATIVE_LINK_NAME</glossterm>
128 <info>
129 ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual locations."
130 </info>
119 <glossdef> 131 <glossdef>
120 <para> 132 <para>
121 Used by the alternatives system to map duplicated commands 133 Used by the alternatives system to map duplicated commands
@@ -146,9 +158,12 @@
146 section. 158 section.
147 </para> 159 </para>
148 </glossdef> 160 </glossdef>
149 </glossentry> 161 </glossentry>
150 162
151 <glossentry id='var-ALTERNATIVE_PRIORITY'><glossterm>ALTERNATIVE_PRIORITY</glossterm> 163 <glossentry id='var-ALTERNATIVE_PRIORITY'><glossterm>ALTERNATIVE_PRIORITY</glossterm>
164 <info>
165 ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands."
166 </info>
152 <glossdef> 167 <glossdef>
153 <para> 168 <para>
154 Used by the alternatives system to create default 169 Used by the alternatives system to create default
@@ -171,9 +186,12 @@
171 section. 186 section.
172 </para> 187 </para>
173 </glossdef> 188 </glossdef>
174 </glossentry> 189 </glossentry>
175 190
176 <glossentry id='var-ALTERNATIVE_TARGET'><glossterm>ALTERNATIVE_TARGET</glossterm> 191 <glossentry id='var-ALTERNATIVE_TARGET'><glossterm>ALTERNATIVE_TARGET</glossterm>
192 <info>
193 ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for duplicated commands."
194 </info>
177 <glossdef> 195 <glossdef>
178 <para> 196 <para>
179 Used by the alternatives system to create default link 197 Used by the alternatives system to create default link
@@ -222,9 +240,12 @@
222 section. 240 section.
223 </para> 241 </para>
224 </glossdef> 242 </glossdef>
225 </glossentry> 243 </glossentry>
226 244
227 <glossentry id='var-APPEND'><glossterm>APPEND</glossterm> 245 <glossentry id='var-APPEND'><glossterm>APPEND</glossterm>
246 <info>
247 APPEND[doc] = "An override list of append strings for each LABEL."
248 </info>
228 <glossdef> 249 <glossdef>
229 <para> 250 <para>
230 An override list of append strings for each 251 An override list of append strings for each
@@ -237,9 +258,12 @@
237 class for more information on how this variable is used. 258 class for more information on how this variable is used.
238 </para> 259 </para>
239 </glossdef> 260 </glossdef>
240 </glossentry> 261 </glossentry>
241 262
242 <glossentry id='var-ASSUME_PROVIDED'><glossterm>ASSUME_PROVIDED</glossterm> 263 <glossentry id='var-ASSUME_PROVIDED'><glossterm>ASSUME_PROVIDED</glossterm>
264 <info>
265 ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build."
266 </info>
243 <glossdef> 267 <glossdef>
244 <para> 268 <para>
245 Lists recipe names 269 Lists recipe names
@@ -257,32 +281,42 @@
257 used rather than building <filename>git-native</filename>. 281 used rather than building <filename>git-native</filename>.
258 </para> 282 </para>
259 </glossdef> 283 </glossdef>
260 </glossentry> 284 </glossentry>
261 285
262 <glossentry id='var-AUTHOR'><glossterm>AUTHOR</glossterm> 286 <glossentry id='var-AUTHOR'><glossterm>AUTHOR</glossterm>
287 <info>
288 AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs."
289 </info>
263 <glossdef> 290 <glossdef>
264 <para>The email address used to contact the original author 291 <para>The email address used to contact the original author
265 or authors in order to send patches and forward bugs.</para> 292 or authors in order to send patches and forward bugs.</para>
266 </glossdef> 293 </glossdef>
267 </glossentry> 294 </glossentry>
268 295
269 <glossentry id='var-AUTO_SYSLINUXMENU'><glossterm>AUTO_SYSLINUXMENU</glossterm> 296 <glossentry id='var-AUTO_SYSLINUXMENU'><glossterm>AUTO_SYSLINUXMENU</glossterm>
297 <info>
298 AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader."
299 </info>
270 <glossdef> 300 <glossdef>
271 <para> 301 <para>
272 Enables creating an automatic menu. 302 Enables creating an automatic menu for the syslinux
273 You must set this in your recipe. 303 bootloader.
304 You must set this variable in your recipe.
274 The 305 The
275 <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link> 306 <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link>
276 class checks this variable. 307 class checks this variable.
277 </para> 308 </para>
278 </glossdef> 309 </glossdef>
279 </glossentry> 310 </glossentry>
280 311
281 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm> 312 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm>
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."
315 </info>
282 <glossdef> 316 <glossdef>
283 <para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename> 317 <para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
284 is set to the value of this variable, it specifies to use the latest 318 is set to the value of this variable, it specifies to use
285 source revision in the repository. 319 the latest source revision in the repository.
286 Here is an example: 320 Here is an example:
287 <literallayout class='monospaced'> 321 <literallayout class='monospaced'>
288 SRCREV = "${AUTOREV}" 322 SRCREV = "${AUTOREV}"
@@ -292,8 +326,11 @@
292 </glossentry> 326 </glossentry>
293 327
294 <glossentry id='var-AVAILTUNES'><glossterm>AVAILTUNES</glossterm> 328 <glossentry id='var-AVAILTUNES'><glossterm>AVAILTUNES</glossterm>
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."
331 </info>
295 <glossdef> 332 <glossdef>
296 <para> 333 <para id='var-define-AVAILTUNES'>
297 The list of defined CPU and Application Binary Interface 334 The list of defined CPU and Application Binary Interface
298 (ABI) tunings (i.e. "tunes") available for use by the 335 (ABI) tunings (i.e. "tunes") available for use by the
299 OpenEmbedded build system. 336 OpenEmbedded build system.
@@ -318,12 +355,14 @@
318 </glossdef> 355 </glossdef>
319 </glossentry> 356 </glossentry>
320 357
321
322 </glossdiv> 358 </glossdiv>
323 359
324 <glossdiv id='var-glossary-b'><title>B</title> 360 <glossdiv id='var-glossary-b'><title>B</title>
325 361
326 <glossentry id='var-B'><glossterm>B</glossterm> 362 <glossentry id='var-B'><glossterm>B</glossterm>
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."
365 </info>
327 <glossdef> 366 <glossdef>
328 <para> 367 <para>
329 The directory within the 368 The directory within the
@@ -347,6 +386,9 @@
347 </glossentry> 386 </glossentry>
348 387
349 <glossentry id='var-BAD_RECOMMENDATIONS'><glossterm>BAD_RECOMMENDATIONS</glossterm> 388 <glossentry id='var-BAD_RECOMMENDATIONS'><glossterm>BAD_RECOMMENDATIONS</glossterm>
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."
391 </info>
350 <glossdef> 392 <glossdef>
351 <para> 393 <para>
352 Lists "recommended-only" packages to not install. 394 Lists "recommended-only" packages to not install.
@@ -395,6 +437,9 @@
395 </glossentry> 437 </glossentry>
396 438
397 <glossentry id='var-BASE_LIB'><glossterm>BASE_LIB</glossterm> 439 <glossentry id='var-BASE_LIB'><glossterm>BASE_LIB</glossterm>
440 <info>
441 BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune."
442 </info>
398 <glossdef> 443 <glossdef>
399 <para> 444 <para>
400 The library directory name for the CPU or Application 445 The library directory name for the CPU or Application
@@ -417,6 +462,9 @@
417 </glossentry> 462 </glossentry>
418 463
419 <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY</glossterm> 464 <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY</glossterm>
465 <info>
466 BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)."
467 </info>
420 <glossdef> 468 <glossdef>
421 <para> 469 <para>
422 Defines how BitBake handles situations where an append 470 Defines how BitBake handles situations where an append
@@ -451,6 +499,9 @@
451 </glossentry> 499 </glossentry>
452 500
453 <glossentry id='var-BB_DISKMON_DIRS'><glossterm>BB_DISKMON_DIRS</glossterm> 501 <glossentry id='var-BB_DISKMON_DIRS'><glossterm>BB_DISKMON_DIRS</glossterm>
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."
504 </info>
454 <glossdef> 505 <glossdef>
455 <para> 506 <para>
456 Monitors disk space and available inodes during the build 507 Monitors disk space and available inodes during the build
@@ -546,6 +597,9 @@
546 </glossentry> 597 </glossentry>
547 598
548 <glossentry id='var-BB_DISKMON_WARNINTERVAL'><glossterm>BB_DISKMON_WARNINTERVAL</glossterm> 599 <glossentry id='var-BB_DISKMON_WARNINTERVAL'><glossterm>BB_DISKMON_WARNINTERVAL</glossterm>
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."
602 </info>
549 <glossdef> 603 <glossdef>
550 <para> 604 <para>
551 Defines the disk space and free inode warning intervals. 605 Defines the disk space and free inode warning intervals.
@@ -614,6 +668,9 @@
614 </glossentry> 668 </glossentry>
615 669
616 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS</glossterm> 670 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS</glossterm>
671 <info>
672 BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory."
673 </info>
617 <glossdef> 674 <glossdef>
618 <para> 675 <para>
619 Causes tarballs of the Git repositories, including the 676 Causes tarballs of the Git repositories, including the
@@ -637,12 +694,15 @@
637 </glossentry> 694 </glossentry>
638 695
639 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> 696 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm>
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."
699 </info>
640 <glossdef> 700 <glossdef>
641 <para> 701 <para>
642 The maximum number of tasks BitBake should run in parallel 702 The maximum number of tasks BitBake should run in parallel
643 at any one time. 703 at any one time.
644 If your host development system supports multiple cores, 704 If your host development system supports multiple cores,
645 a good rule of thumb is to set this variable to twice the 705 a good rule of thumb is to have this variable be twice the
646 number of cores. 706 number of cores.
647 </para> 707 </para>
648 708
@@ -654,6 +714,9 @@
654 </glossentry> 714 </glossentry>
655 715
656 <glossentry id='var-BBCLASSEXTEND'><glossterm>BBCLASSEXTEND</glossterm> 716 <glossentry id='var-BBCLASSEXTEND'><glossterm>BBCLASSEXTEND</glossterm>
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."
719 </info>
657 <glossdef> 720 <glossdef>
658 <para> 721 <para>
659 Allows you to extend a recipe so that it builds variants of the software. 722 Allows you to extend a recipe so that it builds variants of the software.
@@ -678,6 +741,9 @@
678 </glossentry> 741 </glossentry>
679 742
680 <glossentry id='var-BBFILE_COLLECTIONS'><glossterm>BBFILE_COLLECTIONS</glossterm> 743 <glossentry id='var-BBFILE_COLLECTIONS'><glossterm>BBFILE_COLLECTIONS</glossterm>
744 <info>
745 BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables."
746 </info>
681 <glossdef> 747 <glossdef>
682 <para>Lists the names of configured layers. 748 <para>Lists the names of configured layers.
683 These names are used to find the other <filename>BBFILE_*</filename> 749 These names are used to find the other <filename>BBFILE_*</filename>
@@ -689,6 +755,9 @@
689 </glossentry> 755 </glossentry>
690 756
691 <glossentry id='var-BBFILE_PATTERN'><glossterm>BBFILE_PATTERN</glossterm> 757 <glossentry id='var-BBFILE_PATTERN'><glossterm>BBFILE_PATTERN</glossterm>
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."
760 </info>
692 <glossdef> 761 <glossdef>
693 <para>Variable that expands to match files from 762 <para>Variable that expands to match files from
694 <link linkend='var-BBFILES'><filename>BBFILES</filename></link> 763 <link linkend='var-BBFILES'><filename>BBFILES</filename></link>
@@ -700,6 +769,9 @@
700 </glossentry> 769 </glossentry>
701 770
702 <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm> 771 <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm>
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."
774 </info>
703 <glossdef> 775 <glossdef>
704 <para>Assigns the priority for recipe files in each layer.</para> 776 <para>Assigns the priority for recipe files in each layer.</para>
705 <para>This variable is useful in situations where the same recipe appears in 777 <para>This variable is useful in situations where the same recipe appears in
@@ -731,18 +803,27 @@
731 </glossentry> 803 </glossentry>
732 804
733 <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm> 805 <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm>
806 <info>
807 BBFILES[doc] = "List of recipe files used by BitBake to build software."
808 </info>
734 <glossdef> 809 <glossdef>
735 <para>List of recipe files used by BitBake to build software.</para> 810 <para>List of recipe files used by BitBake to build software.</para>
736 </glossdef> 811 </glossdef>
737 </glossentry> 812 </glossentry>
738 813
739 <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm> 814 <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm>
815 <info>
816 BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure."
817 </info>
740 <glossdef> 818 <glossdef>
741 <para>Variable that controls how BitBake displays logs on build failure.</para> 819 <para>Variable that controls how BitBake displays logs on build failure.</para>
742 </glossdef> 820 </glossdef>
743 </glossentry> 821 </glossentry>
744 822
745 <glossentry id='var-BBLAYERS'><glossterm>BBLAYERS</glossterm> 823 <glossentry id='var-BBLAYERS'><glossterm>BBLAYERS</glossterm>
824 <info>
825 BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file."
826 </info>
746 <glossdef> 827 <glossdef>
747 <para>Lists the layers to enable during the build. 828 <para>Lists the layers to enable during the build.
748 This variable is defined in the <filename>bblayers.conf</filename> configuration 829 This variable is defined in the <filename>bblayers.conf</filename> configuration
@@ -768,6 +849,9 @@
768 </glossentry> 849 </glossentry>
769 850
770 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm> 851 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm>
852 <info>
853 BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file."
854 </info>
771 <glossdef> 855 <glossdef>
772 <para>Lists core layers that cannot be removed from the 856 <para>Lists core layers that cannot be removed from the
773 <filename>bblayers.conf</filename> file during a build 857 <filename>bblayers.conf</filename> file during a build
@@ -802,6 +886,9 @@
802 886
803 <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm> 887 <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm>
804 <glossdef> 888 <glossdef>
889 <info>
890 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf."
891 </info>
805 <para> 892 <para>
806 Prevents BitBake from processing recipes and recipe 893 Prevents BitBake from processing recipes and recipe
807 append files. 894 append files.
@@ -861,6 +948,9 @@
861 </glossentry> 948 </glossentry>
862 949
863 <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> 950 <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm>
951 <info>
952 BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable."
953 </info>
864 <glossdef> 954 <glossdef>
865 <para> 955 <para>
866 Used by BitBake to locate 956 Used by BitBake to locate
@@ -886,6 +976,9 @@
886 </glossentry> 976 </glossentry>
887 977
888 <glossentry id='var-BBSERVER'><glossterm>BBSERVER</glossterm> 978 <glossentry id='var-BBSERVER'><glossterm>BBSERVER</glossterm>
979 <info>
980 BBSERVER[doc] = "Points to the server that runs memory-resident BitBake."
981 </info>
889 <glossdef> 982 <glossdef>
890 <para> 983 <para>
891 Points to the server that runs memory-resident BitBake. 984 Points to the server that runs memory-resident BitBake.
@@ -908,6 +1001,9 @@
908 </glossentry> 1001 </glossentry>
909 1002
910 <glossentry id='var-BINCONFIG'><glossterm>BINCONFIG</glossterm> 1003 <glossentry id='var-BINCONFIG'><glossterm>BINCONFIG</glossterm>
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."
1006 </info>
911 <glossdef> 1007 <glossdef>
912 <para> 1008 <para>
913 When inheriting the 1009 When inheriting the
@@ -932,6 +1028,9 @@
932 </glossentry> 1028 </glossentry>
933 1029
934 <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm> 1030 <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm>
1031 <info>
1032 BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing."
1033 </info>
935 <glossdef> 1034 <glossdef>
936 <para> 1035 <para>
937 When inheriting the 1036 When inheriting the
@@ -956,6 +1055,9 @@
956 </glossentry> 1055 </glossentry>
957 1056
958 <glossentry id='var-BP'><glossterm>BP</glossterm> 1057 <glossentry id='var-BP'><glossterm>BP</glossterm>
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}"
1060 </info>
959 <glossdef> 1061 <glossdef>
960 <para>The base recipe name and version but without any special 1062 <para>The base recipe name and version but without any special
961 recipe name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>, 1063 recipe name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>,
@@ -968,6 +1070,9 @@
968 </glossentry> 1070 </glossentry>
969 1071
970 <glossentry id='var-BPN'><glossterm>BPN</glossterm> 1072 <glossentry id='var-BPN'><glossterm>BPN</glossterm>
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."
1075 </info>
971 <glossdef> 1076 <glossdef>
972 <para>The bare name of the recipe. 1077 <para>The bare name of the recipe.
973 This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable 1078 This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable
@@ -983,6 +1088,9 @@
983 </glossentry> 1088 </glossentry>
984 1089
985 <glossentry id='var-BUGTRACKER'><glossterm>BUGTRACKER</glossterm> 1090 <glossentry id='var-BUGTRACKER'><glossterm>BUGTRACKER</glossterm>
1091 <info>
1092 BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe."
1093 </info>
986 <glossdef> 1094 <glossdef>
987 <para> 1095 <para>
988 Specifies a URL for an upstream bug tracking website for 1096 Specifies a URL for an upstream bug tracking website for
@@ -995,6 +1103,9 @@
995 </glossentry> 1103 </glossentry>
996 1104
997 <glossentry id='var-BUILD_CFLAGS'><glossterm>BUILD_CFLAGS</glossterm> 1105 <glossentry id='var-BUILD_CFLAGS'><glossterm>BUILD_CFLAGS</glossterm>
1106 <info>
1107 BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host."
1108 </info>
998 <glossdef> 1109 <glossdef>
999 <para> 1110 <para>
1000 Specifies the flags to pass to the C compiler when building 1111 Specifies the flags to pass to the C compiler when building
@@ -1007,6 +1118,9 @@
1007 </glossentry> 1118 </glossentry>
1008 1119
1009 <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS</glossterm> 1120 <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS</glossterm>
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."
1123 </info>
1010 <glossdef> 1124 <glossdef>
1011 <para> 1125 <para>
1012 Specifies the flags to pass to the C pre-processor 1126 Specifies the flags to pass to the C pre-processor
@@ -1020,6 +1134,9 @@
1020 </glossentry> 1134 </glossentry>
1021 1135
1022 <glossentry id='var-BUILD_CXXFLAGS'><glossterm>BUILD_CXXFLAGS</glossterm> 1136 <glossentry id='var-BUILD_CXXFLAGS'><glossterm>BUILD_CXXFLAGS</glossterm>
1137 <info>
1138 BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host."
1139 </info>
1023 <glossdef> 1140 <glossdef>
1024 <para> 1141 <para>
1025 Specifies the flags to pass to the C++ compiler when 1142 Specifies the flags to pass to the C++ compiler when
@@ -1032,6 +1149,9 @@
1032 </glossentry> 1149 </glossentry>
1033 1150
1034 <glossentry id='var-BUILD_LDFLAGS'><glossterm>BUILD_LDFLAGS</glossterm> 1151 <glossentry id='var-BUILD_LDFLAGS'><glossterm>BUILD_LDFLAGS</glossterm>
1152 <info>
1153 BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host."
1154 </info>
1035 <glossdef> 1155 <glossdef>
1036 <para> 1156 <para>
1037 Specifies the flags to pass to the linker when building 1157 Specifies the flags to pass to the linker when building
@@ -1044,6 +1164,9 @@
1044 </glossentry> 1164 </glossentry>
1045 1165
1046 <glossentry id='var-BUILD_OPTIMIZATION'><glossterm>BUILD_OPTIMIZATION</glossterm> 1166 <glossentry id='var-BUILD_OPTIMIZATION'><glossterm>BUILD_OPTIMIZATION</glossterm>
1167 <info>
1168 BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK."
1169 </info>
1047 <glossdef> 1170 <glossdef>
1048 <para> 1171 <para>
1049 Specifies the optimization flags passed to the C compiler 1172 Specifies the optimization flags passed to the C compiler
@@ -1064,6 +1187,9 @@
1064 </glossentry> 1187 </glossentry>
1065 1188
1066 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm> 1189 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm>
1190 <info>
1191 BUILDDIR[doc] = "Points to the location of the Build Directory."
1192 </info>
1067 <glossdef> 1193 <glossdef>
1068 <para> 1194 <para>
1069 Points to the location of the 1195 Points to the location of the
@@ -1082,6 +1208,9 @@
1082 </glossentry> 1208 </glossentry>
1083 1209
1084 <glossentry id='var-BUILDHISTORY_COMMIT'><glossterm>BUILDHISTORY_COMMIT</glossterm> 1210 <glossentry id='var-BUILDHISTORY_COMMIT'><glossterm>BUILDHISTORY_COMMIT</glossterm>
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."
1213 </info>
1085 <glossdef> 1214 <glossdef>
1086 <para> 1215 <para>
1087 When inheriting the 1216 When inheriting the
@@ -1110,6 +1239,9 @@
1110 </glossentry> 1239 </glossentry>
1111 1240
1112 <glossentry id='var-BUILDHISTORY_COMMIT_AUTHOR'><glossterm>BUILDHISTORY_COMMIT_AUTHOR</glossterm> 1241 <glossentry id='var-BUILDHISTORY_COMMIT_AUTHOR'><glossterm>BUILDHISTORY_COMMIT_AUTHOR</glossterm>
1242 <info>
1243 BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit."
1244 </info>
1113 <glossdef> 1245 <glossdef>
1114 <para> 1246 <para>
1115 When inheriting the 1247 When inheriting the
@@ -1141,6 +1273,9 @@
1141 </glossentry> 1273 </glossentry>
1142 1274
1143 <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm> 1275 <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm>
1276 <info>
1277 BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept."
1278 </info>
1144 <glossdef> 1279 <glossdef>
1145 <para> 1280 <para>
1146 When inheriting the 1281 When inheriting the
@@ -1162,6 +1297,9 @@
1162 </glossentry> 1297 </glossentry>
1163 1298
1164 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> 1299 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm>
1300 <info>
1301 BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled."
1302 </info>
1165 <glossdef> 1303 <glossdef>
1166 <para> 1304 <para>
1167 When inheriting the 1305 When inheriting the
@@ -1203,6 +1341,9 @@
1203 </glossentry> 1341 </glossentry>
1204 1342
1205 <glossentry id='var-BUILDHISTORY_IMAGE_FILES'><glossterm>BUILDHISTORY_IMAGE_FILES</glossterm> 1343 <glossentry id='var-BUILDHISTORY_IMAGE_FILES'><glossterm>BUILDHISTORY_IMAGE_FILES</glossterm>
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."
1346 </info>
1206 <glossdef> 1347 <glossdef>
1207 <para> 1348 <para>
1208 When inheriting the 1349 When inheriting the
@@ -1232,6 +1373,9 @@
1232 </glossentry> 1373 </glossentry>
1233 1374
1234 <glossentry id='var-BUILDHISTORY_PUSH_REPO'><glossterm>BUILDHISTORY_PUSH_REPO</glossterm> 1375 <glossentry id='var-BUILDHISTORY_PUSH_REPO'><glossterm>BUILDHISTORY_PUSH_REPO</glossterm>
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."
1378 </info>
1235 <glossdef> 1379 <glossdef>
1236 <para> 1380 <para>
1237 When inheriting the 1381 When inheriting the
@@ -1263,6 +1407,9 @@
1263 </glossentry> 1407 </glossentry>
1264 1408
1265 <glossentry id='var-BUILDSDK_CFLAGS'><glossterm>BUILDSDK_CFLAGS</glossterm> 1409 <glossentry id='var-BUILDSDK_CFLAGS'><glossterm>BUILDSDK_CFLAGS</glossterm>
1410 <info>
1411 BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK."
1412 </info>
1266 <glossdef> 1413 <glossdef>
1267 <para> 1414 <para>
1268 Specifies the flags to pass to the C compiler when building 1415 Specifies the flags to pass to the C compiler when building
@@ -1276,6 +1423,9 @@
1276 </glossentry> 1423 </glossentry>
1277 1424
1278 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS</glossterm> 1425 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS</glossterm>
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."
1428 </info>
1279 <glossdef> 1429 <glossdef>
1280 <para> 1430 <para>
1281 Specifies the flags to pass to the C pre-processor 1431 Specifies the flags to pass to the C pre-processor
@@ -1290,6 +1440,9 @@
1290 </glossentry> 1440 </glossentry>
1291 1441
1292 <glossentry id='var-BUILDSDK_CXXFLAGS'><glossterm>BUILDSDK_CXXFLAGS</glossterm> 1442 <glossentry id='var-BUILDSDK_CXXFLAGS'><glossterm>BUILDSDK_CXXFLAGS</glossterm>
1443 <info>
1444 BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK."
1445 </info>
1293 <glossdef> 1446 <glossdef>
1294 <para> 1447 <para>
1295 Specifies the flags to pass to the C++ compiler when 1448 Specifies the flags to pass to the C++ compiler when
@@ -1303,6 +1456,9 @@
1303 </glossentry> 1456 </glossentry>
1304 1457
1305 <glossentry id='var-BUILDSDK_LDFLAGS'><glossterm>BUILDSDK_LDFLAGS</glossterm> 1458 <glossentry id='var-BUILDSDK_LDFLAGS'><glossterm>BUILDSDK_LDFLAGS</glossterm>
1459 <info>
1460 BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK."
1461 </info>
1306 <glossdef> 1462 <glossdef>
1307 <para> 1463 <para>
1308 Specifies the flags to pass to the linker when building 1464 Specifies the flags to pass to the linker when building
@@ -1316,6 +1472,9 @@
1316 </glossentry> 1472 </glossentry>
1317 1473
1318 <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm> 1474 <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm>
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."
1477 </info>
1319 <glossdef> 1478 <glossdef>
1320 <para> 1479 <para>
1321 Points to the location of the directory that holds build 1480 Points to the location of the directory that holds build
@@ -1330,6 +1489,9 @@
1330 </glossentry> 1489 </glossentry>
1331 1490
1332 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm>BUSYBOX_SPLIT_SUID</glossterm> 1491 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm>BUSYBOX_SPLIT_SUID</glossterm>
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."
1494 </info>
1333 <glossdef> 1495 <glossdef>
1334 <para> 1496 <para>
1335 For the BusyBox recipe, specifies whether to split the 1497 For the BusyBox recipe, specifies whether to split the
@@ -1353,6 +1515,9 @@
1353 <glossdiv id='var-glossary-c'><title>C</title> 1515 <glossdiv id='var-glossary-c'><title>C</title>
1354 1516
1355 <glossentry id='var-CFLAGS'><glossterm>CFLAGS</glossterm> 1517 <glossentry id='var-CFLAGS'><glossterm>CFLAGS</glossterm>
1518 <info>
1519 CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS."
1520 </info>
1356 <glossdef> 1521 <glossdef>
1357 <para> 1522 <para>
1358 Specifies the flags to pass to the C compiler. 1523 Specifies the flags to pass to the C compiler.
@@ -1385,6 +1550,9 @@
1385 </glossentry> 1550 </glossentry>
1386 1551
1387 <glossentry id='var-CLASSOVERRIDE'><glossterm>CLASSOVERRIDE</glossterm> 1552 <glossentry id='var-CLASSOVERRIDE'><glossterm>CLASSOVERRIDE</glossterm>
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)."
1555 </info>
1388 <glossdef> 1556 <glossdef>
1389 <para> 1557 <para>
1390 An internal variable specifying the special class override 1558 An internal variable specifying the special class override
@@ -1411,6 +1579,9 @@
1411 </glossentry> 1579 </glossentry>
1412 1580
1413 <glossentry id='var-COMBINED_FEATURES'><glossterm>COMBINED_FEATURES</glossterm> 1581 <glossentry id='var-COMBINED_FEATURES'><glossterm>COMBINED_FEATURES</glossterm>
1582 <info>
1583 COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES."
1584 </info>
1414 <glossdef> 1585 <glossdef>
1415 <para> 1586 <para>
1416 Provides a list of hardware features that are enabled in 1587 Provides a list of hardware features that are enabled in
@@ -1437,6 +1608,9 @@
1437 </glossentry> 1608 </glossentry>
1438 1609
1439 <glossentry id='var-COMMON_LICENSE_DIR'><glossterm>COMMON_LICENSE_DIR</glossterm> 1610 <glossentry id='var-COMMON_LICENSE_DIR'><glossterm>COMMON_LICENSE_DIR</glossterm>
1611 <info>
1612 COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside."
1613 </info>
1440 <glossdef> 1614 <glossdef>
1441 <para> 1615 <para>
1442 Points to <filename>meta/files/common-licenses</filename> 1616 Points to <filename>meta/files/common-licenses</filename>
@@ -1448,6 +1622,9 @@
1448 </glossentry> 1622 </glossentry>
1449 1623
1450 <glossentry id='var-COMPATIBLE_HOST'><glossterm>COMPATIBLE_HOST</glossterm> 1624 <glossentry id='var-COMPATIBLE_HOST'><glossterm>COMPATIBLE_HOST</glossterm>
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."
1627 </info>
1451 <glossdef> 1628 <glossdef>
1452 <para>A regular expression that resolves to one or more hosts 1629 <para>A regular expression that resolves to one or more hosts
1453 (when the recipe is native) or one or more targets (when 1630 (when the recipe is native) or one or more targets (when
@@ -1465,6 +1642,9 @@
1465 </glossentry> 1642 </glossentry>
1466 1643
1467 <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> 1644 <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm>
1645 <info>
1646 COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible."
1647 </info>
1468 <glossdef> 1648 <glossdef>
1469 <para>A regular expression that resolves to one or more 1649 <para>A regular expression that resolves to one or more
1470 target machines with which a recipe is compatible. 1650 target machines with which a recipe is compatible.
@@ -1480,6 +1660,9 @@
1480 </glossentry> 1660 </glossentry>
1481 1661
1482 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm>COMPLEMENTARY_GLOB</glossterm> 1662 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm>COMPLEMENTARY_GLOB</glossterm>
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."
1665 </info>
1483 <glossdef> 1666 <glossdef>
1484 <para> 1667 <para>
1485 Defines wildcards to match when installing a list of 1668 Defines wildcards to match when installing a list of
@@ -1507,6 +1690,9 @@
1507 </glossentry> 1690 </glossentry>
1508 1691
1509 <glossentry id='var-CONFFILES'><glossterm>CONFFILES</glossterm> 1692 <glossentry id='var-CONFFILES'><glossterm>CONFFILES</glossterm>
1693 <info>
1694 CONFFILES[doc] = "Identifies editable or configurable files that are part of a package."
1695 </info>
1510 <glossdef> 1696 <glossdef>
1511 <para> 1697 <para>
1512 Identifies editable or configurable files that are part of a package. 1698 Identifies editable or configurable files that are part of a package.
@@ -1557,6 +1743,9 @@
1557 </glossentry> 1743 </glossentry>
1558 1744
1559 <glossentry id='var-CONFIG_INITRAMFS_SOURCE'><glossterm>CONFIG_INITRAMFS_SOURCE</glossterm> 1745 <glossentry id='var-CONFIG_INITRAMFS_SOURCE'><glossterm>CONFIG_INITRAMFS_SOURCE</glossterm>
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."
1748 </info>
1560 <glossdef> 1749 <glossdef>
1561 <para> 1750 <para>
1562 Identifies the initial RAM disk (initramfs) source files. 1751 Identifies the initial RAM disk (initramfs) source files.
@@ -1589,6 +1778,9 @@
1589 </glossentry> 1778 </glossentry>
1590 1779
1591 <glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE</glossterm> 1780 <glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE</glossterm>
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."
1783 </info>
1592 <glossdef> 1784 <glossdef>
1593 <para> 1785 <para>
1594 A list of files that contains <filename>autoconf</filename> test results relevant 1786 A list of files that contains <filename>autoconf</filename> test results relevant
@@ -1600,6 +1792,9 @@
1600 </glossentry> 1792 </glossentry>
1601 1793
1602 <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm>CONFLICT_DISTRO_FEATURES</glossterm> 1794 <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm>CONFLICT_DISTRO_FEATURES</glossterm>
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."
1797 </info>
1603 <glossdef> 1798 <glossdef>
1604 <para> 1799 <para>
1605 When inheriting the 1800 When inheriting the
@@ -1619,6 +1814,9 @@
1619 </glossentry> 1814 </glossentry>
1620 1815
1621 <glossentry id='var-COPY_LIC_DIRS'><glossterm>COPY_LIC_DIRS</glossterm> 1816 <glossentry id='var-COPY_LIC_DIRS'><glossterm>COPY_LIC_DIRS</glossterm>
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."
1819 </info>
1622 <glossdef> 1820 <glossdef>
1623 <para> 1821 <para>
1624 If set to "1" along with the 1822 If set to "1" along with the
@@ -1634,6 +1832,9 @@
1634 </glossentry> 1832 </glossentry>
1635 1833
1636 <glossentry id='var-COPY_LIC_MANIFEST'><glossterm>COPY_LIC_MANIFEST</glossterm> 1834 <glossentry id='var-COPY_LIC_MANIFEST'><glossterm>COPY_LIC_MANIFEST</glossterm>
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."
1837 </info>
1637 <glossdef> 1838 <glossdef>
1638 <para> 1839 <para>
1639 If set to "1", the OpenEmbedded build system copies 1840 If set to "1", the OpenEmbedded build system copies
@@ -1645,6 +1846,9 @@
1645 </glossentry> 1846 </glossentry>
1646 1847
1647 <glossentry id='var-CORE_IMAGE_EXTRA_INSTALL'><glossterm>CORE_IMAGE_EXTRA_INSTALL</glossterm> 1848 <glossentry id='var-CORE_IMAGE_EXTRA_INSTALL'><glossterm>CORE_IMAGE_EXTRA_INSTALL</glossterm>
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."
1851 </info>
1648 <glossdef> 1852 <glossdef>
1649 <para> 1853 <para>
1650 Specifies the list of packages to be added to the image. 1854 Specifies the list of packages to be added to the image.
@@ -1661,6 +1865,9 @@
1661 </glossentry> 1865 </glossentry>
1662 1866
1663 <glossentry id='var-COREBASE'><glossterm>COREBASE</glossterm> 1867 <glossentry id='var-COREBASE'><glossterm>COREBASE</glossterm>
1868 <info>
1869 COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)."
1870 </info>
1664 <glossdef> 1871 <glossdef>
1665 <para> 1872 <para>
1666 Specifies the parent directory of the OpenEmbedded 1873 Specifies the parent directory of the OpenEmbedded
@@ -1683,6 +1890,9 @@
1683 </glossentry> 1890 </glossentry>
1684 1891
1685 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm> 1892 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm>
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)."
1895 </info>
1686 <glossdef> 1896 <glossdef>
1687 <para> 1897 <para>
1688 Specifies the flags to pass to the C pre-processor 1898 Specifies the flags to pass to the C pre-processor
@@ -1716,6 +1926,9 @@
1716 </glossentry> 1926 </glossentry>
1717 1927
1718 <glossentry id='var-CXXFLAGS'><glossterm>CXXFLAGS</glossterm> 1928 <glossentry id='var-CXXFLAGS'><glossterm>CXXFLAGS</glossterm>
1929 <info>
1930 CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler."
1931 </info>
1719 <glossdef> 1932 <glossdef>
1720 <para> 1933 <para>
1721 Specifies the flags to pass to the C++ compiler. 1934 Specifies the flags to pass to the C++ compiler.
@@ -1752,6 +1965,9 @@
1752 <glossdiv id='var-glossary-d'><title>D</title> 1965 <glossdiv id='var-glossary-d'><title>D</title>
1753 1966
1754 <glossentry id='var-D'><glossterm>D</glossterm> 1967 <glossentry id='var-D'><glossterm>D</glossterm>
1968 <info>
1969 D[doc] = "The destination directory."
1970 </info>
1755 <glossdef> 1971 <glossdef>
1756 <para> 1972 <para>
1757 The destination directory. 1973 The destination directory.
@@ -1768,6 +1984,9 @@
1768 </glossentry> 1984 </glossentry>
1769 1985
1770 <glossentry id='var-DATETIME'><glossterm>DATETIME</glossterm> 1986 <glossentry id='var-DATETIME'><glossterm>DATETIME</glossterm>
1987 <info>
1988 DATETIME[doc] = "The date and time the build was started."
1989 </info>
1771 <glossdef> 1990 <glossdef>
1772 <para> 1991 <para>
1773 The date and time on which the current build started. 1992 The date and time on which the current build started.
@@ -1777,6 +1996,9 @@
1777 </glossentry> 1996 </glossentry>
1778 1997
1779 <glossentry id='var-DEBUG_BUILD'><glossterm>DEBUG_BUILD</glossterm> 1998 <glossentry id='var-DEBUG_BUILD'><glossterm>DEBUG_BUILD</glossterm>
1999 <info>
2000 DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable."
2001 </info>
1780 <glossdef> 2002 <glossdef>
1781 <para> 2003 <para>
1782 Specifies to build packages with debugging information. 2004 Specifies to build packages with debugging information.
@@ -1788,6 +2010,9 @@
1788 </glossentry> 2010 </glossentry>
1789 2011
1790 <glossentry id='var-DEBUG_OPTIMIZATION'><glossterm>DEBUG_OPTIMIZATION</glossterm> 2012 <glossentry id='var-DEBUG_OPTIMIZATION'><glossterm>DEBUG_OPTIMIZATION</glossterm>
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'."
2015 </info>
1791 <glossdef> 2016 <glossdef>
1792 <para> 2017 <para>
1793 The options to pass in 2018 The options to pass in
@@ -1800,6 +2025,9 @@
1800 </glossentry> 2025 </glossentry>
1801 2026
1802 <glossentry id='var-DEFAULT_PREFERENCE'><glossterm>DEFAULT_PREFERENCE</glossterm> 2027 <glossentry id='var-DEFAULT_PREFERENCE'><glossterm>DEFAULT_PREFERENCE</glossterm>
2028 <info>
2029 DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority."
2030 </info>
1803 <glossdef> 2031 <glossdef>
1804 <para> 2032 <para>
1805 Specifies a weak bias for recipe selection priority. 2033 Specifies a weak bias for recipe selection priority.
@@ -1824,6 +2052,9 @@
1824 </glossentry> 2052 </glossentry>
1825 2053
1826 <glossentry id='var-DEFAULTTUNE'><glossterm>DEFAULTTUNE</glossterm> 2054 <glossentry id='var-DEFAULTTUNE'><glossterm>DEFAULTTUNE</glossterm>
2055 <info>
2056 DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system."
2057 </info>
1827 <glossdef> 2058 <glossdef>
1828 <para> 2059 <para>
1829 The default CPU and Application Binary Interface (ABI) 2060 The default CPU and Application Binary Interface (ABI)
@@ -1845,6 +2076,9 @@
1845 </glossentry> 2076 </glossentry>
1846 2077
1847 <glossentry id='var-DEPENDS'><glossterm>DEPENDS</glossterm> 2078 <glossentry id='var-DEPENDS'><glossterm>DEPENDS</glossterm>
2079 <info>
2080 DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)."
2081 </info>
1848 <glossdef> 2082 <glossdef>
1849 <para> 2083 <para>
1850 Lists a recipe's build-time dependencies 2084 Lists a recipe's build-time dependencies
@@ -1880,6 +2114,9 @@
1880 </glossentry> 2114 </glossentry>
1881 2115
1882 <glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR</glossterm> 2116 <glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR</glossterm>
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."
2119 </info>
1883 <glossdef> 2120 <glossdef>
1884 <para> 2121 <para>
1885 Points to the general area that the OpenEmbedded build 2122 Points to the general area that the OpenEmbedded build
@@ -1905,6 +2142,9 @@
1905 </glossentry> 2142 </glossentry>
1906 2143
1907 <glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm>DEPLOY_DIR_IMAGE</glossterm> 2144 <glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm>DEPLOY_DIR_IMAGE</glossterm>
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."
2147 </info>
1908 <glossdef> 2148 <glossdef>
1909 <para> 2149 <para>
1910 Points to the area that the OpenEmbedded build system uses 2150 Points to the area that the OpenEmbedded build system uses
@@ -1932,6 +2172,9 @@
1932 </glossentry> 2172 </glossentry>
1933 2173
1934 <glossentry id='var-DEPLOYDIR'><glossterm>DEPLOYDIR</glossterm> 2174 <glossentry id='var-DEPLOYDIR'><glossterm>DEPLOYDIR</glossterm>
2175 <info>
2176 DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files."
2177 </info>
1935 <glossdef> 2178 <glossdef>
1936 <para> 2179 <para>
1937 When inheriting the 2180 When inheriting the
@@ -1953,6 +2196,9 @@
1953 </glossentry> 2196 </glossentry>
1954 2197
1955 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm> 2198 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm>
2199 <info>
2200 DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable."
2201 </info>
1956 <glossdef> 2202 <glossdef>
1957 <para>The package description used by package managers. 2203 <para>The package description used by package managers.
1958 If not set, <filename>DESCRIPTION</filename> takes 2204 If not set, <filename>DESCRIPTION</filename> takes
@@ -1964,6 +2210,9 @@
1964 </glossentry> 2210 </glossentry>
1965 2211
1966 <glossentry id='var-DISK_SIGNATURE'><glossterm>DISK_SIGNATURE</glossterm> 2212 <glossentry id='var-DISK_SIGNATURE'><glossterm>DISK_SIGNATURE</glossterm>
2213 <info>
2214 DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images."
2215 </info>
1967 <glossdef> 2216 <glossdef>
1968 <para> 2217 <para>
1969 A 32-bit MBR disk signature used by 2218 A 32-bit MBR disk signature used by
@@ -2014,6 +2263,9 @@
2014 </glossentry> 2263 </glossentry>
2015 2264
2016 <glossentry id='var-DISTRO'><glossterm>DISTRO</glossterm> 2265 <glossentry id='var-DISTRO'><glossterm>DISTRO</glossterm>
2266 <info>
2267 DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used."
2268 </info>
2017 <glossdef> 2269 <glossdef>
2018 <para> 2270 <para>
2019 The short name of the distribution. 2271 The short name of the distribution.
@@ -2056,6 +2308,9 @@
2056 </glossentry> 2308 </glossentry>
2057 2309
2058 <glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm>DISTRO_EXTRA_RDEPENDS</glossterm> 2310 <glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm>DISTRO_EXTRA_RDEPENDS</glossterm>
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."
2313 </info>
2059 <glossdef> 2314 <glossdef>
2060 <para> 2315 <para>
2061 Specifies a list of distro-specific packages to add to all images. 2316 Specifies a list of distro-specific packages to add to all images.
@@ -2072,6 +2327,9 @@
2072 </glossentry> 2327 </glossentry>
2073 2328
2074 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS</glossterm> 2329 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS</glossterm>
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."
2332 </info>
2075 <glossdef> 2333 <glossdef>
2076 <para> 2334 <para>
2077 Specifies a list of distro-specific packages to add to all images 2335 Specifies a list of distro-specific packages to add to all images
@@ -2084,6 +2342,9 @@
2084 </glossentry> 2342 </glossentry>
2085 2343
2086 <glossentry id='var-DISTRO_FEATURES'><glossterm>DISTRO_FEATURES</glossterm> 2344 <glossentry id='var-DISTRO_FEATURES'><glossterm>DISTRO_FEATURES</glossterm>
2345 <info>
2346 DISTRO_FEATURES[doc] = "The features enabled for the distribution."
2347 </info>
2087 <glossdef> 2348 <glossdef>
2088 <para> 2349 <para>
2089 The software support you want in your distribution for 2350 The software support you want in your distribution for
@@ -2117,6 +2378,9 @@
2117 </glossentry> 2378 </glossentry>
2118 2379
2119 <glossentry id='var-DISTRO_FEATURES_BACKFILL'><glossterm>DISTRO_FEATURES_BACKFILL</glossterm> 2380 <glossentry id='var-DISTRO_FEATURES_BACKFILL'><glossterm>DISTRO_FEATURES_BACKFILL</glossterm>
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."
2383 </info>
2120 <glossdef> 2384 <glossdef>
2121 <para>Features to be added to 2385 <para>Features to be added to
2122 <filename><link linkend='var-DISTRO_FEATURES'>DISTRO_FEATURES</link></filename> 2386 <filename><link linkend='var-DISTRO_FEATURES'>DISTRO_FEATURES</link></filename>
@@ -2136,6 +2400,9 @@
2136 </glossentry> 2400 </glossentry>
2137 2401
2138 <glossentry id='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><glossterm>DISTRO_FEATURES_BACKFILL_CONSIDERED</glossterm> 2402 <glossentry id='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><glossterm>DISTRO_FEATURES_BACKFILL_CONSIDERED</glossterm>
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."
2405 </info>
2139 <glossdef> 2406 <glossdef>
2140 <para>Features from 2407 <para>Features from
2141 <filename><link linkend='var-DISTRO_FEATURES_BACKFILL'>DISTRO_FEATURES_BACKFILL</link></filename> 2408 <filename><link linkend='var-DISTRO_FEATURES_BACKFILL'>DISTRO_FEATURES_BACKFILL</link></filename>
@@ -2149,12 +2416,18 @@
2149 </glossentry> 2416 </glossentry>
2150 2417
2151 <glossentry id='var-DISTRO_NAME'><glossterm>DISTRO_NAME</glossterm> 2418 <glossentry id='var-DISTRO_NAME'><glossterm>DISTRO_NAME</glossterm>
2419 <info>
2420 DISTRO_NAME[doc] = "The long name of the distribution."
2421 </info>
2152 <glossdef> 2422 <glossdef>
2153 <para>The long name of the distribution.</para> 2423 <para>The long name of the distribution.</para>
2154 </glossdef> 2424 </glossdef>
2155 </glossentry> 2425 </glossentry>
2156 2426
2157 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm> 2427 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
2428 <info>
2429 DISTRO_PN_ALIAS[doc] = "Alias names used for the recipe in various Linux distributions."
2430 </info>
2158 <glossdef> 2431 <glossdef>
2159 <para>Alias names used for the recipe in various Linux distributions.</para> 2432 <para>Alias names used for the recipe in various Linux distributions.</para>
2160 <para>See the 2433 <para>See the
@@ -2165,12 +2438,18 @@
2165 </glossentry> 2438 </glossentry>
2166 2439
2167 <glossentry id='var-DISTRO_VERSION'><glossterm>DISTRO_VERSION</glossterm> 2440 <glossentry id='var-DISTRO_VERSION'><glossterm>DISTRO_VERSION</glossterm>
2441 <info>
2442 DISTRO_VERSION[doc] = "The version of the distribution."
2443 </info>
2168 <glossdef> 2444 <glossdef>
2169 <para>The version of the distribution.</para> 2445 <para>The version of the distribution.</para>
2170 </glossdef> 2446 </glossdef>
2171 </glossentry> 2447 </glossentry>
2172 2448
2173 <glossentry id='var-DISTROOVERRIDES'><glossterm>DISTROOVERRIDES</glossterm> 2449 <glossentry id='var-DISTROOVERRIDES'><glossterm>DISTROOVERRIDES</glossterm>
2450 <info>
2451 DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable."
2452 </info>
2174 <glossdef> 2453 <glossdef>
2175 <para> 2454 <para>
2176 This variable lists overrides specific to the current 2455 This variable lists overrides specific to the current
@@ -2187,6 +2466,9 @@
2187 </glossentry> 2466 </glossentry>
2188 2467
2189 <glossentry id='var-DL_DIR'><glossterm>DL_DIR</glossterm> 2468 <glossentry id='var-DL_DIR'><glossterm>DL_DIR</glossterm>
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."
2471 </info>
2190 <glossdef> 2472 <glossdef>
2191 <para> 2473 <para>
2192 The central download directory used by the build process to 2474 The central download directory used by the build process to
@@ -2243,6 +2525,9 @@
2243 </glossentry> 2525 </glossentry>
2244 2526
2245 <glossentry id='var-DOC_COMPRESS'><glossterm>DOC_COMPRESS</glossterm> 2527 <glossentry id='var-DOC_COMPRESS'><glossterm>DOC_COMPRESS</glossterm>
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."
2530 </info>
2246 <glossdef> 2531 <glossdef>
2247 <para> 2532 <para>
2248 When inheriting the 2533 When inheriting the
@@ -2267,13 +2552,16 @@
2267 <glossdiv id='var-glossary-e'><title>E</title> 2552 <glossdiv id='var-glossary-e'><title>E</title>
2268 2553
2269 <glossentry id='var-EFI_PROVIDER'><glossterm>EFI_PROVIDER</glossterm> 2554 <glossentry id='var-EFI_PROVIDER'><glossterm>EFI_PROVIDER</glossterm>
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."
2557 </info>
2270 <glossdef> 2558 <glossdef>
2271 <para> 2559 <para>
2272 When building bootable images (i.e. where 2560 When building bootable images (i.e. where
2273 <filename>hddimg</filename> or <filename>vmdk</filename> 2561 <filename>hddimg</filename> or <filename>vmdk</filename>
2274 is in 2562 is in
2275 <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>), 2563 <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>),
2276 The <filename>EFI_PROVIDER</filename> variable specifies 2564 the <filename>EFI_PROVIDER</filename> variable specifies
2277 the EFI bootloader to use. 2565 the EFI bootloader to use.
2278 The default is "grub-efi", but "gummiboot" can be used 2566 The default is "grub-efi", but "gummiboot" can be used
2279 instead. 2567 instead.
@@ -2288,6 +2576,9 @@
2288 </glossentry> 2576 </glossentry>
2289 2577
2290 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm>ENABLE_BINARY_LOCALE_GENERATION</glossterm> 2578 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm>ENABLE_BINARY_LOCALE_GENERATION</glossterm>
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."
2581 </info>
2291 <glossdef> 2582 <glossdef>
2292 <para>Variable that controls which locales for 2583 <para>Variable that controls which locales for
2293 <filename>eglibc</filename> are generated during the 2584 <filename>eglibc</filename> are generated during the
@@ -2296,22 +2587,10 @@
2296 </glossdef> 2587 </glossdef>
2297 </glossentry> 2588 </glossentry>
2298 2589
2299 <glossentry id='var-ERROR_QA'><glossterm>ERROR_QA</glossterm>
2300 <glossdef>
2301 <para>
2302 Specifies the quality assurance checks whose failures are
2303 reported as errors by the OpenEmbedded build system.
2304 You set this variable in your distribution configuration
2305 file.
2306 For a list of the checks you can control with this variable,
2307 see the
2308 "<link linkend='ref-classes-insane'><filename>insane.bbclass</filename></link>"
2309 section.
2310 </para>
2311 </glossdef>
2312 </glossentry>
2313
2314 <glossentry id='var-ERR_REPORT_DIR'><glossterm>ERR_REPORT_DIR</glossterm> 2590 <glossentry id='var-ERR_REPORT_DIR'><glossterm>ERR_REPORT_DIR</glossterm>
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."
2593 </info>
2315 <glossdef> 2594 <glossdef>
2316 <para> 2595 <para>
2317 When used with the 2596 When used with the
@@ -2336,7 +2615,28 @@
2336 </glossdef> 2615 </glossdef>
2337 </glossentry> 2616 </glossentry>
2338 2617
2618 <glossentry id='var-ERROR_QA'><glossterm>ERROR_QA</glossterm>
2619 <info>
2620 ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system."
2621 </info>
2622 <glossdef>
2623 <para>
2624 Specifies the quality assurance checks whose failures are
2625 reported as errors by the OpenEmbedded build system.
2626 You set this variable in your distribution configuration
2627 file.
2628 For a list of the checks you can control with this variable,
2629 see the
2630 "<link linkend='ref-classes-insane'><filename>insane.bbclass</filename></link>"
2631 section.
2632 </para>
2633 </glossdef>
2634 </glossentry>
2635
2339 <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm>EXCLUDE_FROM_WORLD</glossterm> 2636 <glossentry id='var-EXCLUDE_FROM_WORLD'><glossterm>EXCLUDE_FROM_WORLD</glossterm>
2637 <info>
2638 EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)."
2639 </info>
2340 <glossdef> 2640 <glossdef>
2341 <para> 2641 <para>
2342 Directs BitBake to exclude a recipe from world builds (i.e. 2642 Directs BitBake to exclude a recipe from world builds (i.e.
@@ -2363,6 +2663,9 @@
2363 </glossentry> 2663 </glossentry>
2364 2664
2365 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE</glossterm> 2665 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE</glossterm>
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."
2668 </info>
2366 <glossdef> 2669 <glossdef>
2367 <para> 2670 <para>
2368 Used with file and pathnames to create a prefix for a recipe's 2671 Used with file and pathnames to create a prefix for a recipe's
@@ -2381,6 +2684,9 @@
2381 </glossentry> 2684 </glossentry>
2382 2685
2383 <glossentry id='var-EXTENDPKGV'><glossterm>EXTENDPKGV</glossterm> 2686 <glossentry id='var-EXTENDPKGV'><glossterm>EXTENDPKGV</glossterm>
2687 <info>
2688 EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe."
2689 </info>
2384 <glossdef> 2690 <glossdef>
2385 <para> 2691 <para>
2386 The full package version specification as it appears on the 2692 The full package version specification as it appears on the
@@ -2402,6 +2708,9 @@
2402 </glossentry> 2708 </glossentry>
2403 2709
2404 <glossentry id='var-EXTERNALSRC'><glossterm>EXTERNALSRC</glossterm> 2710 <glossentry id='var-EXTERNALSRC'><glossterm>EXTERNALSRC</glossterm>
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."
2713 </info>
2405 <glossdef> 2714 <glossdef>
2406 <para> 2715 <para>
2407 When inheriting the 2716 When inheriting the
@@ -2428,6 +2737,9 @@
2428 </glossentry> 2737 </glossentry>
2429 2738
2430 <glossentry id='var-EXTERNALSRC_BUILD'><glossterm>EXTERNALSRC_BUILD</glossterm> 2739 <glossentry id='var-EXTERNALSRC_BUILD'><glossterm>EXTERNALSRC_BUILD</glossterm>
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."
2742 </info>
2431 <glossdef> 2743 <glossdef>
2432 <para> 2744 <para>
2433 When inheriting the 2745 When inheriting the
@@ -2455,6 +2767,9 @@
2455 </glossentry> 2767 </glossentry>
2456 2768
2457 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm>EXTRA_IMAGE_FEATURES</glossterm> 2769 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm>EXTRA_IMAGE_FEATURES</glossterm>
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."
2772 </info>
2458 <glossdef> 2773 <glossdef>
2459 <para> 2774 <para>
2460 The list of additional features to include in an image. 2775 The list of additional features to include in an image.
@@ -2527,6 +2842,9 @@
2527 </glossentry> 2842 </glossentry>
2528 2843
2529 <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm> 2844 <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm>
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."
2847 </info>
2530 <glossdef> 2848 <glossdef>
2531 <para> 2849 <para>
2532 Specifies additional options for the image 2850 Specifies additional options for the image
@@ -2543,6 +2861,9 @@
2543 </glossentry> 2861 </glossentry>
2544 2862
2545 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm> 2863 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm>
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."
2866 </info>
2546 <glossdef> 2867 <glossdef>
2547 <para>A list of recipes to build that do not provide packages 2868 <para>A list of recipes to build that do not provide packages
2548 for installing into the root filesystem. 2869 for installing into the root filesystem.
@@ -2563,24 +2884,36 @@
2563 </glossentry> 2884 </glossentry>
2564 2885
2565 <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> 2886 <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm>
2887 <info>
2888 EXTRA_OECMAKE[doc] = "Additional cmake options."
2889 </info>
2566 <glossdef> 2890 <glossdef>
2567 <para>Additional <filename>cmake</filename> options.</para> 2891 <para>Additional <filename>cmake</filename> options.</para>
2568 </glossdef> 2892 </glossdef>
2569 </glossentry> 2893 </glossentry>
2570 2894
2571 <glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF</glossterm> 2895 <glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF</glossterm>
2896 <info>
2897 EXTRA_OECONF[doc] = "Additional configure script options."
2898 </info>
2572 <glossdef> 2899 <glossdef>
2573 <para>Additional <filename>configure</filename> script options.</para> 2900 <para>Additional <filename>configure</filename> script options.</para>
2574 </glossdef> 2901 </glossdef>
2575 </glossentry> 2902 </glossentry>
2576 2903
2577 <glossentry id='var-EXTRA_OEMAKE'><glossterm>EXTRA_OEMAKE</glossterm> 2904 <glossentry id='var-EXTRA_OEMAKE'><glossterm>EXTRA_OEMAKE</glossterm>
2905 <info>
2906 EXTRA_OEMAKE[doc] = "Additional GNU make options."
2907 </info>
2578 <glossdef> 2908 <glossdef>
2579 <para>Additional GNU <filename>make</filename> options.</para> 2909 <para>Additional GNU <filename>make</filename> options.</para>
2580 </glossdef> 2910 </glossdef>
2581 </glossentry> 2911 </glossentry>
2582 2912
2583 <glossentry id='var-EXTRA_OESCONS'><glossterm>EXTRA_OESCONS</glossterm> 2913 <glossentry id='var-EXTRA_OESCONS'><glossterm>EXTRA_OESCONS</glossterm>
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."
2916 </info>
2584 <glossdef> 2917 <glossdef>
2585 <para> 2918 <para>
2586 When inheriting the 2919 When inheriting the
@@ -2593,6 +2926,9 @@
2593 </glossentry> 2926 </glossentry>
2594 2927
2595 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm> 2928 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm>
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."
2931 </info>
2596 <glossdef> 2932 <glossdef>
2597 <para> 2933 <para>
2598 Configuration variables or options you want to pass to 2934 Configuration variables or options you want to pass to
@@ -2611,6 +2947,9 @@
2611 </glossentry> 2947 </glossentry>
2612 2948
2613 <glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm>EXTRA_QMAKEVARS_PRE</glossterm> 2949 <glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm>EXTRA_QMAKEVARS_PRE</glossterm>
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."
2952 </info>
2614 <glossdef> 2953 <glossdef>
2615 <para> 2954 <para>
2616 Configuration variables or options you want to pass to 2955 Configuration variables or options you want to pass to
@@ -2629,6 +2968,9 @@
2629 </glossentry> 2968 </glossentry>
2630 2969
2631 <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm>EXTRA_USERS_PARAMS</glossterm> 2970 <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm>EXTRA_USERS_PARAMS</glossterm>
2971 <info>
2972 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations."
2973 </info>
2632 <glossdef> 2974 <glossdef>
2633 <para> 2975 <para>
2634 When inheriting the 2976 When inheriting the
@@ -2667,6 +3009,9 @@
2667 <glossdiv id='var-glossary-f'><title>F</title> 3009 <glossdiv id='var-glossary-f'><title>F</title>
2668 3010
2669 <glossentry id='var-FEATURE_PACKAGES'><glossterm>FEATURE_PACKAGES</glossterm> 3011 <glossentry id='var-FEATURE_PACKAGES'><glossterm>FEATURE_PACKAGES</glossterm>
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."
3014 </info>
2670 <glossdef> 3015 <glossdef>
2671 <para> 3016 <para>
2672 Defines one or more packages to include in an image when 3017 Defines one or more packages to include in an image when
@@ -2695,6 +3040,9 @@
2695 </glossentry> 3040 </glossentry>
2696 3041
2697 <glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm>FEED_DEPLOYDIR_BASE_URI</glossterm> 3042 <glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm>FEED_DEPLOYDIR_BASE_URI</glossterm>
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."
3045 </info>
2698 <glossdef> 3046 <glossdef>
2699 <para> 3047 <para>
2700 Points to the base URL of the server and location within 3048 Points to the base URL of the server and location within
@@ -2722,6 +3070,9 @@
2722 </glossentry> 3070 </glossentry>
2723 3071
2724 <glossentry id='var-FILES'><glossterm>FILES</glossterm> 3072 <glossentry id='var-FILES'><glossterm>FILES</glossterm>
3073 <info>
3074 FILES[doc] = "The list of directories or files that are placed in packages."
3075 </info>
2725 <glossdef> 3076 <glossdef>
2726 <para> 3077 <para>
2727 The list of directories or files that are placed in packages. 3078 The list of directories or files that are placed in packages.
@@ -2769,6 +3120,9 @@
2769 </glossentry> 3120 </glossentry>
2770 3121
2771 <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm> 3122 <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm>
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."
3125 </info>
2772 <glossdef> 3126 <glossdef>
2773 <para> 3127 <para>
2774 Extends the search path the OpenEmbedded build system uses 3128 Extends the search path the OpenEmbedded build system uses
@@ -2836,6 +3190,9 @@
2836 </glossentry> 3190 </glossentry>
2837 3191
2838 <glossentry id='var-FILESOVERRIDES'><glossterm>FILESOVERRIDES</glossterm> 3192 <glossentry id='var-FILESOVERRIDES'><glossterm>FILESOVERRIDES</glossterm>
3193 <info>
3194 FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH."
3195 </info>
2839 <glossdef> 3196 <glossdef>
2840 <para> 3197 <para>
2841 A subset of <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link> 3198 A subset of <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link>
@@ -2864,6 +3221,9 @@
2864 </glossentry> 3221 </glossentry>
2865 3222
2866 <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm> 3223 <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm>
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."
3226 </info>
2867 <glossdef> 3227 <glossdef>
2868 <para> 3228 <para>
2869 The default set of directories the OpenEmbedded build system 3229 The default set of directories the OpenEmbedded build system
@@ -2907,6 +3267,9 @@
2907 </glossentry> 3267 </glossentry>
2908 3268
2909 <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm>FILESYSTEM_PERMS_TABLES</glossterm> 3269 <glossentry id='var-FILESYSTEM_PERMS_TABLES'><glossterm>FILESYSTEM_PERMS_TABLES</glossterm>
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."
3272 </info>
2910 <glossdef> 3273 <glossdef>
2911 <para>Allows you to define your own file permissions settings table as part of 3274 <para>Allows you to define your own file permissions settings table as part of
2912 your configuration for the packaging process. 3275 your configuration for the packaging process.
@@ -2939,6 +3302,9 @@
2939 </glossentry> 3302 </glossentry>
2940 3303
2941 <glossentry id='var-FONT_PACKAGES'><glossterm>FONT_PACKAGES</glossterm> 3304 <glossentry id='var-FONT_PACKAGES'><glossterm>FONT_PACKAGES</glossterm>
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."
3307 </info>
2942 <glossdef> 3308 <glossdef>
2943 <para> 3309 <para>
2944 When inheriting the 3310 When inheriting the
@@ -2955,6 +3321,9 @@
2955 </glossentry> 3321 </glossentry>
2956 3322
2957 <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm> 3323 <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm>
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'."
3326 </info>
2958 <glossdef> 3327 <glossdef>
2959 <para> 3328 <para>
2960 The options to pass in 3329 The options to pass in
@@ -2971,6 +3340,9 @@
2971 <glossdiv id='var-glossary-g'><title>G</title> 3340 <glossdiv id='var-glossary-g'><title>G</title>
2972 3341
2973 <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm>GLIBC_GENERATE_LOCALES</glossterm> 3342 <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm>GLIBC_GENERATE_LOCALES</glossterm>
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."
3345 </info>
2974 <glossdef> 3346 <glossdef>
2975 <para> 3347 <para>
2976 Specifies the list of GLIBC locales to generate should you 3348 Specifies the list of GLIBC locales to generate should you
@@ -2993,6 +3365,9 @@
2993 </glossentry> 3365 </glossentry>
2994 3366
2995 <glossentry id='var-GROUPADD_PARAM'><glossterm>GROUPADD_PARAM</glossterm> 3367 <glossentry id='var-GROUPADD_PARAM'><glossterm>GROUPADD_PARAM</glossterm>
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."
3370 </info>
2996 <glossdef> 3371 <glossdef>
2997 <para> 3372 <para>
2998 When inheriting the 3373 When inheriting the
@@ -3018,6 +3393,9 @@
3018 </glossentry> 3393 </glossentry>
3019 3394
3020 <glossentry id='var-GROUPMEMS_PARAM'><glossterm>GROUPMEMS_PARAM</glossterm> 3395 <glossentry id='var-GROUPMEMS_PARAM'><glossterm>GROUPMEMS_PARAM</glossterm>
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."
3398 </info>
3021 <glossdef> 3399 <glossdef>
3022 <para> 3400 <para>
3023 When inheriting the 3401 When inheriting the
@@ -3038,6 +3416,9 @@
3038 </glossentry> 3416 </glossentry>
3039 3417
3040 <glossentry id='var-GRUB_GFXSERIAL'><glossterm>GRUB_GFXSERIAL</glossterm> 3418 <glossentry id='var-GRUB_GFXSERIAL'><glossterm>GRUB_GFXSERIAL</glossterm>
3419 <info>
3420 GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu."
3421 </info>
3041 <glossdef> 3422 <glossdef>
3042 <para> 3423 <para>
3043 Configures the GNU GRand Unified Bootloader (GRUB) to have 3424 Configures the GNU GRand Unified Bootloader (GRUB) to have
@@ -3057,6 +3438,9 @@
3057 </glossentry> 3438 </glossentry>
3058 3439
3059 <glossentry id='var-GRUB_OPTS'><glossterm>GRUB_OPTS</glossterm> 3440 <glossentry id='var-GRUB_OPTS'><glossterm>GRUB_OPTS</glossterm>
3441 <info>
3442 GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration."
3443 </info>
3060 <glossdef> 3444 <glossdef>
3061 <para> 3445 <para>
3062 Additional options to add to the GNU GRand Unified 3446 Additional options to add to the GNU GRand Unified
@@ -3075,6 +3459,9 @@
3075 </glossentry> 3459 </glossentry>
3076 3460
3077 <glossentry id='var-GRUB_TIMEOUT'><glossterm>GRUB_TIMEOUT</glossterm> 3461 <glossentry id='var-GRUB_TIMEOUT'><glossterm>GRUB_TIMEOUT</glossterm>
3462 <info>
3463 GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)."
3464 </info>
3078 <glossdef> 3465 <glossdef>
3079 <para> 3466 <para>
3080 Specifies the timeout before executing the default 3467 Specifies the timeout before executing the default
@@ -3092,6 +3479,9 @@
3092 </glossentry> 3479 </glossentry>
3093 3480
3094 <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm>GTKIMMODULES_PACKAGES</glossterm> 3481 <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm>GTKIMMODULES_PACKAGES</glossterm>
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."
3484 </info>
3095 <glossdef> 3485 <glossdef>
3096 <para> 3486 <para>
3097 When inheriting the 3487 When inheriting the
@@ -3104,6 +3494,9 @@
3104 </glossentry> 3494 </glossentry>
3105 3495
3106 <glossentry id='var-GUMMIBOOT_CFG'><glossterm>GUMMIBOOT_CFG</glossterm> 3496 <glossentry id='var-GUMMIBOOT_CFG'><glossterm>GUMMIBOOT_CFG</glossterm>
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."
3499 </info>
3107 <glossdef> 3500 <glossdef>
3108 <para> 3501 <para>
3109 When 3502 When
@@ -3128,6 +3521,9 @@
3128 </glossentry> 3521 </glossentry>
3129 3522
3130 <glossentry id='var-GUMMIBOOT_ENTRIES'><glossterm>GUMMIBOOT_ENTRIES</glossterm> 3523 <glossentry id='var-GUMMIBOOT_ENTRIES'><glossterm>GUMMIBOOT_ENTRIES</glossterm>
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."
3526 </info>
3131 <glossdef> 3527 <glossdef>
3132 <para> 3528 <para>
3133 When 3529 When
@@ -3154,6 +3550,9 @@
3154 </glossentry> 3550 </glossentry>
3155 3551
3156 <glossentry id='var-GUMMIBOOT_TIMEOUT'><glossterm>GUMMIBOOT_TIMEOUT</glossterm> 3552 <glossentry id='var-GUMMIBOOT_TIMEOUT'><glossterm>GUMMIBOOT_TIMEOUT</glossterm>
3553 <info>
3554 GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds."
3555 </info>
3157 <glossdef> 3556 <glossdef>
3158 <para> 3557 <para>
3159 When 3558 When
@@ -3182,6 +3581,9 @@
3182 <glossdiv id='var-glossary-h'><title>H</title> 3581 <glossdiv id='var-glossary-h'><title>H</title>
3183 3582
3184 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE</glossterm> 3583 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE</glossterm>
3584 <info>
3585 HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found."
3586 </info>
3185 <glossdef> 3587 <glossdef>
3186 <para>Website where more information about the software the recipe is building 3588 <para>Website where more information about the software the recipe is building
3187 can be found.</para> 3589 can be found.</para>
@@ -3189,6 +3591,9 @@
3189 </glossentry> 3591 </glossentry>
3190 3592
3191 <glossentry id='var-HOST_CC_ARCH'><glossterm>HOST_CC_ARCH</glossterm> 3593 <glossentry id='var-HOST_CC_ARCH'><glossterm>HOST_CC_ARCH</glossterm>
3594 <info>
3595 HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH."
3596 </info>
3192 <glossdef> 3597 <glossdef>
3193 <para> 3598 <para>
3194 Specifies architecture-specific compiler flags that are 3599 Specifies architecture-specific compiler flags that are
@@ -3219,6 +3624,9 @@
3219 </glossentry> 3624 </glossentry>
3220 3625
3221 <glossentry id='var-HOST_SYS'><glossterm>HOST_SYS</glossterm> 3626 <glossentry id='var-HOST_SYS'><glossterm>HOST_SYS</glossterm>
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."
3629 </info>
3222 <glossdef> 3630 <glossdef>
3223 <para> 3631 <para>
3224 Specifies the system, including the architecture and the 3632 Specifies the system, including the architecture and the
@@ -3251,6 +3659,9 @@
3251 <glossdiv id='var-glossary-i'><title>I</title> 3659 <glossdiv id='var-glossary-i'><title>I</title>
3252 3660
3253 <glossentry id='var-ICECC_DISABLED'><glossterm>ICECC_DISABLED</glossterm> 3661 <glossentry id='var-ICECC_DISABLED'><glossterm>ICECC_DISABLED</glossterm>
3662 <info>
3663 ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function."
3664 </info>
3254 <glossdef> 3665 <glossdef>
3255 <para> 3666 <para>
3256 Disables or enables the <filename>icecc</filename> 3667 Disables or enables the <filename>icecc</filename>
@@ -3276,6 +3687,9 @@
3276 </glossentry> 3687 </glossentry>
3277 3688
3278 <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm> 3689 <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm>
3690 <info>
3691 ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide."
3692 </info>
3279 <glossdef> 3693 <glossdef>
3280 <para> 3694 <para>
3281 Points to the <filename>icecc-create-env</filename> script 3695 Points to the <filename>icecc-create-env</filename> script
@@ -3298,6 +3712,9 @@
3298 </glossentry> 3712 </glossentry>
3299 3713
3300 <glossentry id='var-ICECC_PARALLEL_MAKE'><glossterm>ICECC_PARALLEL_MAKE</glossterm> 3714 <glossentry id='var-ICECC_PARALLEL_MAKE'><glossterm>ICECC_PARALLEL_MAKE</glossterm>
3715 <info>
3716 ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation."
3717 </info>
3301 <glossdef> 3718 <glossdef>
3302 <para> 3719 <para>
3303 Extra options passed to the <filename>make</filename> 3720 Extra options passed to the <filename>make</filename>
@@ -3339,6 +3756,9 @@
3339 </glossentry> 3756 </glossentry>
3340 3757
3341 <glossentry id='var-ICECC_PATH'><glossterm>ICECC_PATH</glossterm> 3758 <glossentry id='var-ICECC_PATH'><glossterm>ICECC_PATH</glossterm>
3759 <info>
3760 ICECC_PATH[doc] = "The location of the icecc binary."
3761 </info>
3342 <glossdef> 3762 <glossdef>
3343 <para> 3763 <para>
3344 The location of the <filename>icecc</filename> binary. 3764 The location of the <filename>icecc</filename> binary.
@@ -3354,6 +3774,9 @@
3354 </glossentry> 3774 </glossentry>
3355 3775
3356 <glossentry id='var-ICECC_USER_CLASS_BL'><glossterm>ICECC_USER_CLASS_BL</glossterm> 3776 <glossentry id='var-ICECC_USER_CLASS_BL'><glossterm>ICECC_USER_CLASS_BL</glossterm>
3777 <info>
3778 ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider."
3779 </info>
3357 <glossdef> 3780 <glossdef>
3358 <para> 3781 <para>
3359 Identifies user classes that you do not want the 3782 Identifies user classes that you do not want the
@@ -3376,6 +3799,9 @@
3376 </glossentry> 3799 </glossentry>
3377 3800
3378 <glossentry id='var-ICECC_USER_PACKAGE_BL'><glossterm>ICECC_USER_PACKAGE_BL</glossterm> 3801 <glossentry id='var-ICECC_USER_PACKAGE_BL'><glossterm>ICECC_USER_PACKAGE_BL</glossterm>
3802 <info>
3803 ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider."
3804 </info>
3379 <glossdef> 3805 <glossdef>
3380 <para> 3806 <para>
3381 Identifies user recipes that you do not want the 3807 Identifies user recipes that you do not want the
@@ -3398,6 +3824,9 @@
3398 </glossentry> 3824 </glossentry>
3399 3825
3400 <glossentry id='var-ICECC_USER_PACKAGE_WL'><glossterm>ICECC_USER_PACKAGE_WL</glossterm> 3826 <glossentry id='var-ICECC_USER_PACKAGE_WL'><glossterm>ICECC_USER_PACKAGE_WL</glossterm>
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."
3829 </info>
3401 <glossdef> 3830 <glossdef>
3402 <para> 3831 <para>
3403 Identifies user recipes that use an empty 3832 Identifies user recipes that use an empty
@@ -3415,6 +3844,9 @@
3415 </glossentry> 3844 </glossentry>
3416 3845
3417 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm> 3846 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm>
3847 <info>
3848 IMAGE_BASENAME[doc] = "The base name of image output files."
3849 </info>
3418 <glossdef> 3850 <glossdef>
3419 <para> 3851 <para>
3420 The base name of image output files. 3852 The base name of image output files.
@@ -3425,6 +3857,9 @@
3425 </glossentry> 3857 </glossentry>
3426 3858
3427 <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm> 3859 <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm>
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)."
3862 </info>
3428 <glossdef> 3863 <glossdef>
3429 <para> 3864 <para>
3430 A space-separated list of files installed into the 3865 A space-separated list of files installed into the
@@ -3445,6 +3880,9 @@
3445 </glossentry> 3880 </glossentry>
3446 3881
3447 <glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES</glossterm> 3882 <glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES</glossterm>
3883 <info>
3884 IMAGE_CLASSES[doc] = "A list of classes that all images should inherit."
3885 </info>
3448 <glossdef> 3886 <glossdef>
3449 <para> 3887 <para>
3450 A list of classes that all images should inherit. 3888 A list of classes that all images should inherit.
@@ -3470,6 +3908,9 @@
3470 </glossentry> 3908 </glossentry>
3471 3909
3472 <glossentry id='var-IMAGE_CMD'><glossterm>IMAGE_CMD</glossterm> 3910 <glossentry id='var-IMAGE_CMD'><glossterm>IMAGE_CMD</glossterm>
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)."
3913 </info>
3473 <glossdef> 3914 <glossdef>
3474 <para> 3915 <para>
3475 Specifies the command to create the image file for a 3916 Specifies the command to create the image file for a
@@ -3497,6 +3938,9 @@
3497 </glossentry> 3938 </glossentry>
3498 3939
3499 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm>IMAGE_DEVICE_TABLES</glossterm> 3940 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm>IMAGE_DEVICE_TABLES</glossterm>
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."
3943 </info>
3500 <glossdef> 3944 <glossdef>
3501 <para> 3945 <para>
3502 Specifies one or more files that contain custom device 3946 Specifies one or more files that contain custom device
@@ -3517,6 +3961,9 @@
3517 </glossentry> 3961 </glossentry>
3518 3962
3519 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 3963 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
3964 <info>
3965 IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe."
3966 </info>
3520 <glossdef> 3967 <glossdef>
3521 <para> 3968 <para>
3522 The primary list of features to include in an image. 3969 The primary list of features to include in an image.
@@ -3546,6 +3993,9 @@
3546 </glossentry> 3993 </glossentry>
3547 3994
3548 <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm> 3995 <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm>
3996 <info>
3997 IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created."
3998 </info>
3549 <glossdef> 3999 <glossdef>
3550 <para> 4000 <para>
3551 Specifies the formats the OpenEmbedded build system uses 4001 Specifies the formats the OpenEmbedded build system uses
@@ -3581,6 +4031,9 @@
3581 </glossentry> 4031 </glossentry>
3582 4032
3583 <glossentry id='var-IMAGE_INSTALL'><glossterm>IMAGE_INSTALL</glossterm> 4033 <glossentry id='var-IMAGE_INSTALL'><glossterm>IMAGE_INSTALL</glossterm>
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."
4036 </info>
3584 <glossdef> 4037 <glossdef>
3585 <para> 4038 <para>
3586 Specifies the packages to install into an image. 4039 Specifies the packages to install into an image.
@@ -3644,6 +4097,9 @@
3644 </glossentry> 4097 </glossentry>
3645 4098
3646 <glossentry id='var-IMAGE_LINGUAS'><glossterm>IMAGE_LINGUAS</glossterm> 4099 <glossentry id='var-IMAGE_LINGUAS'><glossterm>IMAGE_LINGUAS</glossterm>
4100 <info>
4101 IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process."
4102 </info>
3647 <glossdef> 4103 <glossdef>
3648 <para> 4104 <para>
3649 Specifies the list of locales to install into the image 4105 Specifies the list of locales to install into the image
@@ -3679,6 +4135,9 @@
3679 </glossentry> 4135 </glossentry>
3680 4136
3681 <glossentry id='var-IMAGE_MANIFEST'><glossterm>IMAGE_MANIFEST</glossterm> 4137 <glossentry id='var-IMAGE_MANIFEST'><glossterm>IMAGE_MANIFEST</glossterm>
4138 <info>
4139 IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image."
4140 </info>
3682 <glossdef> 4141 <glossdef>
3683 <para> 4142 <para>
3684 The manifest file for the image. 4143 The manifest file for the image.
@@ -3712,6 +4171,9 @@
3712 </glossentry> 4171 </glossentry>
3713 4172
3714 <glossentry id='var-IMAGE_NAME'><glossterm>IMAGE_NAME</glossterm> 4173 <glossentry id='var-IMAGE_NAME'><glossterm>IMAGE_NAME</glossterm>
4174 <info>
4175 IMAGE_NAME[doc] = "The name of the output image files minus the extension."
4176 </info>
3715 <glossdef> 4177 <glossdef>
3716 <para> 4178 <para>
3717 The name of the output image files minus the extension. 4179 The name of the output image files minus the extension.
@@ -3729,6 +4191,9 @@
3729 </glossentry> 4191 </glossentry>
3730 4192
3731 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm>IMAGE_OVERHEAD_FACTOR</glossterm> 4193 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm>IMAGE_OVERHEAD_FACTOR</glossterm>
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."
4196 </info>
3732 <glossdef> 4197 <glossdef>
3733 <para> 4198 <para>
3734 Defines a multiplier that the build system applies to the initial image 4199 Defines a multiplier that the build system applies to the initial image
@@ -3771,6 +4236,9 @@
3771 </glossentry> 4236 </glossentry>
3772 4237
3773 <glossentry id='var-IMAGE_PKGTYPE'><glossterm>IMAGE_PKGTYPE</glossterm> 4238 <glossentry id='var-IMAGE_PKGTYPE'><glossterm>IMAGE_PKGTYPE</glossterm>
4239 <info>
4240 IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system."
4241 </info>
3774 <glossdef> 4242 <glossdef>
3775 <para> 4243 <para>
3776 Defines the package type (DEB, RPM, IPK, or TAR) used 4244 Defines the package type (DEB, RPM, IPK, or TAR) used
@@ -3814,6 +4282,9 @@
3814 </glossentry> 4282 </glossentry>
3815 4283
3816 <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND</glossterm> 4284 <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND</glossterm>
4285 <info>
4286 IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image."
4287 </info>
3817 <glossdef> 4288 <glossdef>
3818 <para> 4289 <para>
3819 Added by classes to run post processing commands once the 4290 Added by classes to run post processing commands once the
@@ -3831,6 +4302,9 @@
3831 </glossentry> 4302 </glossentry>
3832 4303
3833 <glossentry id='var-IMAGE_ROOTFS'><glossterm>IMAGE_ROOTFS</glossterm> 4304 <glossentry id='var-IMAGE_ROOTFS'><glossterm>IMAGE_ROOTFS</glossterm>
4305 <info>
4306 IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)."
4307 </info>
3834 <glossdef> 4308 <glossdef>
3835 <para> 4309 <para>
3836 The location of the root filesystem while it is under 4310 The location of the root filesystem while it is under
@@ -3844,6 +4318,9 @@
3844 </glossentry> 4318 </glossentry>
3845 4319
3846 <glossentry id='var-IMAGE_ROOTFS_ALIGNMENT'><glossterm>IMAGE_ROOTFS_ALIGNMENT</glossterm> 4320 <glossentry id='var-IMAGE_ROOTFS_ALIGNMENT'><glossterm>IMAGE_ROOTFS_ALIGNMENT</glossterm>
4321 <info>
4322 IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes."
4323 </info>
3847 <glossdef> 4324 <glossdef>
3848 <para> 4325 <para>
3849 Specifies the alignment for the output image file in 4326 Specifies the alignment for the output image file in
@@ -3860,6 +4337,9 @@
3860 </glossentry> 4337 </glossentry>
3861 4338
3862 <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm>IMAGE_ROOTFS_EXTRA_SPACE</glossterm> 4339 <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm>IMAGE_ROOTFS_EXTRA_SPACE</glossterm>
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'."
4342 </info>
3863 <glossdef> 4343 <glossdef>
3864 <para> 4344 <para>
3865 Defines additional free disk space created in the image in Kbytes. 4345 Defines additional free disk space created in the image in Kbytes.
@@ -3891,6 +4371,9 @@
3891 </glossentry> 4371 </glossentry>
3892 4372
3893 <glossentry id='var-IMAGE_ROOTFS_SIZE'><glossterm>IMAGE_ROOTFS_SIZE</glossterm> 4373 <glossentry id='var-IMAGE_ROOTFS_SIZE'><glossterm>IMAGE_ROOTFS_SIZE</glossterm>
4374 <info>
4375 IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
4376 </info>
3894 <glossdef> 4377 <glossdef>
3895 <para> 4378 <para>
3896 Defines the size in Kbytes for the generated image. 4379 Defines the size in Kbytes for the generated image.
@@ -3934,6 +4417,9 @@
3934 </glossentry> 4417 </glossentry>
3935 4418
3936 <glossentry id='var-IMAGE_TYPEDEP'><glossterm>IMAGE_TYPEDEP</glossterm> 4419 <glossentry id='var-IMAGE_TYPEDEP'><glossterm>IMAGE_TYPEDEP</glossterm>
4420 <info>
4421 IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another."
4422 </info>
3937 <glossdef> 4423 <glossdef>
3938 <para> 4424 <para>
3939 Specifies a dependency from one image type on another. 4425 Specifies a dependency from one image type on another.
@@ -3957,6 +4443,9 @@
3957 </glossentry> 4443 </glossentry>
3958 4444
3959 <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm> 4445 <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm>
4446 <info>
4447 IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
4448 </info>
3960 <glossdef> 4449 <glossdef>
3961 <para> 4450 <para>
3962 Specifies the complete list of supported image types 4451 Specifies the complete list of supported image types
@@ -3997,6 +4486,9 @@
3997 </glossentry> 4486 </glossentry>
3998 4487
3999 <glossentry id='var-INC_PR'><glossterm>INC_PR</glossterm> 4488 <glossentry id='var-INC_PR'><glossterm>INC_PR</glossterm>
4489 <info>
4490 INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."
4491 </info>
4000 <glossdef> 4492 <glossdef>
4001 <para>Helps define the recipe revision for recipes that share 4493 <para>Helps define the recipe revision for recipes that share
4002 a common <filename>include</filename> file. 4494 a common <filename>include</filename> file.
@@ -4050,6 +4542,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4050 </glossentry> 4542 </glossentry>
4051 4543
4052 <glossentry id='var-INCOMPATIBLE_LICENSE'><glossterm>INCOMPATIBLE_LICENSE</glossterm> 4544 <glossentry id='var-INCOMPATIBLE_LICENSE'><glossterm>INCOMPATIBLE_LICENSE</glossterm>
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."
4547 </info>
4053 <glossdef> 4548 <glossdef>
4054 <para> 4549 <para>
4055 Specifies a space-separated list of license names 4550 Specifies a space-separated list of license names
@@ -4077,6 +4572,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4077 </glossentry> 4572 </glossentry>
4078 4573
4079 <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm>INHIBIT_DEFAULT_DEPS</glossterm> 4574 <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm>INHIBIT_DEFAULT_DEPS</glossterm>
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."
4577 </info>
4080 <glossdef> 4578 <glossdef>
4081 <para> 4579 <para>
4082 Prevents the default dependencies, namely the C compiler 4580 Prevents the default dependencies, namely the C compiler
@@ -4094,6 +4592,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4094 </glossentry> 4592 </glossentry>
4095 4593
4096 <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm> 4594 <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm>
4595 <info>
4596 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
4597 </info>
4097 <glossdef> 4598 <glossdef>
4098 4599
4099 <para> 4600 <para>
@@ -4122,6 +4623,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4122 </glossentry> 4623 </glossentry>
4123 4624
4124 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm> 4625 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm>
4626 <info>
4627 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
4628 </info>
4125 <glossdef> 4629 <glossdef>
4126 <para> 4630 <para>
4127 If set to "1", causes the build to not strip binaries in resulting packages. 4631 If set to "1", causes the build to not strip binaries in resulting packages.
@@ -4130,6 +4634,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4130 </glossentry> 4634 </glossentry>
4131 4635
4132 <glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm> 4636 <glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm>
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."
4639 </info>
4133 <glossdef> 4640 <glossdef>
4134 <para> 4641 <para>
4135 Causes the named class to be inherited at 4642 Causes the named class to be inherited at
@@ -4140,6 +4647,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4140 </glossentry> 4647 </glossentry>
4141 4648
4142 <glossentry id='var-INHERIT_DISTRO'><glossterm>INHERIT_DISTRO</glossterm> 4649 <glossentry id='var-INHERIT_DISTRO'><glossterm>INHERIT_DISTRO</glossterm>
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."
4652 </info>
4143 <glossdef> 4653 <glossdef>
4144 <para> 4654 <para>
4145 Lists classes that will be inherited at the 4655 Lists classes that will be inherited at the
@@ -4159,6 +4669,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4159 </glossentry> 4669 </glossentry>
4160 4670
4161 <glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES</glossterm> 4671 <glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES</glossterm>
4672 <info>
4673 INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot."
4674 </info>
4162 <glossdef> 4675 <glossdef>
4163 <para> 4676 <para>
4164 Defines the format for the output image of an initial 4677 Defines the format for the output image of an initial
@@ -4171,6 +4684,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4171 </glossentry> 4684 </glossentry>
4172 4685
4173 <glossentry id='var-INITRAMFS_IMAGE'><glossterm>INITRAMFS_IMAGE</glossterm> 4686 <glossentry id='var-INITRAMFS_IMAGE'><glossterm>INITRAMFS_IMAGE</glossterm>
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)."
4689 </info>
4174 <glossdef> 4690 <glossdef>
4175 <para> 4691 <para>
4176 Causes the OpenEmbedded build system to build an additional 4692 Causes the OpenEmbedded build system to build an additional
@@ -4214,6 +4730,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4214 </glossentry> 4730 </glossentry>
4215 4731
4216 <glossentry id='var-INITRAMFS_IMAGE_BUNDLE'><glossterm>INITRAMFS_IMAGE_BUNDLE</glossterm> 4732 <glossentry id='var-INITRAMFS_IMAGE_BUNDLE'><glossterm>INITRAMFS_IMAGE_BUNDLE</glossterm>
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)."
4735 </info>
4217 <glossdef> 4736 <glossdef>
4218 <para> 4737 <para>
4219 Controls whether or not the image recipe specified by 4738 Controls whether or not the image recipe specified by
@@ -4261,6 +4780,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4261 </glossentry> 4780 </glossentry>
4262 4781
4263 <glossentry id='var-INITRD'><glossterm>INITRD</glossterm> 4782 <glossentry id='var-INITRD'><glossterm>INITRD</glossterm>
4783 <info>
4784 INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)."
4785 </info>
4264 <glossdef> 4786 <glossdef>
4265 <para> 4787 <para>
4266 Indicates list of filesystem images to concatenate and use 4788 Indicates list of filesystem images to concatenate and use
@@ -4277,6 +4799,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4277 </glossentry> 4799 </glossentry>
4278 4800
4279 <glossentry id='var-INITRD_IMAGE'><glossterm>INITRD_IMAGE</glossterm> 4801 <glossentry id='var-INITRD_IMAGE'><glossterm>INITRD_IMAGE</glossterm>
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."
4804 </info>
4280 <glossdef> 4805 <glossdef>
4281 <para> 4806 <para>
4282 When building a "live" bootable image (i.e. when 4807 When building a "live" bootable image (i.e. when
@@ -4296,6 +4821,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4296 </glossentry> 4821 </glossentry>
4297 4822
4298 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm> 4823 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm>
4824 <info>
4825 INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d."
4826 </info>
4299 <glossdef> 4827 <glossdef>
4300 <para> 4828 <para>
4301 The filename of the initialization script as installed to 4829 The filename of the initialization script as installed to
@@ -4309,6 +4837,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4309 </glossentry> 4837 </glossentry>
4310 4838
4311 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm>INITSCRIPT_PACKAGES</glossterm> 4839 <glossentry id='var-INITSCRIPT_PACKAGES'><glossterm>INITSCRIPT_PACKAGES</glossterm>
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."
4842 </info>
4312 <glossdef> 4843 <glossdef>
4313 <para> 4844 <para>
4314 A list of the packages that contain initscripts. 4845 A list of the packages that contain initscripts.
@@ -4323,6 +4854,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4323 </glossentry> 4854 </glossentry>
4324 4855
4325 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm>INITSCRIPT_PARAMS</glossterm> 4856 <glossentry id='var-INITSCRIPT_PARAMS'><glossterm>INITSCRIPT_PARAMS</glossterm>
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."
4859 </info>
4326 <glossdef> 4860 <glossdef>
4327 <para> 4861 <para>
4328 Specifies the options to pass to <filename>update-rc.d</filename>. 4862 Specifies the options to pass to <filename>update-rc.d</filename>.
@@ -4352,6 +4886,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4352 </glossentry> 4886 </glossentry>
4353 4887
4354 <glossentry id='var-INSANE_SKIP'><glossterm>INSANE_SKIP</glossterm> 4888 <glossentry id='var-INSANE_SKIP'><glossterm>INSANE_SKIP</glossterm>
4889 <info>
4890 INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe."
4891 </info>
4355 <glossdef> 4892 <glossdef>
4356 <para> 4893 <para>
4357 Specifies the QA checks to skip for a specific package 4894 Specifies the QA checks to skip for a specific package
@@ -4374,6 +4911,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4374 </glossentry> 4911 </glossentry>
4375 4912
4376 <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS</glossterm> 4913 <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS</glossterm>
4914 <info>
4915 IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image."
4916 </info>
4377 <glossdef> 4917 <glossdef>
4378 <para> 4918 <para>
4379 When the IPK backend is in use and package management 4919 When the IPK backend is in use and package management
@@ -4430,6 +4970,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4430 <glossdiv id='var-glossary-k'><title>K</title> 4970 <glossdiv id='var-glossary-k'><title>K</title>
4431 4971
4432 <glossentry id='var-KARCH'><glossterm>KARCH</glossterm> 4972 <glossentry id='var-KARCH'><glossterm>KARCH</glossterm>
4973 <info>
4974 KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions."
4975 </info>
4433 <glossdef> 4976 <glossdef>
4434 <para> 4977 <para>
4435 Defines the kernel architecture used when assembling 4978 Defines the kernel architecture used when assembling
@@ -4453,6 +4996,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4453 </glossentry> 4996 </glossentry>
4454 4997
4455 <glossentry id='var-KBRANCH'><glossterm>KBRANCH</glossterm> 4998 <glossentry id='var-KBRANCH'><glossterm>KBRANCH</glossterm>
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."
5001 </info>
4456 <glossdef> 5002 <glossdef>
4457 <para> 5003 <para>
4458 A regular expression used by the build process to explicitly 5004 A regular expression used by the build process to explicitly
@@ -4514,6 +5060,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4514 </glossentry> 5060 </glossentry>
4515 5061
4516 <glossentry id='var-KBRANCH_DEFAULT'><glossterm>KBRANCH_DEFAULT</glossterm> 5062 <glossentry id='var-KBRANCH_DEFAULT'><glossterm>KBRANCH_DEFAULT</glossterm>
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'."
5065 </info>
4517 <glossdef> 5066 <glossdef>
4518 <para> 5067 <para>
4519 Defines the Linux kernel source repository's default 5068 Defines the Linux kernel source repository's default
@@ -4529,6 +5078,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4529 </glossentry> 5078 </glossentry>
4530 5079
4531 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS</glossterm> 5080 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS</glossterm>
5081 <info>
5082 KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel."
5083 </info>
4532 <glossdef> 5084 <glossdef>
4533 <para> 5085 <para>
4534 Specifies additional <filename>make</filename> 5086 Specifies additional <filename>make</filename>
@@ -4539,6 +5091,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4539 </glossentry> 5091 </glossentry>
4540 5092
4541 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm> 5093 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm>
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."
5096 </info>
4542 <glossdef> 5097 <glossdef>
4543 <para>Includes additional metadata from the Yocto Project kernel Git repository. 5098 <para>Includes additional metadata from the Yocto Project kernel Git repository.
4544 In the OpenEmbedded build system, the default Board Support Packages (BSPs) 5099 In the OpenEmbedded build system, the default Board Support Packages (BSPs)
@@ -4569,6 +5124,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4569 </glossentry> 5124 </glossentry>
4570 5125
4571 <glossentry id='var-KERNEL_IMAGE_BASE_NAME'><glossterm>KERNEL_IMAGE_BASE_NAME</glossterm> 5126 <glossentry id='var-KERNEL_IMAGE_BASE_NAME'><glossterm>KERNEL_IMAGE_BASE_NAME</glossterm>
5127 <info>
5128 KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image."
5129 </info>
4572 <glossdef> 5130 <glossdef>
4573 <para> 5131 <para>
4574 The base name of the kernel image. 5132 The base name of the kernel image.
@@ -4592,6 +5150,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4592 </glossentry> 5150 </glossentry>
4593 5151
4594 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm>KERNEL_IMAGETYPE</glossterm> 5152 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm>KERNEL_IMAGETYPE</glossterm>
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'."
5155 </info>
4595 <glossdef> 5156 <glossdef>
4596 <para>The type of kernel to build for a device, usually set by the 5157 <para>The type of kernel to build for a device, usually set by the
4597 machine configuration files and defaults to "zImage". 5158 machine configuration files and defaults to "zImage".
@@ -4602,6 +5163,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4602 </glossentry> 5163 </glossentry>
4603 5164
4604 <glossentry id='var-KERNEL_MODULE_AUTOLOAD'><glossterm>KERNEL_MODULE_AUTOLOAD</glossterm> 5165 <glossentry id='var-KERNEL_MODULE_AUTOLOAD'><glossterm>KERNEL_MODULE_AUTOLOAD</glossterm>
5166 <info>
5167 KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot"
5168 </info>
4605 <glossdef> 5169 <glossdef>
4606 <para> 5170 <para>
4607 Lists kernel modules that need to be auto-loaded during 5171 Lists kernel modules that need to be auto-loaded during
@@ -4652,6 +5216,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4652 </glossentry> 5216 </glossentry>
4653 5217
4654 <glossentry id='var-KERNEL_MODULE_PROBECONF'><glossterm>KERNEL_MODULE_PROBECONF</glossterm> 5218 <glossentry id='var-KERNEL_MODULE_PROBECONF'><glossterm>KERNEL_MODULE_PROBECONF</glossterm>
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."
5221 </info>
4655 <glossdef> 5222 <glossdef>
4656 <para> 5223 <para>
4657 Provides a list of modules for which the OpenEmbedded 5224 Provides a list of modules for which the OpenEmbedded
@@ -4667,6 +5234,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4667 </glossentry> 5234 </glossentry>
4668 5235
4669 <glossentry id='var-KERNEL_PATH'><glossterm>KERNEL_PATH</glossterm> 5236 <glossentry id='var-KERNEL_PATH'><glossterm>KERNEL_PATH</glossterm>
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)."
5239 </info>
4670 <glossdef> 5240 <glossdef>
4671 <para> 5241 <para>
4672 The location of the kernel sources. 5242 The location of the kernel sources.
@@ -4694,6 +5264,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4694 </glossentry> 5264 </glossentry>
4695 5265
4696 <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm> 5266 <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm>
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)."
5269 </info>
4697 <glossdef> 5270 <glossdef>
4698 <para> 5271 <para>
4699 The location of the kernel sources. 5272 The location of the kernel sources.
@@ -4721,6 +5294,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4721 </glossentry> 5294 </glossentry>
4722 5295
4723 <glossentry id='var-KFEATURE_DESCRIPTION'><glossterm>KFEATURE_DESCRIPTION</glossterm> 5296 <glossentry id='var-KFEATURE_DESCRIPTION'><glossterm>KFEATURE_DESCRIPTION</glossterm>
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."
5299 </info>
4724 <glossdef> 5300 <glossdef>
4725 <para> 5301 <para>
4726 Provides a short description of a configuration fragment. 5302 Provides a short description of a configuration fragment.
@@ -4737,6 +5313,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4737 </glossentry> 5313 </glossentry>
4738 5314
4739 <glossentry id='var-KMACHINE'><glossterm>KMACHINE</glossterm> 5315 <glossentry id='var-KMACHINE'><glossterm>KMACHINE</glossterm>
5316 <info>
5317 KMACHINE[doc] = "The machine as known by the kernel."
5318 </info>
4740 <glossdef> 5319 <glossdef>
4741 <para> 5320 <para>
4742 The machine as known by the kernel. 5321 The machine as known by the kernel.
@@ -4830,6 +5409,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4830 </glossentry> 5409 </glossentry>
4831 5410
4832 <glossentry id='var-KTYPE'><glossterm>KTYPE</glossterm> 5411 <glossentry id='var-KTYPE'><glossterm>KTYPE</glossterm>
5412 <info>
5413 KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
5414 </info>
4833 <glossdef> 5415 <glossdef>
4834 <para> 5416 <para>
4835 Defines the kernel type to be used in assembling the 5417 Defines the kernel type to be used in assembling the
@@ -4856,6 +5438,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4856 <glossdiv id='var-glossary-l'><title>L</title> 5438 <glossdiv id='var-glossary-l'><title>L</title>
4857 5439
4858 <glossentry id='var-LABELS'><glossterm>LABELS</glossterm> 5440 <glossentry id='var-LABELS'><glossterm>LABELS</glossterm>
5441 <info>
5442 LABELS[doc] = "Provides a list of targets for automatic configuration."
5443 </info>
4859 <glossdef> 5444 <glossdef>
4860 <para> 5445 <para>
4861 Provides a list of targets for automatic configuration. 5446 Provides a list of targets for automatic configuration.
@@ -4870,6 +5455,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4870 </glossentry> 5455 </glossentry>
4871 5456
4872 <glossentry id='var-LAYERDEPENDS'><glossterm>LAYERDEPENDS</glossterm> 5457 <glossentry id='var-LAYERDEPENDS'><glossterm>LAYERDEPENDS</glossterm>
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."
5460 </info>
4873 <glossdef> 5461 <glossdef>
4874 <para>Lists the layers that this recipe depends upon, separated by spaces. 5462 <para>Lists the layers that this recipe depends upon, separated by spaces.
4875 Optionally, you can specify a specific layer version for a dependency 5463 Optionally, you can specify a specific layer version for a dependency
@@ -4886,6 +5474,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4886 </glossentry> 5474 </glossentry>
4887 5475
4888 <glossentry id='var-LAYERDIR'><glossterm>LAYERDIR</glossterm> 5476 <glossentry id='var-LAYERDIR'><glossterm>LAYERDIR</glossterm>
5477 <info>
5478 LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer."
5479 </info>
4889 <glossdef> 5480 <glossdef>
4890 <para>When used inside the <filename>layer.conf</filename> configuration 5481 <para>When used inside the <filename>layer.conf</filename> configuration
4891 file, this variable provides the path of the current layer. 5482 file, this variable provides the path of the current layer.
@@ -4895,6 +5486,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4895 </glossentry> 5486 </glossentry>
4896 5487
4897 <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION</glossterm> 5488 <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION</glossterm>
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."
5491 </info>
4898 <glossdef> 5492 <glossdef>
4899 <para>Optionally specifies the version of a layer as a single number. 5493 <para>Optionally specifies the version of a layer as a single number.
4900 You can use this within 5494 You can use this within
@@ -4908,6 +5502,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4908 </glossentry> 5502 </glossentry>
4909 5503
4910 <glossentry id='var-LDFLAGS'><glossterm>LDFLAGS</glossterm> 5504 <glossentry id='var-LDFLAGS'><glossterm>LDFLAGS</glossterm>
5505 <info>
5506 LDFLAGS[doc] = "Specifies the flags to pass to the linker."
5507 </info>
4911 <glossdef> 5508 <glossdef>
4912 <para> 5509 <para>
4913 Specifies the flags to pass to the linker. 5510 Specifies the flags to pass to the linker.
@@ -4940,6 +5537,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4940 </glossentry> 5537 </glossentry>
4941 5538
4942 <glossentry id='var-LEAD_SONAME'><glossterm>LEAD_SONAME</glossterm> 5539 <glossentry id='var-LEAD_SONAME'><glossterm>LEAD_SONAME</glossterm>
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."
5542 </info>
4943 <glossdef> 5543 <glossdef>
4944 <para> 5544 <para>
4945 Specifies the lead (or primary) compiled library file 5545 Specifies the lead (or primary) compiled library file
@@ -4957,6 +5557,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4957 </glossentry> 5557 </glossentry>
4958 5558
4959 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm> 5559 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm>
5560 <info>
5561 LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code."
5562 </info>
4960 <glossdef> 5563 <glossdef>
4961 <para>Checksums of the license text in the recipe source code.</para> 5564 <para>Checksums of the license text in the recipe source code.</para>
4962 <para>This variable tracks changes in license text of the source 5565 <para>This variable tracks changes in license text of the source
@@ -4975,6 +5578,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4975 </glossentry> 5578 </glossentry>
4976 5579
4977 <glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm> 5580 <glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm>
5581 <info>
5582 LICENSE[doc] = "The list of source licenses for the recipe. The logical operators ampersand or '|' and parentheses can be used."
5583 </info>
4978 <glossdef> 5584 <glossdef>
4979 <para> 5585 <para>
4980 The list of source licenses for the recipe. 5586 The list of source licenses for the recipe.
@@ -5036,6 +5642,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5036 </glossentry> 5642 </glossentry>
5037 5643
5038 <glossentry id='var-LICENSE_FLAGS'><glossterm>LICENSE_FLAGS</glossterm> 5644 <glossentry id='var-LICENSE_FLAGS'><glossterm>LICENSE_FLAGS</glossterm>
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."
5647 </info>
5039 <glossdef> 5648 <glossdef>
5040 <para> 5649 <para>
5041 Specifies additional flags for a recipe you must 5650 Specifies additional flags for a recipe you must
@@ -5060,6 +5669,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5060 </glossentry> 5669 </glossentry>
5061 5670
5062 <glossentry id='var-LICENSE_FLAGS_WHITELIST'><glossterm>LICENSE_FLAGS_WHITELIST</glossterm> 5671 <glossentry id='var-LICENSE_FLAGS_WHITELIST'><glossterm>LICENSE_FLAGS_WHITELIST</glossterm>
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."
5674 </info>
5063 <glossdef> 5675 <glossdef>
5064 <para> 5676 <para>
5065 Lists license flags that when specified in 5677 Lists license flags that when specified in
@@ -5076,6 +5688,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5076 </glossentry> 5688 </glossentry>
5077 5689
5078 <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm> 5690 <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm>
5691 <info>
5692 LICENSE_PATH[doc] = "Path to additional licenses used during the build."
5693 </info>
5079 <glossdef> 5694 <glossdef>
5080 <para>Path to additional licenses used during the build. 5695 <para>Path to additional licenses used during the build.
5081 By default, the OpenEmbedded build system uses <filename>COMMON_LICENSE_DIR</filename> 5696 By default, the OpenEmbedded build system uses <filename>COMMON_LICENSE_DIR</filename>
@@ -5089,6 +5704,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5089 </glossentry> 5704 </glossentry>
5090 5705
5091 <glossentry id='var-LINUX_KERNEL_TYPE'><glossterm>LINUX_KERNEL_TYPE</glossterm> 5706 <glossentry id='var-LINUX_KERNEL_TYPE'><glossterm>LINUX_KERNEL_TYPE</glossterm>
5707 <info>
5708 LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
5709 </info>
5092 <glossdef> 5710 <glossdef>
5093 <para> 5711 <para>
5094 Defines the kernel type to be used in assembling the 5712 Defines the kernel type to be used in assembling the
@@ -5118,6 +5736,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5118 </glossentry> 5736 </glossentry>
5119 5737
5120 <glossentry id='var-LINUX_VERSION'><glossterm>LINUX_VERSION</glossterm> 5738 <glossentry id='var-LINUX_VERSION'><glossterm>LINUX_VERSION</glossterm>
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."
5741 </info>
5121 <glossdef> 5742 <glossdef>
5122 <para>The Linux version from <filename>kernel.org</filename> 5743 <para>The Linux version from <filename>kernel.org</filename>
5123 on which the Linux kernel image being built using the 5744 on which the Linux kernel image being built using the
@@ -5140,6 +5761,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5140 </glossentry> 5761 </glossentry>
5141 5762
5142 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION</glossterm> 5763 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION</glossterm>
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."
5766 </info>
5143 <glossdef> 5767 <glossdef>
5144 <para>A string extension compiled into the version 5768 <para>A string extension compiled into the version
5145 string of the Linux kernel built with the OpenEmbedded 5769 string of the Linux kernel built with the OpenEmbedded
@@ -5165,6 +5789,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5165 </glossentry> 5789 </glossentry>
5166 5790
5167 <glossentry id='var-LOG_DIR'><glossterm>LOG_DIR</glossterm> 5791 <glossentry id='var-LOG_DIR'><glossterm>LOG_DIR</glossterm>
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"
5794 </info>
5168 <glossdef> 5795 <glossdef>
5169 <para> 5796 <para>
5170 Specifies the directory to which the OpenEmbedded build 5797 Specifies the directory to which the OpenEmbedded build
@@ -5184,6 +5811,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5184 <glossdiv id='var-glossary-m'><title>M</title> 5811 <glossdiv id='var-glossary-m'><title>M</title>
5185 5812
5186 <glossentry id='var-MACHINE'><glossterm>MACHINE</glossterm> 5813 <glossentry id='var-MACHINE'><glossterm>MACHINE</glossterm>
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."
5816 </info>
5187 <glossdef> 5817 <glossdef>
5188 <para> 5818 <para>
5189 Specifies the target device for which the image is built. 5819 Specifies the target device for which the image is built.
@@ -5231,6 +5861,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5231 </glossentry> 5861 </glossentry>
5232 5862
5233 <glossentry id='var-MACHINE_ARCH'><glossterm>MACHINE_ARCH</glossterm> 5863 <glossentry id='var-MACHINE_ARCH'><glossterm>MACHINE_ARCH</glossterm>
5864 <info>
5865 MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH."
5866 </info>
5234 <glossdef> 5867 <glossdef>
5235 <para> 5868 <para>
5236 Specifies the name of the machine-specific architecture. 5869 Specifies the name of the machine-specific architecture.
@@ -5245,6 +5878,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5245 </glossentry> 5878 </glossentry>
5246 5879
5247 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RDEPENDS</glossterm> 5880 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RDEPENDS</glossterm>
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."
5883 </info>
5248 <glossdef> 5884 <glossdef>
5249 <para> 5885 <para>
5250 A list of required machine-specific packages to install as part of 5886 A list of required machine-specific packages to install as part of
@@ -5276,6 +5912,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5276 </glossentry> 5912 </glossentry>
5277 5913
5278 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</glossterm> 5914 <glossentry id='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'><glossterm>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</glossterm>
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."
5917 </info>
5279 <glossdef> 5918 <glossdef>
5280 <para> 5919 <para>
5281 A list of recommended machine-specific packages to install as part of 5920 A list of recommended machine-specific packages to install as part of
@@ -5323,6 +5962,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5323 </glossentry> 5962 </glossentry>
5324 5963
5325 <glossentry id='var-MACHINE_EXTRA_RDEPENDS'><glossterm>MACHINE_EXTRA_RDEPENDS</glossterm> 5964 <glossentry id='var-MACHINE_EXTRA_RDEPENDS'><glossterm>MACHINE_EXTRA_RDEPENDS</glossterm>
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."
5967 </info>
5326 <glossdef> 5968 <glossdef>
5327 <para> 5969 <para>
5328 A list of machine-specific packages to install as part of the 5970 A list of machine-specific packages to install as part of the
@@ -5362,6 +6004,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5362 </glossentry> 6004 </glossentry>
5363 6005
5364 <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm>MACHINE_EXTRA_RRECOMMENDS</glossterm> 6006 <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm>MACHINE_EXTRA_RRECOMMENDS</glossterm>
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."
6009 </info>
5365 <glossdef> 6010 <glossdef>
5366 <para> 6011 <para>
5367 A list of machine-specific packages to install as part of the 6012 A list of machine-specific packages to install as part of the
@@ -5400,6 +6045,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5400 </glossentry> 6045 </glossentry>
5401 6046
5402 <glossentry id='var-MACHINE_FEATURES'><glossterm>MACHINE_FEATURES</glossterm> 6047 <glossentry id='var-MACHINE_FEATURES'><glossterm>MACHINE_FEATURES</glossterm>
6048 <info>
6049 MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports."
6050 </info>
5403 <glossdef> 6051 <glossdef>
5404 <para> 6052 <para>
5405 Specifies the list of hardware features the 6053 Specifies the list of hardware features the
@@ -5423,6 +6071,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5423 </glossentry> 6071 </glossentry>
5424 6072
5425 <glossentry id='var-MACHINE_FEATURES_BACKFILL'><glossterm>MACHINE_FEATURES_BACKFILL</glossterm> 6073 <glossentry id='var-MACHINE_FEATURES_BACKFILL'><glossterm>MACHINE_FEATURES_BACKFILL</glossterm>
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."
6076 </info>
5426 <glossdef> 6077 <glossdef>
5427 <para>Features to be added to 6078 <para>Features to be added to
5428 <filename><link linkend='var-MACHINE_FEATURES'>MACHINE_FEATURES</link></filename> 6079 <filename><link linkend='var-MACHINE_FEATURES'>MACHINE_FEATURES</link></filename>
@@ -5442,6 +6093,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5442 </glossentry> 6093 </glossentry>
5443 6094
5444 <glossentry id='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><glossterm>MACHINE_FEATURES_BACKFILL_CONSIDERED</glossterm> 6095 <glossentry id='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><glossterm>MACHINE_FEATURES_BACKFILL_CONSIDERED</glossterm>
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."
6098 </info>
5445 <glossdef> 6099 <glossdef>
5446 <para>Features from 6100 <para>Features from
5447 <filename><link linkend='var-MACHINE_FEATURES_BACKFILL'>MACHINE_FEATURES_BACKFILL</link></filename> 6101 <filename><link linkend='var-MACHINE_FEATURES_BACKFILL'>MACHINE_FEATURES_BACKFILL</link></filename>
@@ -5455,6 +6109,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5455 </glossentry> 6109 </glossentry>
5456 6110
5457 <glossentry id='var-MACHINEOVERRIDES'><glossterm>MACHINEOVERRIDES</glossterm> 6111 <glossentry id='var-MACHINEOVERRIDES'><glossterm>MACHINEOVERRIDES</glossterm>
6112 <info>
6113 MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE."
6114 </info>
5458 <glossdef> 6115 <glossdef>
5459 <para> 6116 <para>
5460 Lists overrides specific to the current machine. 6117 Lists overrides specific to the current machine.
@@ -5484,12 +6141,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5484 </glossentry> 6141 </glossentry>
5485 6142
5486 <glossentry id='var-MAINTAINER'><glossterm>MAINTAINER</glossterm> 6143 <glossentry id='var-MAINTAINER'><glossterm>MAINTAINER</glossterm>
6144 <info>
6145 MAINTAINER[doc] = "The email address of the distribution maintainer."
6146 </info>
5487 <glossdef> 6147 <glossdef>
5488 <para>The email address of the distribution maintainer.</para> 6148 <para>The email address of the distribution maintainer.</para>
5489 </glossdef> 6149 </glossdef>
5490 </glossentry> 6150 </glossentry>
5491 6151
5492 <glossentry id='var-MIRRORS'><glossterm>MIRRORS</glossterm> 6152 <glossentry id='var-MIRRORS'><glossterm>MIRRORS</glossterm>
6153 <info>
6154 MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code."
6155 </info>
5493 <glossdef> 6156 <glossdef>
5494 <para> 6157 <para>
5495 Specifies additional paths from which the OpenEmbedded 6158 Specifies additional paths from which the OpenEmbedded
@@ -5515,6 +6178,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5515 </glossentry> 6178 </glossentry>
5516 6179
5517 <glossentry id='var-MLPREFIX'><glossterm>MLPREFIX</glossterm> 6180 <glossentry id='var-MLPREFIX'><glossterm>MLPREFIX</glossterm>
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."
6183 </info>
5518 <glossdef> 6184 <glossdef>
5519 <para> 6185 <para>
5520 Specifies a prefix has been added to 6186 Specifies a prefix has been added to
@@ -5530,6 +6196,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5530 </glossentry> 6196 </glossentry>
5531 6197
5532 <glossentry id='var-module_autoload'><glossterm>module_autoload</glossterm> 6198 <glossentry id='var-module_autoload'><glossterm>module_autoload</glossterm>
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."
6201 </info>
5533 <glossdef> 6202 <glossdef>
5534 <para> 6203 <para>
5535 This variable has been replaced by the 6204 This variable has been replaced by the
@@ -5552,6 +6221,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5552 </glossentry> 6221 </glossentry>
5553 6222
5554 <glossentry id='var-module_conf'><glossterm>module_conf</glossterm> 6223 <glossentry id='var-module_conf'><glossterm>module_conf</glossterm>
6224 <info>
6225 module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file."
6226 </info>
5555 <glossdef> 6227 <glossdef>
5556 <para> 6228 <para>
5557 Specifies 6229 Specifies
@@ -5609,6 +6281,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5609 </glossentry> 6281 </glossentry>
5610 6282
5611 <glossentry id='var-MODULE_IMAGE_BASE_NAME'><glossterm>MODULE_IMAGE_BASE_NAME</glossterm> 6283 <glossentry id='var-MODULE_IMAGE_BASE_NAME'><glossterm>MODULE_IMAGE_BASE_NAME</glossterm>
6284 <info>
6285 MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball."
6286 </info>
5612 <glossdef> 6287 <glossdef>
5613 <para> 6288 <para>
5614 The base name of the kernel modules tarball. 6289 The base name of the kernel modules tarball.
@@ -5631,6 +6306,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5631 </glossentry> 6306 </glossentry>
5632 6307
5633 <glossentry id='var-MODULE_TARBALL_DEPLOY'><glossterm>MODULE_TARBALL_DEPLOY</glossterm> 6308 <glossentry id='var-MODULE_TARBALL_DEPLOY'><glossterm>MODULE_TARBALL_DEPLOY</glossterm>
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."
6311 </info>
5634 <glossdef> 6312 <glossdef>
5635 <para> 6313 <para>
5636 Controls creation of the <filename>modules-*.tgz</filename> 6314 Controls creation of the <filename>modules-*.tgz</filename>
@@ -5643,6 +6321,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5643 </glossentry> 6321 </glossentry>
5644 6322
5645 <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm>MULTIMACH_TARGET_SYS</glossterm> 6323 <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm>MULTIMACH_TARGET_SYS</glossterm>
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."
6326 </info>
5646 <glossdef> 6327 <glossdef>
5647 <para> 6328 <para>
5648 Separates files for different machines such that you can build 6329 Separates files for different machines such that you can build
@@ -5658,6 +6339,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5658 <glossdiv id='var-glossary-n'><title>N</title> 6339 <glossdiv id='var-glossary-n'><title>N</title>
5659 6340
5660 <glossentry id='var-NATIVELSBSTRING'><glossterm>NATIVELSBSTRING</glossterm> 6341 <glossentry id='var-NATIVELSBSTRING'><glossterm>NATIVELSBSTRING</glossterm>
6342 <info>
6343 NATIVELSBSTRING[doc] = "A string identifying the host distribution."
6344 </info>
5661 <glossdef> 6345 <glossdef>
5662 <para> 6346 <para>
5663 A string identifying the host distribution. 6347 A string identifying the host distribution.
@@ -5683,6 +6367,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5683 </glossentry> 6367 </glossentry>
5684 6368
5685 <glossentry id='var-NO_RECOMMENDATIONS'><glossterm>NO_RECOMMENDATIONS</glossterm> 6369 <glossentry id='var-NO_RECOMMENDATIONS'><glossterm>NO_RECOMMENDATIONS</glossterm>
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."
6372 </info>
5686 <glossdef> 6373 <glossdef>
5687 <para> 6374 <para>
5688 Prevents installation of all "recommended-only" packages. 6375 Prevents installation of all "recommended-only" packages.
@@ -5737,6 +6424,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5737 </glossentry> 6424 </glossentry>
5738 6425
5739 <glossentry id='var-NOHDD'><glossterm>NOHDD</glossterm> 6426 <glossentry id='var-NOHDD'><glossterm>NOHDD</glossterm>
6427 <info>
6428 NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image."
6429 </info>
5740 <glossdef> 6430 <glossdef>
5741 <para> 6431 <para>
5742 Causes the OpenEmbedded build system to skip building the 6432 Causes the OpenEmbedded build system to skip building the
@@ -5751,6 +6441,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5751 </glossentry> 6441 </glossentry>
5752 6442
5753 <glossentry id='var-NOISO'><glossterm>NOISO</glossterm> 6443 <glossentry id='var-NOISO'><glossterm>NOISO</glossterm>
6444 <info>
6445 NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image."
6446 </info>
5754 <glossdef> 6447 <glossdef>
5755 <para> 6448 <para>
5756 Causes the OpenEmbedded build system to skip building the 6449 Causes the OpenEmbedded build system to skip building the
@@ -5770,6 +6463,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5770 <glossdiv id='var-glossary-o'><title>O</title> 6463 <glossdiv id='var-glossary-o'><title>O</title>
5771 6464
5772 <glossentry id='var-OE_BINCONFIG_EXTRA_MANGLE'><glossterm>OE_BINCONFIG_EXTRA_MANGLE</glossterm> 6465 <glossentry id='var-OE_BINCONFIG_EXTRA_MANGLE'><glossterm>OE_BINCONFIG_EXTRA_MANGLE</glossterm>
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."
6468 </info>
5773 <glossdef> 6469 <glossdef>
5774 <para> 6470 <para>
5775 When inheriting the 6471 When inheriting the
@@ -5800,6 +6496,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5800 </glossentry> 6496 </glossentry>
5801 6497
5802 <glossentry id='var-OE_IMPORTS'><glossterm>OE_IMPORTS</glossterm> 6498 <glossentry id='var-OE_IMPORTS'><glossterm>OE_IMPORTS</glossterm>
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."
6501 </info>
5803 <glossdef> 6502 <glossdef>
5804 <para> 6503 <para>
5805 An internal variable used to tell the OpenEmbedded build 6504 An internal variable used to tell the OpenEmbedded build
@@ -5815,6 +6514,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5815 </glossentry> 6514 </glossentry>
5816 6515
5817 <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm> 6516 <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm>
6517 <info>
6518 OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system."
6519 </info>
5818 <glossdef> 6520 <glossdef>
5819 <para> 6521 <para>
5820 Controls how the OpenEmbedded build system spawns 6522 Controls how the OpenEmbedded build system spawns
@@ -5846,6 +6548,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5846 </glossentry> 6548 </glossentry>
5847 6549
5848 <glossentry id='var-OEROOT'><glossterm>OEROOT</glossterm> 6550 <glossentry id='var-OEROOT'><glossterm>OEROOT</glossterm>
6551 <info>
6552 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced."
6553 </info>
5849 <glossdef> 6554 <glossdef>
5850 <para> 6555 <para>
5851 The directory from which the top-level build environment 6556 The directory from which the top-level build environment
@@ -5868,6 +6573,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5868 </glossentry> 6573 </glossentry>
5869 6574
5870 <glossentry id='var-OLDEST_KERNEL'><glossterm>OLDEST_KERNEL</glossterm> 6575 <glossentry id='var-OLDEST_KERNEL'><glossterm>OLDEST_KERNEL</glossterm>
6576 <info>
6577 OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support."
6578 </info>
5871 <glossdef> 6579 <glossdef>
5872 <para> 6580 <para>
5873 Declares the oldest version of the Linux kernel that the 6581 Declares the oldest version of the Linux kernel that the
@@ -5887,6 +6595,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5887 </glossentry> 6595 </glossentry>
5888 6596
5889 <glossentry id='var-OVERRIDES'><glossterm>OVERRIDES</glossterm> 6597 <glossentry id='var-OVERRIDES'><glossterm>OVERRIDES</glossterm>
6598 <info>
6599 OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files."
6600 </info>
5890 <glossdef> 6601 <glossdef>
5891 <para> 6602 <para>
5892 BitBake uses <filename>OVERRIDES</filename> to control 6603 BitBake uses <filename>OVERRIDES</filename> to control
@@ -5904,6 +6615,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5904 <glossdiv id='var-glossary-p'><title>P</title> 6615 <glossdiv id='var-glossary-p'><title>P</title>
5905 6616
5906 <glossentry id='var-P'><glossterm>P</glossterm> 6617 <glossentry id='var-P'><glossterm>P</glossterm>
6618 <info>
6619 P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}."
6620 </info>
5907 <glossdef> 6621 <glossdef>
5908 <para>The recipe name and version. 6622 <para>The recipe name and version.
5909 <filename>P</filename> is comprised of the following: 6623 <filename>P</filename> is comprised of the following:
@@ -5914,6 +6628,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5914 </glossentry> 6628 </glossentry>
5915 6629
5916 <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm> 6630 <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm>
6631 <info>
6632 PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages."
6633 </info>
5917 <glossdef> 6634 <glossdef>
5918 <para> 6635 <para>
5919 The architecture of the resulting package or packages. 6636 The architecture of the resulting package or packages.
@@ -5940,6 +6657,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5940 </glossentry> 6657 </glossentry>
5941 6658
5942 <glossentry id='var-PACKAGE_ARCHS'><glossterm>PACKAGE_ARCHS</glossterm> 6659 <glossentry id='var-PACKAGE_ARCHS'><glossterm>PACKAGE_ARCHS</glossterm>
6660 <info>
6661 PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority."
6662 </info>
5943 <glossdef> 6663 <glossdef>
5944 <para> 6664 <para>
5945 Specifies a list of architectures compatible with 6665 Specifies a list of architectures compatible with
@@ -5955,9 +6675,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5955 </glossdef> 6675 </glossdef>
5956 </glossentry> 6676 </glossentry>
5957 6677
5958
5959
5960 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm> 6678 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm>
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."
6681 </info>
5961 <glossdef> 6682 <glossdef>
5962 <para>Enables easily adding packages to 6683 <para>Enables easily adding packages to
5963 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> 6684 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>
@@ -5968,6 +6689,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5968 </glossentry> 6689 </glossentry>
5969 6690
5970 <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm> 6691 <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm>
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."
6694 </info>
5971 <glossdef> 6695 <glossdef>
5972 <para> 6696 <para>
5973 This variable, which is set in the 6697 This variable, which is set in the
@@ -6017,8 +6741,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6017 </glossentry> 6741 </glossentry>
6018 6742
6019 <glossentry id='var-PACKAGE_DEBUG_SPLIT_STYLE'><glossterm>PACKAGE_DEBUG_SPLIT_STYLE</glossterm> 6743 <glossentry id='var-PACKAGE_DEBUG_SPLIT_STYLE'><glossterm>PACKAGE_DEBUG_SPLIT_STYLE</glossterm>
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)."
6746 </info>
6020 <glossdef> 6747 <glossdef>
6021
6022 <para> 6748 <para>
6023 Determines how to split up the binary and debug information 6749 Determines how to split up the binary and debug information
6024 when creating <filename>*-dbg</filename> packages to be 6750 when creating <filename>*-dbg</filename> packages to be
@@ -6073,6 +6799,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6073 </glossentry> 6799 </glossentry>
6074 6800
6075 <glossentry id='var-PACKAGE_EXCLUDE'><glossterm>PACKAGE_EXCLUDE</glossterm> 6801 <glossentry id='var-PACKAGE_EXCLUDE'><glossterm>PACKAGE_EXCLUDE</glossterm>
6802 <info>
6803 PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated."
6804 </info>
6076 <glossdef> 6805 <glossdef>
6077 <para> 6806 <para>
6078 Lists packages that should not be installed into an image. 6807 Lists packages that should not be installed into an image.
@@ -6118,6 +6847,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6118 </glossentry> 6847 </glossentry>
6119 6848
6120 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS</glossterm> 6849 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS</glossterm>
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."
6852 </info>
6121 <glossdef> 6853 <glossdef>
6122 <para>Specifies the list of architectures compatible with the device CPU. 6854 <para>Specifies the list of architectures compatible with the device CPU.
6123 This variable is useful when you build for several different devices that use 6855 This variable is useful when you build for several different devices that use
@@ -6126,8 +6858,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6126 </glossentry> 6858 </glossentry>
6127 6859
6128 <glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP</glossterm> 6860 <glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP</glossterm>
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."
6863 </info>
6129 <glossdef> 6864 <glossdef>
6130
6131 <para> 6865 <para>
6132 The <filename>PACKAGE_GROUP</filename> variable has been 6866 The <filename>PACKAGE_GROUP</filename> variable has been
6133 renamed to 6867 renamed to
@@ -6145,6 +6879,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6145 </glossentry> 6879 </glossentry>
6146 6880
6147 <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm> 6881 <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm>
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."
6884 </info>
6148 <glossdef> 6885 <glossdef>
6149 <para> 6886 <para>
6150 The final list of packages passed to the package manager 6887 The final list of packages passed to the package manager
@@ -6173,6 +6910,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6173 </glossentry> 6910 </glossentry>
6174 6911
6175 <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS</glossterm> 6912 <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS</glossterm>
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."
6915 </info>
6176 <glossdef> 6916 <glossdef>
6177 <para> 6917 <para>
6178 Specifies a list of functions run to pre-process the 6918 Specifies a list of functions run to pre-process the
@@ -6184,6 +6924,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6184 </glossentry> 6924 </glossentry>
6185 6925
6186 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm> 6926 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm>
6927 <info>
6928 PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis."
6929 </info>
6187 <glossdef> 6930 <glossdef>
6188 <para> 6931 <para>
6189 This variable provides a means of enabling or disabling 6932 This variable provides a means of enabling or disabling
@@ -6299,6 +7042,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6299 </glossentry> 7042 </glossentry>
6300 7043
6301 <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> 7044 <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm>
7045 <info>
7046 PACKAGES[doc] = "The list of packages to be created from the recipe."
7047 </info>
6302 <glossdef> 7048 <glossdef>
6303 <para>The list of packages to be created from the recipe. 7049 <para>The list of packages to be created from the recipe.
6304 The default value is the following: 7050 The default value is the following:
@@ -6308,25 +7054,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6308 </glossdef> 7054 </glossdef>
6309 </glossentry> 7055 </glossentry>
6310 7056
6311 <glossentry id='var-PACKAGESPLITFUNCS'><glossterm>PACKAGESPLITFUNCS</glossterm>
6312 <glossdef>
6313 <para>
6314 Specifies a list of functions run to perform additional
6315 splitting of files into individual packages.
6316 Recipes can either prepend to this variable or prepend
6317 to the <filename>populate_packages</filename> function
6318 in order to perform additional package splitting.
6319 In either case, the function should set
6320 <link linkend='var-PACKAGES'><filename>PACKAGES</filename></link>,
6321 <link linkend='var-FILES'><filename>FILES</filename></link>,
6322 <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
6323 and other packaging variables appropriately in order to
6324 perform the desired splitting.
6325 </para>
6326 </glossdef>
6327 </glossentry>
6328
6329 <glossentry id='var-PACKAGES_DYNAMIC'><glossterm>PACKAGES_DYNAMIC</glossterm> 7057 <glossentry id='var-PACKAGES_DYNAMIC'><glossterm>PACKAGES_DYNAMIC</glossterm>
7058 <info>
7059 PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes."
7060 </info>
6330 <glossdef> 7061 <glossdef>
6331 <para> 7062 <para>
6332 A promise that your recipe satisfies runtime dependencies 7063 A promise that your recipe satisfies runtime dependencies
@@ -6364,7 +7095,31 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6364 </glossdef> 7095 </glossdef>
6365 </glossentry> 7096 </glossentry>
6366 7097
7098 <glossentry id='var-PACKAGESPLITFUNCS'><glossterm>PACKAGESPLITFUNCS</glossterm>
7099 <info>
7100 PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages."
7101 </info>
7102 <glossdef>
7103 <para>
7104 Specifies a list of functions run to perform additional
7105 splitting of files into individual packages.
7106 Recipes can either prepend to this variable or prepend
7107 to the <filename>populate_packages</filename> function
7108 in order to perform additional package splitting.
7109 In either case, the function should set
7110 <link linkend='var-PACKAGES'><filename>PACKAGES</filename></link>,
7111 <link linkend='var-FILES'><filename>FILES</filename></link>,
7112 <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
7113 and other packaging variables appropriately in order to
7114 perform the desired splitting.
7115 </para>
7116 </glossdef>
7117 </glossentry>
7118
6367 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> 7119 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm>
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."
7122 </info>
6368 <glossdef> 7123 <glossdef>
6369 <para> 7124 <para>
6370 Extra options passed to the <filename>make</filename> 7125 Extra options passed to the <filename>make</filename>
@@ -6393,6 +7148,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6393 </glossentry> 7148 </glossentry>
6394 7149
6395 <glossentry id='var-PARALLEL_MAKEINST'><glossterm>PARALLEL_MAKEINST</glossterm> 7150 <glossentry id='var-PARALLEL_MAKEINST'><glossterm>PARALLEL_MAKEINST</glossterm>
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."
7153 </info>
6396 <glossdef> 7154 <glossdef>
6397 <para> 7155 <para>
6398 Extra options passed to the 7156 Extra options passed to the
@@ -6411,6 +7169,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6411 </glossentry> 7169 </glossentry>
6412 7170
6413 <glossentry id='var-PATCHRESOLVE'><glossterm>PATCHRESOLVE</glossterm> 7171 <glossentry id='var-PATCHRESOLVE'><glossterm>PATCHRESOLVE</glossterm>
7172 <info>
7173 PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution."
7174 </info>
6414 <glossdef> 7175 <glossdef>
6415 <para> 7176 <para>
6416 Determines the action to take when a patch fails. 7177 Determines the action to take when a patch fails.
@@ -6435,6 +7196,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6435 </glossentry> 7196 </glossentry>
6436 7197
6437 <glossentry id='var-PATCHTOOL'><glossterm>PATCHTOOL</glossterm> 7198 <glossentry id='var-PATCHTOOL'><glossterm>PATCHTOOL</glossterm>
7199 <info>
7200 PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch."
7201 </info>
6438 <glossdef> 7202 <glossdef>
6439 <para> 7203 <para>
6440 Specifies the utility used to apply patches for a recipe 7204 Specifies the utility used to apply patches for a recipe
@@ -6462,6 +7226,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6462 </glossentry> 7226 </glossentry>
6463 7227
6464 <glossentry id='var-PE'><glossterm>PE</glossterm> 7228 <glossentry id='var-PE'><glossterm>PE</glossterm>
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."
7231 </info>
6465 <glossdef> 7232 <glossdef>
6466 <para> 7233 <para>
6467 The epoch of the recipe. 7234 The epoch of the recipe.
@@ -6474,6 +7241,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6474 </glossentry> 7241 </glossentry>
6475 7242
6476 <glossentry id='var-PF'><glossterm>PF</glossterm> 7243 <glossentry id='var-PF'><glossterm>PF</glossterm>
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}."
7246 </info>
6477 <glossdef> 7247 <glossdef>
6478 <para>Specifies the recipe or package name and includes all version and revision 7248 <para>Specifies the recipe or package name and includes all version and revision
6479 numbers (i.e. <filename>eglibc-2.13-r20+svnr15508/</filename> and 7249 numbers (i.e. <filename>eglibc-2.13-r20+svnr15508/</filename> and
@@ -6486,6 +7256,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6486 </glossentry> 7256 </glossentry>
6487 7257
6488 <glossentry id='var-PIXBUF_PACKAGES'><glossterm>PIXBUF_PACKAGES</glossterm> 7258 <glossentry id='var-PIXBUF_PACKAGES'><glossterm>PIXBUF_PACKAGES</glossterm>
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."
7261 </info>
6489 <glossdef> 7262 <glossdef>
6490 <para> 7263 <para>
6491 When inheriting the 7264 When inheriting the
@@ -6503,6 +7276,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6503 </glossentry> 7276 </glossentry>
6504 7277
6505 <glossentry id='var-PKG'><glossterm>PKG</glossterm> 7278 <glossentry id='var-PKG'><glossterm>PKG</glossterm>
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."
7281 </info>
6506 <glossdef> 7282 <glossdef>
6507 <para> 7283 <para>
6508 The name of the resulting package created by the 7284 The name of the resulting package created by the
@@ -6520,6 +7296,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6520 </glossentry> 7296 </glossentry>
6521 7297
6522 <glossentry id='var-PKGD'><glossterm>PKGD</glossterm> 7298 <glossentry id='var-PKGD'><glossterm>PKGD</glossterm>
7299 <info>
7300 PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages."
7301 </info>
6523 <glossdef> 7302 <glossdef>
6524 <para> 7303 <para>
6525 Points to the destination directory for files to be 7304 Points to the destination directory for files to be
@@ -6534,6 +7313,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6534 </glossentry> 7313 </glossentry>
6535 7314
6536 <glossentry id='var-PKGDATA_DIR'><glossterm>PKGDATA_DIR</glossterm> 7315 <glossentry id='var-PKGDATA_DIR'><glossterm>PKGDATA_DIR</glossterm>
7316 <info>
7317 PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process."
7318 </info>
6537 <glossdef> 7319 <glossdef>
6538 <para> 7320 <para>
6539 Points to a shared, global-state directory that holds data 7321 Points to a shared, global-state directory that holds data
@@ -6552,6 +7334,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6552 </glossentry> 7334 </glossentry>
6553 7335
6554 <glossentry id='var-PKGDEST'><glossterm>PKGDEST</glossterm> 7336 <glossentry id='var-PKGDEST'><glossterm>PKGDEST</glossterm>
7337 <info>
7338 PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages."
7339 </info>
6555 <glossdef> 7340 <glossdef>
6556 <para> 7341 <para>
6557 Points to the parent directory for files to be packaged 7342 Points to the parent directory for files to be packaged
@@ -6569,6 +7354,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6569 </glossentry> 7354 </glossentry>
6570 7355
6571 <glossentry id='var-PKGDESTWORK'><glossterm>PKGDESTWORK</glossterm> 7356 <glossentry id='var-PKGDESTWORK'><glossterm>PKGDESTWORK</glossterm>
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."
7359 </info>
6572 <glossdef> 7360 <glossdef>
6573 <para> 7361 <para>
6574 Points to a temporary work area used by the 7362 Points to a temporary work area used by the
@@ -6594,6 +7382,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6594 </glossentry> 7382 </glossentry>
6595 7383
6596 <glossentry id='var-PKGE'><glossterm>PKGE</glossterm> 7384 <glossentry id='var-PKGE'><glossterm>PKGE</glossterm>
7385 <info>
7386 PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system."
7387 </info>
6597 <glossdef> 7388 <glossdef>
6598 <para> 7389 <para>
6599 The epoch of the output package built by the 7390 The epoch of the output package built by the
@@ -6605,6 +7396,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6605 </glossentry> 7396 </glossentry>
6606 7397
6607 <glossentry id='var-PKGR'><glossterm>PKGR</glossterm> 7398 <glossentry id='var-PKGR'><glossterm>PKGR</glossterm>
7399 <info>
7400 PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system."
7401 </info>
6608 <glossdef> 7402 <glossdef>
6609 <para> 7403 <para>
6610 The revision of the output package built by the 7404 The revision of the output package built by the
@@ -6616,6 +7410,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6616 </glossentry> 7410 </glossentry>
6617 7411
6618 <glossentry id='var-PKGV'><glossterm>PKGV</glossterm> 7412 <glossentry id='var-PKGV'><glossterm>PKGV</glossterm>
7413 <info>
7414 PKGV[doc] = "The version of the output package built by the OpenEmbedded build system."
7415 </info>
6619 <glossdef> 7416 <glossdef>
6620 <para> 7417 <para>
6621 The version of the output package built by the 7418 The version of the output package built by the
@@ -6627,6 +7424,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6627 </glossentry> 7424 </glossentry>
6628 7425
6629 <glossentry id='var-PN'><glossterm>PN</glossterm> 7426 <glossentry id='var-PN'><glossterm>PN</glossterm>
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."
7429 </info>
6630 <glossdef> 7430 <glossdef>
6631 <para>This variable can have two separate functions depending on the context: a recipe 7431 <para>This variable can have two separate functions depending on the context: a recipe
6632 name or a resulting package name.</para> 7432 name or a resulting package name.</para>
@@ -6651,6 +7451,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6651 </glossentry> 7451 </glossentry>
6652 7452
6653 <glossentry id='var-PNBLACKLIST'><glossterm>PNBLACKLIST</glossterm> 7453 <glossentry id='var-PNBLACKLIST'><glossterm>PNBLACKLIST</glossterm>
7454 <info>
7455 PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build."
7456 </info>
6654 <glossdef> 7457 <glossdef>
6655 <para> 7458 <para>
6656 Lists recipes you do not want the OpenEmbedded build system 7459 Lists recipes you do not want the OpenEmbedded build system
@@ -6675,6 +7478,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6675 </glossentry> 7478 </glossentry>
6676 7479
6677 <glossentry id='var-PR'><glossterm>PR</glossterm> 7480 <glossentry id='var-PR'><glossterm>PR</glossterm>
7481 <info>
7482 PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'."
7483 </info>
6678 <glossdef> 7484 <glossdef>
6679 <para> 7485 <para>
6680 The revision of the recipe. 7486 The revision of the recipe.
@@ -6684,6 +7490,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6684 </glossentry> 7490 </glossentry>
6685 7491
6686 <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm> 7492 <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm>
7493 <info>
7494 PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference."
7495 </info>
6687 <glossdef> 7496 <glossdef>
6688 <para> 7497 <para>
6689 If multiple recipes provide an item, this variable 7498 If multiple recipes provide an item, this variable
@@ -6703,6 +7512,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6703 </glossentry> 7512 </glossentry>
6704 7513
6705 <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm> 7514 <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm>
7515 <info>
7516 PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference."
7517 </info>
6706 <glossdef> 7518 <glossdef>
6707 <para> 7519 <para>
6708 If there are multiple versions of recipes available, this 7520 If there are multiple versions of recipes available, this
@@ -6726,6 +7538,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6726 </glossentry> 7538 </glossentry>
6727 7539
6728 <glossentry id='var-PREMIRRORS'><glossterm>PREMIRRORS</glossterm> 7540 <glossentry id='var-PREMIRRORS'><glossterm>PREMIRRORS</glossterm>
7541 <info>
7542 PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code."
7543 </info>
6729 <glossdef> 7544 <glossdef>
6730 <para> 7545 <para>
6731 Specifies additional paths from which the OpenEmbedded 7546 Specifies additional paths from which the OpenEmbedded
@@ -6771,6 +7586,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6771 </glossentry> 7586 </glossentry>
6772 7587
6773 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm> 7588 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm>
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'."
7591 </info>
6774 <glossdef> 7592 <glossdef>
6775 7593
6776 <para> 7594 <para>
@@ -6817,6 +7635,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6817 </glossentry> 7635 </glossentry>
6818 7636
6819 <glossentry id='var-PRIVATE_LIBS'><glossterm>PRIVATE_LIBS</glossterm> 7637 <glossentry id='var-PRIVATE_LIBS'><glossterm>PRIVATE_LIBS</glossterm>
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."
7640 </info>
6820 <glossdef> 7641 <glossdef>
6821 <para> 7642 <para>
6822 Specifies libraries installed within a recipe that 7643 Specifies libraries installed within a recipe that
@@ -6849,6 +7670,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6849 </glossentry> 7670 </glossentry>
6850 7671
6851 <glossentry id='var-PROVIDES'><glossterm>PROVIDES</glossterm> 7672 <glossentry id='var-PROVIDES'><glossterm>PROVIDES</glossterm>
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."
7675 </info>
6852 <glossdef> 7676 <glossdef>
6853 <para> 7677 <para>
6854 A list of aliases by which a particular recipe can be 7678 A list of aliases by which a particular recipe can be
@@ -6878,6 +7702,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6878 </glossentry> 7702 </glossentry>
6879 7703
6880 <glossentry id='var-PRSERV_HOST'><glossterm>PRSERV_HOST</glossterm> 7704 <glossentry id='var-PRSERV_HOST'><glossterm>PRSERV_HOST</glossterm>
7705 <info>
7706 PRSERV_HOST[doc] = "The network based PR service host and port."
7707 </info>
6881 <glossdef> 7708 <glossdef>
6882 <para> 7709 <para>
6883 The network based 7710 The network based
@@ -6904,6 +7731,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6904 </glossentry> 7731 </glossentry>
6905 7732
6906 <glossentry id='var-PTEST_ENABLED'><glossterm>PTEST_ENABLED</glossterm> 7733 <glossentry id='var-PTEST_ENABLED'><glossterm>PTEST_ENABLED</glossterm>
7734 <info>
7735 PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe."
7736 </info>
6907 <glossdef> 7737 <glossdef>
6908 <para> 7738 <para>
6909 Specifies whether or not 7739 Specifies whether or not
@@ -6919,6 +7749,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6919 </glossentry> 7749 </glossentry>
6920 7750
6921 <glossentry id='var-PV'><glossterm>PV</glossterm> 7751 <glossentry id='var-PV'><glossterm>PV</glossterm>
7752 <info>
7753 PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename."
7754 </info>
6922 <glossdef> 7755 <glossdef>
6923 <para> 7756 <para>
6924 The version of the recipe. 7757 The version of the recipe.
@@ -6934,6 +7767,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6934 </glossentry> 7767 </glossentry>
6935 7768
6936 <glossentry id='var-PYTHON_ABI'><glossterm>PYTHON_ABI</glossterm> 7769 <glossentry id='var-PYTHON_ABI'><glossterm>PYTHON_ABI</glossterm>
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."
7772 </info>
6937 <glossdef> 7773 <glossdef>
6938 <para> 7774 <para>
6939 When used by recipes that inherit the 7775 When used by recipes that inherit the
@@ -6967,6 +7803,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6967 </glossentry> 7803 </glossentry>
6968 7804
6969 <glossentry id='var-PYTHON_PN'><glossterm>PYTHON_PN</glossterm> 7805 <glossentry id='var-PYTHON_PN'><glossterm>PYTHON_PN</glossterm>
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."
7808 </info>
6970 <glossdef> 7809 <glossdef>
6971 <para> 7810 <para>
6972 When used by recipes that inherit the 7811 When used by recipes that inherit the
@@ -7000,6 +7839,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7000 <glossdiv id='var-glossary-q'><title>Q</title> 7839 <glossdiv id='var-glossary-q'><title>Q</title>
7001 7840
7002 <glossentry id='var-QMAKE_PROFILES'><glossterm>QMAKE_PROFILES</glossterm> 7841 <glossentry id='var-QMAKE_PROFILES'><glossterm>QMAKE_PROFILES</glossterm>
7842 <info>
7843 QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake."
7844 </info>
7003 <glossdef> 7845 <glossdef>
7004 <para> 7846 <para>
7005 Specifies your own subset of <filename>.pro</filename> 7847 Specifies your own subset of <filename>.pro</filename>
@@ -7025,6 +7867,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7025 <glossdiv id='var-glossary-r'><title>R</title> 7867 <glossdiv id='var-glossary-r'><title>R</title>
7026 7868
7027 <glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS</glossterm> 7869 <glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS</glossterm>
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."
7872 </info>
7028 <glossdef> 7873 <glossdef>
7029 <para> 7874 <para>
7030 The list of packages that conflict with packages. 7875 The list of packages that conflict with packages.
@@ -7070,6 +7915,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7070 </glossentry> 7915 </glossentry>
7071 7916
7072 <glossentry id='var-RDEPENDS'><glossterm>RDEPENDS</glossterm> 7917 <glossentry id='var-RDEPENDS'><glossterm>RDEPENDS</glossterm>
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)."
7920 </info>
7073 <glossdef> 7921 <glossdef>
7074 <para> 7922 <para>
7075 Lists a package's runtime dependencies (i.e. other packages) 7923 Lists a package's runtime dependencies (i.e. other packages)
@@ -7202,6 +8050,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7202 </glossentry> 8050 </glossentry>
7203 8051
7204 <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES</glossterm> 8052 <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES</glossterm>
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."
8055 </info>
7205 <glossdef> 8056 <glossdef>
7206 <para> 8057 <para>
7207 When inheriting the 8058 When inheriting the
@@ -7221,6 +8072,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7221 </glossentry> 8072 </glossentry>
7222 8073
7223 <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE</glossterm> 8074 <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE</glossterm>
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."
8077 </info>
7224 <glossdef> 8078 <glossdef>
7225 <para> 8079 <para>
7226 Reclaims disk space by removing previously built 8080 Reclaims disk space by removing previously built
@@ -7239,6 +8093,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7239 </glossentry> 8093 </glossentry>
7240 8094
7241 <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE</glossterm> 8095 <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE</glossterm>
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."
8098 </info>
7242 <glossdef> 8099 <glossdef>
7243 <para> 8100 <para>
7244 With <filename>rm_work</filename> enabled, this 8101 With <filename>rm_work</filename> enabled, this
@@ -7251,6 +8108,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7251 </glossentry> 8108 </glossentry>
7252 8109
7253 <glossentry id='var-ROOT_HOME'><glossterm>ROOT_HOME</glossterm> 8110 <glossentry id='var-ROOT_HOME'><glossterm>ROOT_HOME</glossterm>
8111 <info>
8112 ROOT_HOME[doc] = "Defines the root home directory."
8113 </info>
7254 <glossdef> 8114 <glossdef>
7255 <para> 8115 <para>
7256 Defines the root home directory. 8116 Defines the root home directory.
@@ -7284,6 +8144,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7284 </glossentry> 8144 </glossentry>
7285 8145
7286 <glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm> 8146 <glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm>
8147 <info>
8148 ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem."
8149 </info>
7287 <glossdef> 8150 <glossdef>
7288 <para> 8151 <para>
7289 Indicates a filesystem image to include as the root 8152 Indicates a filesystem image to include as the root
@@ -7300,6 +8163,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7300 </glossentry> 8163 </glossentry>
7301 8164
7302 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm>ROOTFS_POSTPROCESS_COMMAND</glossterm> 8165 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm>ROOTFS_POSTPROCESS_COMMAND</glossterm>
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."
8168 </info>
7303 <glossdef> 8169 <glossdef>
7304 <para> 8170 <para>
7305 Added by classes to run post processing commands once the 8171 Added by classes to run post processing commands once the
@@ -7320,6 +8186,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7320 </glossentry> 8186 </glossentry>
7321 8187
7322 <glossentry id='var-RPROVIDES'><glossterm>RPROVIDES</glossterm> 8188 <glossentry id='var-RPROVIDES'><glossterm>RPROVIDES</glossterm>
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."
8191 </info>
7323 <glossdef> 8192 <glossdef>
7324 <para> 8193 <para>
7325 A list of package name aliases that a package also provides. 8194 A list of package name aliases that a package also provides.
@@ -7344,6 +8213,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7344 </glossentry> 8213 </glossentry>
7345 8214
7346 <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> 8215 <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm>
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."
8218 </info>
7347 <glossdef> 8219 <glossdef>
7348 <para> 8220 <para>
7349 A list of packages that extends the usability of a package 8221 A list of packages that extends the usability of a package
@@ -7433,6 +8305,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7433 </glossentry> 8305 </glossentry>
7434 8306
7435 <glossentry id='var-RREPLACES'><glossterm>RREPLACES</glossterm> 8307 <glossentry id='var-RREPLACES'><glossterm>RREPLACES</glossterm>
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."
8310 </info>
7436 <glossdef> 8311 <glossdef>
7437 <para> 8312 <para>
7438 A list of packages replaced by a package. 8313 A list of packages replaced by a package.
@@ -7484,6 +8359,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7484 </glossentry> 8359 </glossentry>
7485 8360
7486 <glossentry id='var-RSUGGESTS'><glossterm>RSUGGESTS</glossterm> 8361 <glossentry id='var-RSUGGESTS'><glossterm>RSUGGESTS</glossterm>
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."
8364 </info>
7487 <glossdef> 8365 <glossdef>
7488 <para> 8366 <para>
7489 A list of additional packages that you can suggest for 8367 A list of additional packages that you can suggest for
@@ -7508,6 +8386,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7508 <glossdiv id='var-glossary-s'><title>S</title> 8386 <glossdiv id='var-glossary-s'><title>S</title>
7509 8387
7510 <glossentry id='var-S'><glossterm>S</glossterm> 8388 <glossentry id='var-S'><glossterm>S</glossterm>
8389 <info>
8390 S[doc] = "The location in the Build Directory where unpacked package source code resides."
8391 </info>
7511 <glossdef> 8392 <glossdef>
7512 <para> 8393 <para>
7513 The location in the 8394 The location in the
@@ -7539,6 +8420,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7539 </glossentry> 8420 </glossentry>
7540 8421
7541 <glossentry id='var-SANITY_REQUIRED_UTILITIES'><glossterm>SANITY_REQUIRED_UTILITIES</glossterm> 8422 <glossentry id='var-SANITY_REQUIRED_UTILITIES'><glossterm>SANITY_REQUIRED_UTILITIES</glossterm>
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."
8425 </info>
7542 <glossdef> 8426 <glossdef>
7543 <para> 8427 <para>
7544 Specifies a list of command-line utilities that should be 8428 Specifies a list of command-line utilities that should be
@@ -7551,6 +8435,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7551 </glossentry> 8435 </glossentry>
7552 8436
7553 <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm>SANITY_TESTED_DISTROS</glossterm> 8437 <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm>SANITY_TESTED_DISTROS</glossterm>
8438 <info>
8439 SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against."
8440 </info>
7554 <glossdef> 8441 <glossdef>
7555 <para> 8442 <para>
7556 A list of the host distribution identifiers that the 8443 A list of the host distribution identifiers that the
@@ -7572,6 +8459,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7572 </glossentry> 8459 </glossentry>
7573 8460
7574 <glossentry id='var-SDK_ARCH'><glossterm>SDK_ARCH</glossterm> 8461 <glossentry id='var-SDK_ARCH'><glossterm>SDK_ARCH</glossterm>
8462 <info>
8463 SDK_ARCH[doc] = "The target architecture for the SDK."
8464 </info>
7575 <glossdef> 8465 <glossdef>
7576 <para> 8466 <para>
7577 The target architecture for the SDK. 8467 The target architecture for the SDK.
@@ -7583,6 +8473,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7583 </glossentry> 8473 </glossentry>
7584 8474
7585 <glossentry id='var-SDK_DEPLOY'><glossterm>SDK_DEPLOY</glossterm> 8475 <glossentry id='var-SDK_DEPLOY'><glossterm>SDK_DEPLOY</glossterm>
8476 <info>
8477 SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed."
8478 </info>
7586 <glossdef> 8479 <glossdef>
7587 <para> 8480 <para>
7588 The directory set up and used by the 8481 The directory set up and used by the
@@ -7598,6 +8491,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7598 </glossentry> 8491 </glossentry>
7599 8492
7600 <glossentry id='var-SDK_DIR'><glossterm>SDK_DIR</glossterm> 8493 <glossentry id='var-SDK_DIR'><glossterm>SDK_DIR</glossterm>
8494 <info>
8495 SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output."
8496 </info>
7601 <glossdef> 8497 <glossdef>
7602 <para> 8498 <para>
7603 The parent directory used by the OpenEmbedded build system 8499 The parent directory used by the OpenEmbedded build system
@@ -7620,6 +8516,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7620 </glossentry> 8516 </glossentry>
7621 8517
7622 <glossentry id='var-SDK_NAME'><glossterm>SDK_NAME</glossterm> 8518 <glossentry id='var-SDK_NAME'><glossterm>SDK_NAME</glossterm>
8519 <info>
8520 SDK_NAME[doc] = "The base name for SDK output files."
8521 </info>
7623 <glossdef> 8522 <glossdef>
7624 <para> 8523 <para>
7625 The base name for SDK output files. 8524 The base name for SDK output files.
@@ -7639,6 +8538,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7639 </glossentry> 8538 </glossentry>
7640 8539
7641 <glossentry id='var-SDK_OUTPUT'><glossterm>SDK_OUTPUT</glossterm> 8540 <glossentry id='var-SDK_OUTPUT'><glossterm>SDK_OUTPUT</glossterm>
8541 <info>
8542 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output."
8543 </info>
7642 <glossdef> 8544 <glossdef>
7643 <para> 8545 <para>
7644 The location used by the OpenEmbedded build system when 8546 The location used by the OpenEmbedded build system when
@@ -7663,6 +8565,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7663 </glossentry> 8565 </glossentry>
7664 8566
7665 <glossentry id='var-SDK_PACKAGE_ARCHS'><glossterm>SDK_PACKAGE_ARCHS</glossterm> 8567 <glossentry id='var-SDK_PACKAGE_ARCHS'><glossterm>SDK_PACKAGE_ARCHS</glossterm>
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."
8570 </info>
7666 <glossdef> 8571 <glossdef>
7667 <para> 8572 <para>
7668 Specifies a list of architectures compatible with 8573 Specifies a list of architectures compatible with
@@ -7679,6 +8584,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7679 </glossentry> 8584 </glossentry>
7680 8585
7681 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> 8586 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm>
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'."
8589 </info>
7682 <glossdef> 8590 <glossdef>
7683 <para>Equivalent to 8591 <para>Equivalent to
7684 <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>. 8592 <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>.
@@ -7692,6 +8600,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7692 </glossentry> 8600 </glossentry>
7693 8601
7694 <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm> 8602 <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm>
8603 <info>
8604 SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items."
8605 </info>
7695 <glossdef> 8606 <glossdef>
7696 <para> 8607 <para>
7697 The machine for which the Application Development Toolkit 8608 The machine for which the Application Development Toolkit
@@ -7721,6 +8632,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7721 </glossentry> 8632 </glossentry>
7722 8633
7723 <glossentry id='var-SDKPATH'><glossterm>SDKPATH</glossterm> 8634 <glossentry id='var-SDKPATH'><glossterm>SDKPATH</glossterm>
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."
8637 </info>
7724 <glossdef> 8638 <glossdef>
7725 <para> 8639 <para>
7726 Defines the path offered to the user for installation 8640 Defines the path offered to the user for installation
@@ -7735,6 +8649,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7735 </glossentry> 8649 </glossentry>
7736 8650
7737 <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> 8651 <glossentry id='var-SECTION'><glossterm>SECTION</glossterm>
8652 <info>
8653 SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable."
8654 </info>
7738 <glossdef> 8655 <glossdef>
7739 <para>The section in which packages should be categorized. 8656 <para>The section in which packages should be categorized.
7740 Package management utilities can make use of this variable.</para> 8657 Package management utilities can make use of this variable.</para>
@@ -7742,6 +8659,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7742 </glossentry> 8659 </glossentry>
7743 8660
7744 <glossentry id='var-SELECTED_OPTIMIZATION'><glossterm>SELECTED_OPTIMIZATION</glossterm> 8661 <glossentry id='var-SELECTED_OPTIMIZATION'><glossterm>SELECTED_OPTIMIZATION</glossterm>
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."
8664 </info>
7745 <glossdef> 8665 <glossdef>
7746 <para> 8666 <para>
7747 Specifies the optimization flags passed to the C compiler 8667 Specifies the optimization flags passed to the C compiler
@@ -7763,6 +8683,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7763 </glossentry> 8683 </glossentry>
7764 8684
7765 <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm> 8685 <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm>
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."
8688 </info>
7766 <glossdef> 8689 <glossdef>
7767 <para> 8690 <para>
7768 Defines a serial console (TTY) to enable using getty. 8691 Defines a serial console (TTY) to enable using getty.
@@ -7784,6 +8707,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7784 </glossentry> 8707 </glossentry>
7785 8708
7786 <glossentry id='var-SERIAL_CONSOLES'><glossterm>SERIAL_CONSOLES</glossterm> 8709 <glossentry id='var-SERIAL_CONSOLES'><glossterm>SERIAL_CONSOLES</glossterm>
8710 <info>
8711 SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty."
8712 </info>
7787 <glossdef> 8713 <glossdef>
7788 <para> 8714 <para>
7789 Defines the serial consoles (TTYs) to enable using getty. 8715 Defines the serial consoles (TTYs) to enable using getty.
@@ -7798,6 +8724,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7798 </glossentry> 8724 </glossentry>
7799 8725
7800 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK</glossterm> 8726 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK</glossterm>
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."
8729 </info>
7801 <glossdef> 8730 <glossdef>
7802 <para> 8731 <para>
7803 Similar to 8732 Similar to
@@ -7811,6 +8740,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7811 </glossentry> 8740 </glossentry>
7812 8741
7813 <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>SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS</glossterm>
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."
8745 </info>
7814 <glossdef> 8746 <glossdef>
7815 <para> 8747 <para>
7816 A list of recipe dependencies that should not be used to 8748 A list of recipe dependencies that should not be used to
@@ -7839,6 +8771,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7839 </glossentry> 8771 </glossentry>
7840 8772
7841 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm>SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm> 8773 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm>SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm>
8774 <info>
8775 SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change."
8776 </info>
7842 <glossdef> 8777 <glossdef>
7843 <para> 8778 <para>
7844 A list of recipes that are completely stable and will 8779 A list of recipes that are completely stable and will
@@ -7859,6 +8794,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7859 </glossentry> 8794 </glossentry>
7860 8795
7861 <glossentry id='var-SITEINFO_BITS'><glossterm>SITEINFO_BITS</glossterm> 8796 <glossentry id='var-SITEINFO_BITS'><glossterm>SITEINFO_BITS</glossterm>
8797 <info>
8798 SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU."
8799 </info>
7862 <glossdef> 8800 <glossdef>
7863 <para> 8801 <para>
7864 Specifies the number of bits for the target system CPU. 8802 Specifies the number of bits for the target system CPU.
@@ -7868,6 +8806,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7868 </glossentry> 8806 </glossentry>
7869 8807
7870 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm> 8808 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm>
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'."
8811 </info>
7871 <glossdef> 8812 <glossdef>
7872 <para> 8813 <para>
7873 Specifies the endian byte order of the target system. 8814 Specifies the endian byte order of the target system.
@@ -7877,6 +8818,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7877 </glossentry> 8818 </glossentry>
7878 8819
7879 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY</glossterm> 8820 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY</glossterm>
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."
8823 </info>
7880 <glossdef> 8824 <glossdef>
7881 <para> 8825 <para>
7882 Groups together machines based upon the same family 8826 Groups together machines based upon the same family
@@ -7895,6 +8839,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7895 </glossentry> 8839 </glossentry>
7896 8840
7897 <glossentry id='var-SOLIBS'><glossterm>SOLIBS</glossterm> 8841 <glossentry id='var-SOLIBS'><glossterm>SOLIBS</glossterm>
8842 <info>
8843 SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform."
8844 </info>
7898 <glossdef> 8845 <glossdef>
7899 <para> 8846 <para>
7900 Defines the suffix for shared libraries used on the 8847 Defines the suffix for shared libraries used on the
@@ -7913,6 +8860,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7913 </glossentry> 8860 </glossentry>
7914 8861
7915 <glossentry id='var-SOLIBSDEV'><glossterm>SOLIBSDEV</glossterm> 8862 <glossentry id='var-SOLIBSDEV'><glossterm>SOLIBSDEV</glossterm>
8863 <info>
8864 SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform."
8865 </info>
7916 <glossdef> 8866 <glossdef>
7917 <para> 8867 <para>
7918 Defines the suffix for the development symbolic link 8868 Defines the suffix for the development symbolic link
@@ -7931,6 +8881,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7931 </glossentry> 8881 </glossentry>
7932 8882
7933 <glossentry id='var-SOURCE_MIRROR_URL'><glossterm>SOURCE_MIRROR_URL</glossterm> 8883 <glossentry id='var-SOURCE_MIRROR_URL'><glossterm>SOURCE_MIRROR_URL</glossterm>
8884 <info>
8885 SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI."
8886 </info>
7934 <glossdef> 8887 <glossdef>
7935 <para> 8888 <para>
7936 Defines your own 8889 Defines your own
@@ -7958,6 +8911,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7958 </glossentry> 8911 </glossentry>
7959 8912
7960 <glossentry id='var-SPDXLICENSEMAP'><glossterm>SPDXLICENSEMAP</glossterm> 8913 <glossentry id='var-SPDXLICENSEMAP'><glossterm>SPDXLICENSEMAP</glossterm>
8914 <info>
8915 SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/."
8916 </info>
7961 <glossdef> 8917 <glossdef>
7962 <para> 8918 <para>
7963 Maps commonly used license names to their SPDX counterparts 8919 Maps commonly used license names to their SPDX counterparts
@@ -7976,6 +8932,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7976 </glossentry> 8932 </glossentry>
7977 8933
7978 <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm>SPECIAL_PKGSUFFIX</glossterm> 8934 <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm>SPECIAL_PKGSUFFIX</glossterm>
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."
8937 </info>
7979 <glossdef> 8938 <glossdef>
7980 <para> 8939 <para>
7981 A list of prefixes for <link linkend='var-PN'><filename>PN</filename></link> used by the 8940 A list of prefixes for <link linkend='var-PN'><filename>PN</filename></link> used by the
@@ -7987,6 +8946,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7987 </glossentry> 8946 </glossentry>
7988 8947
7989 <glossentry id='var-SRC_URI'><glossterm>SRC_URI</glossterm> 8948 <glossentry id='var-SRC_URI'><glossterm>SRC_URI</glossterm>
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."
8951 </info>
7990 <glossdef> 8952 <glossdef>
7991 <para>The list of source files - local or remote. 8953 <para>The list of source files - local or remote.
7992 This variable tells the OpenEmbedded build system which bits 8954 This variable tells the OpenEmbedded build system which bits
@@ -8139,6 +9101,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8139 </glossentry> 9101 </glossentry>
8140 9102
8141 <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>SRC_URI_OVERRIDES_PACKAGE_ARCH</glossterm>
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."
9106 </info>
8142 <glossdef> 9107 <glossdef>
8143 <para> 9108 <para>
8144 By default, the OpenEmbedded build system automatically detects whether 9109 By default, the OpenEmbedded build system automatically detects whether
@@ -8152,6 +9117,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8152 </glossentry> 9117 </glossentry>
8153 9118
8154 <glossentry id='var-SRCDATE'><glossterm>SRCDATE</glossterm> 9119 <glossentry id='var-SRCDATE'><glossterm>SRCDATE</glossterm>
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)."
9122 </info>
8155 <glossdef> 9123 <glossdef>
8156 <para> 9124 <para>
8157 The date of the source code used to build the package. 9125 The date of the source code used to build the package.
@@ -8161,6 +9129,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8161 </glossentry> 9129 </glossentry>
8162 9130
8163 <glossentry id='var-SRCPV'><glossterm>SRCPV</glossterm> 9131 <glossentry id='var-SRCPV'><glossterm>SRCPV</glossterm>
9132 <info>
9133 SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV."
9134 </info>
8164 <glossdef> 9135 <glossdef>
8165 <para> 9136 <para>
8166 Returns the version string of the current package. 9137 Returns the version string of the current package.
@@ -8195,6 +9166,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8195 </glossentry> 9166 </glossentry>
8196 9167
8197 <glossentry id='var-SRCREV'><glossterm>SRCREV</glossterm> 9168 <glossentry id='var-SRCREV'><glossterm>SRCREV</glossterm>
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."
9171 </info>
8198 <glossdef> 9172 <glossdef>
8199 <para> 9173 <para>
8200 The revision of the source code used to build the package. 9174 The revision of the source code used to build the package.
@@ -8209,12 +9183,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8209 </glossentry> 9183 </glossentry>
8210 9184
8211 <glossentry id='var-SSTATE_DIR'><glossterm>SSTATE_DIR</glossterm> 9185 <glossentry id='var-SSTATE_DIR'><glossterm>SSTATE_DIR</glossterm>
9186 <info>
9187 SSTATE_DIR[doc] = "The directory for the shared state cache."
9188 </info>
8212 <glossdef> 9189 <glossdef>
8213 <para>The directory for the shared state cache.</para> 9190 <para>The directory for the shared state cache.</para>
8214 </glossdef> 9191 </glossdef>
8215 </glossentry> 9192 </glossentry>
8216 9193
8217 <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm>SSTATE_MIRROR_ALLOW_NETWORK</glossterm> 9194 <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm>SSTATE_MIRROR_ALLOW_NETWORK</glossterm>
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"."
9197 </info>
8218 <glossdef> 9198 <glossdef>
8219 <para> 9199 <para>
8220 If set to "1", allows fetches from 9200 If set to "1", allows fetches from
@@ -8234,6 +9214,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8234 </glossentry> 9214 </glossentry>
8235 9215
8236 <glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS</glossterm> 9216 <glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS</glossterm>
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."
9219 </info>
8237 <glossdef> 9220 <glossdef>
8238 <para> 9221 <para>
8239 Configures the OpenEmbedded build system to search other 9222 Configures the OpenEmbedded build system to search other
@@ -8272,6 +9255,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8272 </glossentry> 9255 </glossentry>
8273 9256
8274 <glossentry id='var-STAGING_BASE_LIBDIR_NATIVE'><glossterm>STAGING_BASE_LIBDIR_NATIVE</glossterm> 9257 <glossentry id='var-STAGING_BASE_LIBDIR_NATIVE'><glossterm>STAGING_BASE_LIBDIR_NATIVE</glossterm>
9258 <info>
9259 STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host."
9260 </info>
8275 <glossdef> 9261 <glossdef>
8276 <para> 9262 <para>
8277 Specifies the path to the <filename>/lib</filename> 9263 Specifies the path to the <filename>/lib</filename>
@@ -8282,6 +9268,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8282 </glossentry> 9268 </glossentry>
8283 9269
8284 <glossentry id='var-STAGING_BASELIBDIR'><glossterm>STAGING_BASELIBDIR</glossterm> 9270 <glossentry id='var-STAGING_BASELIBDIR'><glossterm>STAGING_BASELIBDIR</glossterm>
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)."
9273 </info>
8285 <glossdef> 9274 <glossdef>
8286 <para> 9275 <para>
8287 Specifies the path to the <filename>/lib</filename> 9276 Specifies the path to the <filename>/lib</filename>
@@ -8293,6 +9282,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8293 </glossentry> 9282 </glossentry>
8294 9283
8295 <glossentry id='var-STAGING_BINDIR'><glossterm>STAGING_BINDIR</glossterm> 9284 <glossentry id='var-STAGING_BINDIR'><glossterm>STAGING_BINDIR</glossterm>
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)."
9287 </info>
8296 <glossdef> 9288 <glossdef>
8297 <para> 9289 <para>
8298 Specifies the path to the 9290 Specifies the path to the
@@ -8305,6 +9297,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8305 </glossentry> 9297 </glossentry>
8306 9298
8307 <glossentry id='var-STAGING_BINDIR_CROSS'><glossterm>STAGING_BINDIR_CROSS</glossterm> 9299 <glossentry id='var-STAGING_BINDIR_CROSS'><glossterm>STAGING_BINDIR_CROSS</glossterm>
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."
9302 </info>
8308 <glossdef> 9303 <glossdef>
8309 <para> 9304 <para>
8310 Specifies the path to the directory containing binary 9305 Specifies the path to the directory containing binary
@@ -8327,6 +9322,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8327 </glossentry> 9322 </glossentry>
8328 9323
8329 <glossentry id='var-STAGING_BINDIR_NATIVE'><glossterm>STAGING_BINDIR_NATIVE</glossterm> 9324 <glossentry id='var-STAGING_BINDIR_NATIVE'><glossterm>STAGING_BINDIR_NATIVE</glossterm>
9325 <info>
9326 STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host."
9327 </info>
8330 <glossdef> 9328 <glossdef>
8331 <para> 9329 <para>
8332 Specifies the path to the 9330 Specifies the path to the
@@ -8337,6 +9335,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8337 </glossentry> 9335 </glossentry>
8338 9336
8339 <glossentry id='var-STAGING_DATADIR'><glossterm>STAGING_DATADIR</glossterm> 9337 <glossentry id='var-STAGING_DATADIR'><glossterm>STAGING_DATADIR</glossterm>
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)."
9340 </info>
8340 <glossdef> 9341 <glossdef>
8341 <para> 9342 <para>
8342 Specifies the path to the <filename>/usr/share</filename> 9343 Specifies the path to the <filename>/usr/share</filename>
@@ -8347,7 +9348,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8347 </glossdef> 9348 </glossdef>
8348 </glossentry> 9349 </glossentry>
8349 9350
9351 <glossentry id='var-STAGING_DATADIR_NATIVE'><glossterm>STAGING_DATADIR_NATIVE</glossterm>
9352 <info>
9353 STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host."
9354 </info>
9355 <glossdef>
9356 <para>
9357 Specifies the path to the <filename>/usr/share</filename>
9358 subdirectory of the sysroot directory for the build host.
9359 </para>
9360 </glossdef>
9361 </glossentry>
9362
8350 <glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR</glossterm> 9363 <glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR</glossterm>
9364 <info>
9365 STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)."
9366 </info>
8351 <glossdef> 9367 <glossdef>
8352 <para> 9368 <para>
8353 Specifies the path to the top-level sysroots directory 9369 Specifies the path to the top-level sysroots directory
@@ -8369,6 +9385,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8369 </glossentry> 9385 </glossentry>
8370 9386
8371 <glossentry id='var-STAGING_DIR_HOST'><glossterm>STAGING_DIR_HOST</glossterm> 9387 <glossentry id='var-STAGING_DIR_HOST'><glossterm>STAGING_DIR_HOST</glossterm>
9388 <info>
9389 STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built."
9390 </info>
8372 <glossdef> 9391 <glossdef>
8373 <para> 9392 <para>
8374 Specifies the path to the primary sysroot directory for 9393 Specifies the path to the primary sysroot directory for
@@ -8394,18 +9413,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8394 </glossdef> 9413 </glossdef>
8395 </glossentry> 9414 </glossentry>
8396 9415
8397 <glossentry id='var-STAGING_DATADIR_NATIVE'><glossterm>STAGING_DATADIR_NATIVE</glossterm>
8398 <glossdef>
8399 <para>
8400 Specifies the path to the <filename>/usr/share</filename>
8401 subdirectory of the sysroot directory for the build host.
8402 </para>
8403 </glossdef>
8404 </glossentry>
8405
8406
8407
8408 <glossentry id='var-STAGING_DIR_NATIVE'><glossterm>STAGING_DIR_NATIVE</glossterm> 9416 <glossentry id='var-STAGING_DIR_NATIVE'><glossterm>STAGING_DIR_NATIVE</glossterm>
9417 <info>
9418 STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host."
9419 </info>
8409 <glossdef> 9420 <glossdef>
8410 <para> 9421 <para>
8411 Specifies the path to the sysroot directory for the 9422 Specifies the path to the sysroot directory for the
@@ -8415,6 +9426,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8415 </glossentry> 9426 </glossentry>
8416 9427
8417 <glossentry id='var-STAGING_DIR_TARGET'><glossterm>STAGING_DIR_TARGET</glossterm> 9428 <glossentry id='var-STAGING_DIR_TARGET'><glossterm>STAGING_DIR_TARGET</glossterm>
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."
9431 </info>
8418 <glossdef> 9432 <glossdef>
8419 <para> 9433 <para>
8420 Specifies the path to the sysroot directory for the 9434 Specifies the path to the sysroot directory for the
@@ -8439,6 +9453,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8439 </glossentry> 9453 </glossentry>
8440 9454
8441 <glossentry id='var-STAGING_ETCDIR_NATIVE'><glossterm>STAGING_ETCDIR_NATIVE</glossterm> 9455 <glossentry id='var-STAGING_ETCDIR_NATIVE'><glossterm>STAGING_ETCDIR_NATIVE</glossterm>
9456 <info>
9457 STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host."
9458 </info>
8442 <glossdef> 9459 <glossdef>
8443 <para> 9460 <para>
8444 Specifies the path to the <filename>/etc</filename> 9461 Specifies the path to the <filename>/etc</filename>
@@ -8449,6 +9466,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8449 </glossentry> 9466 </glossentry>
8450 9467
8451 <glossentry id='var-STAGING_EXECPREFIXDIR'><glossterm>STAGING_EXECPREFIXDIR</glossterm> 9468 <glossentry id='var-STAGING_EXECPREFIXDIR'><glossterm>STAGING_EXECPREFIXDIR</glossterm>
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)."
9471 </info>
8452 <glossdef> 9472 <glossdef>
8453 <para> 9473 <para>
8454 Specifies the path to the <filename>/usr</filename> 9474 Specifies the path to the <filename>/usr</filename>
@@ -8460,6 +9480,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8460 </glossentry> 9480 </glossentry>
8461 9481
8462 <glossentry id='var-STAGING_INCDIR'><glossterm>STAGING_INCDIR</glossterm> 9482 <glossentry id='var-STAGING_INCDIR'><glossterm>STAGING_INCDIR</glossterm>
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)."
9485 </info>
8463 <glossdef> 9486 <glossdef>
8464 <para> 9487 <para>
8465 Specifies the path to the 9488 Specifies the path to the
@@ -8472,6 +9495,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8472 </glossentry> 9495 </glossentry>
8473 9496
8474 <glossentry id='var-STAGING_INCDIR_NATIVE'><glossterm>STAGING_INCDIR_NATIVE</glossterm> 9497 <glossentry id='var-STAGING_INCDIR_NATIVE'><glossterm>STAGING_INCDIR_NATIVE</glossterm>
9498 <info>
9499 STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host."
9500 </info>
8475 <glossdef> 9501 <glossdef>
8476 <para> 9502 <para>
8477 Specifies the path to the <filename>/usr/include</filename> 9503 Specifies the path to the <filename>/usr/include</filename>
@@ -8480,7 +9506,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8480 </glossdef> 9506 </glossdef>
8481 </glossentry> 9507 </glossentry>
8482 9508
9509 <glossentry id='var-STAGING_KERNEL_DIR'><glossterm>STAGING_KERNEL_DIR</glossterm>
9510 <info>
9511 STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules."
9512 </info>
9513 <glossdef>
9514 <para>
9515 The directory with kernel headers that are required to build out-of-tree
9516 modules.
9517 </para>
9518 </glossdef>
9519 </glossentry>
9520
8483 <glossentry id='var-STAGING_LIBDIR'><glossterm>STAGING_LIBDIR</glossterm> 9521 <glossentry id='var-STAGING_LIBDIR'><glossterm>STAGING_LIBDIR</glossterm>
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)."
9524 </info>
8484 <glossdef> 9525 <glossdef>
8485 <para> 9526 <para>
8486 Specifies the path to the <filename>/usr/lib</filename> 9527 Specifies the path to the <filename>/usr/lib</filename>
@@ -8492,6 +9533,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8492 </glossentry> 9533 </glossentry>
8493 9534
8494 <glossentry id='var-STAGING_LIBDIR_NATIVE'><glossterm>STAGING_LIBDIR_NATIVE</glossterm> 9535 <glossentry id='var-STAGING_LIBDIR_NATIVE'><glossterm>STAGING_LIBDIR_NATIVE</glossterm>
9536 <info>
9537 STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host."
9538 </info>
8495 <glossdef> 9539 <glossdef>
8496 <para> 9540 <para>
8497 Specifies the path to the <filename>/usr/lib</filename> 9541 Specifies the path to the <filename>/usr/lib</filename>
@@ -8500,16 +9544,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8500 </glossdef> 9544 </glossdef>
8501 </glossentry> 9545 </glossentry>
8502 9546
8503 <glossentry id='var-STAGING_KERNEL_DIR'><glossterm>STAGING_KERNEL_DIR</glossterm>
8504 <glossdef>
8505 <para>
8506 The directory with kernel headers that are required to build out-of-tree
8507 modules.
8508 </para>
8509 </glossdef>
8510 </glossentry>
8511
8512 <glossentry id='var-STAMP'><glossterm>STAMP</glossterm> 9547 <glossentry id='var-STAMP'><glossterm>STAMP</glossterm>
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."
9550 </info>
8513 <glossdef> 9551 <glossdef>
8514 <para> 9552 <para>
8515 Specifies the base path used to create recipe stamp files. 9553 Specifies the base path used to create recipe stamp files.
@@ -8533,6 +9571,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8533 </glossentry> 9571 </glossentry>
8534 9572
8535 <glossentry id='var-STAMPS_DIR'><glossterm>STAMPS_DIR</glossterm> 9573 <glossentry id='var-STAMPS_DIR'><glossterm>STAMPS_DIR</glossterm>
9574 <info>
9575 STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps."
9576 </info>
8536 <glossdef> 9577 <glossdef>
8537 <para> 9578 <para>
8538 Specifies the base directory in which the OpenEmbedded 9579 Specifies the base directory in which the OpenEmbedded
@@ -8544,6 +9585,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8544 </glossentry> 9585 </glossentry>
8545 9586
8546 <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm> 9587 <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm>
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."
9590 </info>
8547 <glossdef> 9591 <glossdef>
8548 <para>The short (72 characters or less) summary of the binary package for packaging 9592 <para>The short (72 characters or less) summary of the binary package for packaging
8549 systems such as <filename>opkg</filename>, <filename>rpm</filename> or 9593 systems such as <filename>opkg</filename>, <filename>rpm</filename> or
@@ -8557,6 +9601,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8557 </glossentry> 9601 </glossentry>
8558 9602
8559 <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm>SYSLINUX_DEFAULT_CONSOLE</glossterm> 9603 <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm>SYSLINUX_DEFAULT_CONSOLE</glossterm>
9604 <info>
9605 SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console."
9606 </info>
8560 <glossdef> 9607 <glossdef>
8561 <para> 9608 <para>
8562 Specifies the kernel boot default console. 9609 Specifies the kernel boot default console.
@@ -8578,6 +9625,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8578 </glossentry> 9625 </glossentry>
8579 9626
8580 <glossentry id='var-SYSLINUX_OPTS'><glossterm>SYSLINUX_OPTS</glossterm> 9627 <glossentry id='var-SYSLINUX_OPTS'><glossterm>SYSLINUX_OPTS</glossterm>
9628 <info>
9629 SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file."
9630 </info>
8581 <glossdef> 9631 <glossdef>
8582 <para> 9632 <para>
8583 Lists additional options to add to the syslinux file. 9633 Lists additional options to add to the syslinux file.
@@ -8595,6 +9645,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8595 </glossentry> 9645 </glossentry>
8596 9646
8597 <glossentry id='var-SYSLINUX_SERIAL'><glossterm>SYSLINUX_SERIAL</glossterm> 9647 <glossentry id='var-SYSLINUX_SERIAL'><glossterm>SYSLINUX_SERIAL</glossterm>
9648 <info>
9649 SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off."
9650 </info>
8598 <glossdef> 9651 <glossdef>
8599 <para> 9652 <para>
8600 Specifies the alternate serial port or turns it off. 9653 Specifies the alternate serial port or turns it off.
@@ -8611,6 +9664,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8611 </glossentry> 9664 </glossentry>
8612 9665
8613 <glossentry id='var-SYSLINUX_SPLASH'><glossterm>SYSLINUX_SPLASH</glossterm> 9666 <glossentry id='var-SYSLINUX_SPLASH'><glossterm>SYSLINUX_SPLASH</glossterm>
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."
9669 </info>
8614 <glossdef> 9670 <glossdef>
8615 <para> 9671 <para>
8616 An <filename>.LSS</filename> file used as the background 9672 An <filename>.LSS</filename> file used as the background
@@ -8628,6 +9684,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8628 </glossentry> 9684 </glossentry>
8629 9685
8630 <glossentry id='var-SYSLINUX_SERIAL_TTY'><glossterm>SYSLINUX_SERIAL_TTY</glossterm> 9686 <glossentry id='var-SYSLINUX_SERIAL_TTY'><glossterm>SYSLINUX_SERIAL_TTY</glossterm>
9687 <info>
9688 SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument."
9689 </info>
8631 <glossdef> 9690 <glossdef>
8632 <para> 9691 <para>
8633 Specifies the alternate console=tty... kernel boot argument. 9692 Specifies the alternate console=tty... kernel boot argument.
@@ -8643,6 +9702,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8643 </glossentry> 9702 </glossentry>
8644 9703
8645 <glossentry id='var-SYSROOT_PREPROCESS_FUNCS'><glossterm>SYSROOT_PREPROCESS_FUNCS</glossterm> 9704 <glossentry id='var-SYSROOT_PREPROCESS_FUNCS'><glossterm>SYSROOT_PREPROCESS_FUNCS</glossterm>
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."
9707 </info>
8646 <glossdef> 9708 <glossdef>
8647 <para> 9709 <para>
8648 A list of functions to execute after files are staged into 9710 A list of functions to execute after files are staged into
@@ -8655,6 +9717,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8655 </glossentry> 9717 </glossentry>
8656 9718
8657 <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE</glossterm> 9719 <glossentry id='var-SYSTEMD_AUTO_ENABLE'><glossterm>SYSTEMD_AUTO_ENABLE</glossterm>
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."
9722 </info>
8658 <glossdef> 9723 <glossdef>
8659 <para> 9724 <para>
8660 When inheriting the 9725 When inheriting the
@@ -8678,6 +9743,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8678 </glossentry> 9743 </glossentry>
8679 9744
8680 <glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES</glossterm> 9745 <glossentry id='var-SYSTEMD_PACKAGES'><glossterm>SYSTEMD_PACKAGES</glossterm>
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."
9748 </info>
8681 <glossdef> 9749 <glossdef>
8682 <para> 9750 <para>
8683 When inheriting the 9751 When inheriting the
@@ -8701,6 +9769,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8701 </glossentry> 9769 </glossentry>
8702 9770
8703 <glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE</glossterm> 9771 <glossentry id='var-SYSTEMD_SERVICE'><glossterm>SYSTEMD_SERVICE</glossterm>
9772 <info>
9773 SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package."
9774 </info>
8704 <glossdef> 9775 <glossdef>
8705 <para> 9776 <para>
8706 When inheriting the 9777 When inheriting the
@@ -8722,6 +9793,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8722 </glossentry> 9793 </glossentry>
8723 9794
8724 <glossentry id='var-SYSVINIT_ENABLED_GETTYS'><glossterm>SYSVINIT_ENABLED_GETTYS</glossterm> 9795 <glossentry id='var-SYSVINIT_ENABLED_GETTYS'><glossterm>SYSVINIT_ENABLED_GETTYS</glossterm>
9796 <info>
9797 SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'."
9798 </info>
8725 <glossdef> 9799 <glossdef>
8726 <para> 9800 <para>
8727 When using 9801 When using
@@ -8747,6 +9821,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8747 <glossdiv id='var-glossary-t'><title>T</title> 9821 <glossdiv id='var-glossary-t'><title>T</title>
8748 9822
8749 <glossentry id='var-T'><glossterm>T</glossterm> 9823 <glossentry id='var-T'><glossterm>T</glossterm>
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."
9826 </info>
8750 <glossdef> 9827 <glossdef>
8751 <para>This variable points to a directory were BitBake places 9828 <para>This variable points to a directory were BitBake places
8752 temporary files, which consist mostly of task logs and 9829 temporary files, which consist mostly of task logs and
@@ -8768,6 +9845,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8768 </glossentry> 9845 </glossentry>
8769 9846
8770 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> 9847 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm>
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."
9850 </info>
8771 <glossdef> 9851 <glossdef>
8772 <para> 9852 <para>
8773 The target machine's architecture. 9853 The target machine's architecture.
@@ -8794,6 +9874,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8794 </glossentry> 9874 </glossentry>
8795 9875
8796 <glossentry id='var-TARGET_AS_ARCH'><glossterm>TARGET_AS_ARCH</glossterm> 9876 <glossentry id='var-TARGET_AS_ARCH'><glossterm>TARGET_AS_ARCH</glossterm>
9877 <info>
9878 TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system."
9879 </info>
8797 <glossdef> 9880 <glossdef>
8798 <para> 9881 <para>
8799 Specifies architecture-specific assembler flags for the 9882 Specifies architecture-specific assembler flags for the
@@ -8810,6 +9893,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8810 </glossentry> 9893 </glossentry>
8811 9894
8812 <glossentry id='var-TARGET_CC_ARCH'><glossterm>TARGET_CC_ARCH</glossterm> 9895 <glossentry id='var-TARGET_CC_ARCH'><glossterm>TARGET_CC_ARCH</glossterm>
9896 <info>
9897 TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system."
9898 </info>
8813 <glossdef> 9899 <glossdef>
8814 <para> 9900 <para>
8815 Specifies architecture-specific C compiler flags for the 9901 Specifies architecture-specific C compiler flags for the
@@ -8830,6 +9916,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8830 </glossentry> 9916 </glossentry>
8831 9917
8832 <glossentry id='var-TARGET_CC_KERNEL_ARCH'><glossterm>TARGET_CC_KERNEL_ARCH</glossterm> 9918 <glossentry id='var-TARGET_CC_KERNEL_ARCH'><glossterm>TARGET_CC_KERNEL_ARCH</glossterm>
9919 <info>
9920 TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune."
9921 </info>
8833 <glossdef> 9922 <glossdef>
8834 <para> 9923 <para>
8835 This is a specific kernel compiler flag for a CPU or 9924 This is a specific kernel compiler flag for a CPU or
@@ -8851,6 +9940,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8851 </glossentry> 9940 </glossentry>
8852 9941
8853 <glossentry id='var-TARGET_CFLAGS'><glossterm>TARGET_CFLAGS</glossterm> 9942 <glossentry id='var-TARGET_CFLAGS'><glossterm>TARGET_CFLAGS</glossterm>
9943 <info>
9944 TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS."
9945 </info>
8854 <glossdef> 9946 <glossdef>
8855 <para> 9947 <para>
8856 Specifies the flags to pass to the C compiler when building 9948 Specifies the flags to pass to the C compiler when building
@@ -8873,6 +9965,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8873 </glossentry> 9965 </glossentry>
8874 9966
8875 <glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS</glossterm> 9967 <glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS</glossterm>
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."
9970 </info>
8876 <glossdef> 9971 <glossdef>
8877 <para> 9972 <para>
8878 Specifies the flags to pass to the C pre-processor 9973 Specifies the flags to pass to the C pre-processor
@@ -8896,6 +9991,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8896 </glossentry> 9991 </glossentry>
8897 9992
8898 <glossentry id='var-TARGET_CXXFLAGS'><glossterm>TARGET_CXXFLAGS</glossterm> 9993 <glossentry id='var-TARGET_CXXFLAGS'><glossterm>TARGET_CXXFLAGS</glossterm>
9994 <info>
9995 TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target."
9996 </info>
8899 <glossdef> 9997 <glossdef>
8900 <para> 9998 <para>
8901 Specifies the flags to pass to the C++ compiler when 9999 Specifies the flags to pass to the C++ compiler when
@@ -8918,6 +10016,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8918 </glossentry> 10016 </glossentry>
8919 10017
8920 <glossentry id='var-TARGET_FPU'><glossterm>TARGET_FPU</glossterm> 10018 <glossentry id='var-TARGET_FPU'><glossterm>TARGET_FPU</glossterm>
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."
10021 </info>
8921 <glossdef> 10022 <glossdef>
8922 <para>Specifies the method for handling FPU code. 10023 <para>Specifies the method for handling FPU code.
8923 For FPU-less targets, which include most ARM CPUs, the variable must be 10024 For FPU-less targets, which include most ARM CPUs, the variable must be
@@ -8927,6 +10028,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8927 </glossentry> 10028 </glossentry>
8928 10029
8929 <glossentry id='var-TARGET_LD_ARCH'><glossterm>TARGET_LD_ARCH</glossterm> 10030 <glossentry id='var-TARGET_LD_ARCH'><glossterm>TARGET_LD_ARCH</glossterm>
10031 <info>
10032 TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system."
10033 </info>
8930 <glossdef> 10034 <glossdef>
8931 <para> 10035 <para>
8932 Specifies architecture-specific linker flags for the 10036 Specifies architecture-specific linker flags for the
@@ -8943,6 +10047,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8943 </glossentry> 10047 </glossentry>
8944 10048
8945 <glossentry id='var-TARGET_LDFLAGS'><glossterm>TARGET_LDFLAGS</glossterm> 10049 <glossentry id='var-TARGET_LDFLAGS'><glossterm>TARGET_LDFLAGS</glossterm>
10050 <info>
10051 TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target."
10052 </info>
8946 <glossdef> 10053 <glossdef>
8947 <para> 10054 <para>
8948 Specifies the flags to pass to the linker when building 10055 Specifies the flags to pass to the linker when building
@@ -8965,6 +10072,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8965 </glossentry> 10072 </glossentry>
8966 10073
8967 <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS</glossterm> 10074 <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS</glossterm>
10075 <info>
10076 TARGET_OS[doc] = "Specifies the target's operating system."
10077 </info>
8968 <glossdef> 10078 <glossdef>
8969 <para>Specifies the target's operating system. 10079 <para>Specifies the target's operating system.
8970 The variable can be set to "linux" for <filename>eglibc</filename>-based systems and 10080 The variable can be set to "linux" for <filename>eglibc</filename>-based systems and
@@ -8975,6 +10085,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8975 </glossentry> 10085 </glossentry>
8976 10086
8977 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> 10087 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
10088 <info>
10089 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'."
10090 </info>
8978 <glossdef> 10091 <glossdef>
8979 <para> 10092 <para>
8980 Specifies the GNU standard C library (<filename>libc</filename>) 10093 Specifies the GNU standard C library (<filename>libc</filename>)
@@ -8993,6 +10106,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8993 </glossentry> 10106 </glossentry>
8994 10107
8995 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm> 10108 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm>
10109 <info>
10110 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'."
10111 </info>
8996 <glossdef> 10112 <glossdef>
8997 <para> 10113 <para>
8998 Specifies the toolchain selector. 10114 Specifies the toolchain selector.
@@ -9051,6 +10167,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9051 </glossentry> 10167 </glossentry>
9052 10168
9053 <glossentry id='var-TEST_EXPORT_DIR'><glossterm>TEST_EXPORT_DIR</glossterm> 10169 <glossentry id='var-TEST_EXPORT_DIR'><glossterm>TEST_EXPORT_DIR</glossterm>
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"."
10172 </info>
9054 <glossdef> 10173 <glossdef>
9055 <para> 10174 <para>
9056 The location the OpenEmbedded build system uses to export 10175 The location the OpenEmbedded build system uses to export
@@ -9067,6 +10186,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9067 </glossentry> 10186 </glossentry>
9068 10187
9069 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm>TEST_EXPORT_ONLY</glossterm> 10188 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm>TEST_EXPORT_ONLY</glossterm>
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."
10191 </info>
9070 <glossdef> 10192 <glossdef>
9071 <para> 10193 <para>
9072 Specifies to export the tests only. 10194 Specifies to export the tests only.
@@ -9078,6 +10200,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9078 </glossentry> 10200 </glossentry>
9079 10201
9080 <glossentry id='var-TEST_IMAGE'><glossterm>TEST_IMAGE</glossterm> 10202 <glossentry id='var-TEST_IMAGE'><glossterm>TEST_IMAGE</glossterm>
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."
10205 </info>
9081 <glossdef> 10206 <glossdef>
9082 <para> 10207 <para>
9083 Automatically runs the series of automated tests for 10208 Automatically runs the series of automated tests for
@@ -9108,6 +10233,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9108 </glossentry> 10233 </glossentry>
9109 10234
9110 <glossentry id='var-TEST_LOG_DIR'><glossterm>TEST_LOG_DIR</glossterm> 10235 <glossentry id='var-TEST_LOG_DIR'><glossterm>TEST_LOG_DIR</glossterm>
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"."
10238 </info>
9111 <glossdef> 10239 <glossdef>
9112 <para> 10240 <para>
9113 Holds the SSH log and the boot log for QEMU machines. 10241 Holds the SSH log and the boot log for QEMU machines.
@@ -9123,6 +10251,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9123 </glossentry> 10251 </glossentry>
9124 10252
9125 <glossentry id='var-TEST_POWERCONTROL_CMD'><glossterm>TEST_POWERCONTROL_CMD</glossterm> 10253 <glossentry id='var-TEST_POWERCONTROL_CMD'><glossterm>TEST_POWERCONTROL_CMD</glossterm>
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"
10256 </info>
9126 <glossdef> 10257 <glossdef>
9127 <para> 10258 <para>
9128 For automated hardware testing, specifies the command to 10259 For automated hardware testing, specifies the command to
@@ -9139,6 +10270,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9139 </glossentry> 10270 </glossentry>
9140 10271
9141 <glossentry id='var-TEST_POWERCONTROL_EXTRA_ARGS'><glossterm>TEST_POWERCONTROL_EXTRA_ARGS</glossterm> 10272 <glossentry id='var-TEST_POWERCONTROL_EXTRA_ARGS'><glossterm>TEST_POWERCONTROL_EXTRA_ARGS</glossterm>
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"
10275 </info>
9142 <glossdef> 10276 <glossdef>
9143 <para> 10277 <para>
9144 For automated hardware testing, specifies additional 10278 For automated hardware testing, specifies additional
@@ -9154,6 +10288,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9154 </glossentry> 10288 </glossentry>
9155 10289
9156 <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm>TEST_QEMUBOOT_TIMEOUT</glossterm> 10290 <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm>TEST_QEMUBOOT_TIMEOUT</glossterm>
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."
10293 </info>
9157 <glossdef> 10294 <glossdef>
9158 <para> 10295 <para>
9159 The time in seconds allowed for an image to boot before 10296 The time in seconds allowed for an image to boot before
@@ -9174,6 +10311,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9174 </glossentry> 10311 </glossentry>
9175 10312
9176 <glossentry id='var-TEST_SERIALCONTROL_CMD'><glossterm>TEST_SERIALCONTROL_CMD</glossterm> 10313 <glossentry id='var-TEST_SERIALCONTROL_CMD'><glossterm>TEST_SERIALCONTROL_CMD</glossterm>
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."
10316 </info>
9177 <glossdef> 10317 <glossdef>
9178 <para> 10318 <para>
9179 For automated hardware testing, specifies the command 10319 For automated hardware testing, specifies the command
@@ -9196,6 +10336,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9196 </glossentry> 10336 </glossentry>
9197 10337
9198 <glossentry id='var-TEST_SERIALCONTROL_EXTRA_ARGS'><glossterm>TEST_SERIALCONTROL_EXTRA_ARGS</glossterm> 10338 <glossentry id='var-TEST_SERIALCONTROL_EXTRA_ARGS'><glossterm>TEST_SERIALCONTROL_EXTRA_ARGS</glossterm>
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."
10341 </info>
9199 <glossdef> 10342 <glossdef>
9200 <para> 10343 <para>
9201 For automated hardware testing, specifies additional 10344 For automated hardware testing, specifies additional
@@ -9211,6 +10354,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9211 </glossentry> 10354 </glossentry>
9212 10355
9213 <glossentry id='var-TEST_SERVER_IP'><glossterm>TEST_SERVER_IP</glossterm> 10356 <glossentry id='var-TEST_SERVER_IP'><glossterm>TEST_SERVER_IP</glossterm>
10357 <info>
10358 TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected."
10359 </info>
9214 <glossdef> 10360 <glossdef>
9215 <para> 10361 <para>
9216 The IP address of the build machine (host machine). 10362 The IP address of the build machine (host machine).
@@ -9229,6 +10375,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9229 </glossentry> 10375 </glossentry>
9230 10376
9231 <glossentry id='var-TEST_TARGET'><glossterm>TEST_TARGET</glossterm> 10377 <glossentry id='var-TEST_TARGET'><glossterm>TEST_TARGET</glossterm>
10378 <info>
10379 TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine."
10380 </info>
9232 <glossdef> 10381 <glossdef>
9233 <para> 10382 <para>
9234 Specifies the target controller to use when running tests 10383 Specifies the target controller to use when running tests
@@ -9294,6 +10443,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9294 </glossentry> 10443 </glossentry>
9295 10444
9296 <glossentry id='var-TEST_TARGET_IP'><glossterm>TEST_TARGET_IP</glossterm> 10445 <glossentry id='var-TEST_TARGET_IP'><glossterm>TEST_TARGET_IP</glossterm>
10446 <info>
10447 TEST_TARGET_IP[doc] = "The IP address of your hardware under test."
10448 </info>
9297 <glossdef> 10449 <glossdef>
9298 <para> 10450 <para>
9299 The IP address of your hardware under test. 10451 The IP address of your hardware under test.
@@ -9320,6 +10472,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9320 </glossentry> 10472 </glossentry>
9321 10473
9322 <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES</glossterm> 10474 <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES</glossterm>
10475 <info>
10476 TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing."
10477 </info>
9323 <glossdef> 10478 <glossdef>
9324 <para> 10479 <para>
9325 An ordered list of tests (modules) to run against 10480 An ordered list of tests (modules) to run against
@@ -9375,6 +10530,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9375 </glossentry> 10530 </glossentry>
9376 10531
9377 <glossentry id='var-THISDIR'><glossterm>THISDIR</glossterm> 10532 <glossentry id='var-THISDIR'><glossterm>THISDIR</glossterm>
10533 <info>
10534 THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located."
10535 </info>
9378 <glossdef> 10536 <glossdef>
9379 <para> 10537 <para>
9380 The directory in which the file BitBake is currently 10538 The directory in which the file BitBake is currently
@@ -9385,6 +10543,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9385 </glossentry> 10543 </glossentry>
9386 10544
9387 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm> 10545 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm>
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."
10548 </info>
9388 <glossdef> 10549 <glossdef>
9389 <para> 10550 <para>
9390 This variable is the base directory the OpenEmbedded 10551 This variable is the base directory the OpenEmbedded
@@ -9423,6 +10584,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9423 </glossentry> 10584 </glossentry>
9424 10585
9425 <glossentry id='var-TOOLCHAIN_HOST_TASK'><glossterm>TOOLCHAIN_HOST_TASK</glossterm> 10586 <glossentry id='var-TOOLCHAIN_HOST_TASK'><glossterm>TOOLCHAIN_HOST_TASK</glossterm>
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."
10589 </info>
9426 <glossdef> 10590 <glossdef>
9427 <para> 10591 <para>
9428 This variable lists packages the OpenEmbedded build system 10592 This variable lists packages the OpenEmbedded build system
@@ -9453,6 +10617,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9453 </glossentry> 10617 </glossentry>
9454 10618
9455 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm> 10619 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm>
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."
10622 </info>
9456 <glossdef> 10623 <glossdef>
9457 <para> 10624 <para>
9458 This variable lists packages the OpenEmbedded build system 10625 This variable lists packages the OpenEmbedded build system
@@ -9475,6 +10642,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9475 </glossentry> 10642 </glossentry>
9476 10643
9477 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm> 10644 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
10645 <info>
10646 TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images."
10647 </info>
9478 <glossdef> 10648 <glossdef>
9479 <para> 10649 <para>
9480 The top-level 10650 The top-level
@@ -9489,6 +10659,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9489 </glossentry> 10659 </glossentry>
9490 10660
9491 <glossentry id='var-TRANSLATED_TARGET_ARCH'><glossterm>TRANSLATED_TARGET_ARCH</glossterm> 10661 <glossentry id='var-TRANSLATED_TARGET_ARCH'><glossterm>TRANSLATED_TARGET_ARCH</glossterm>
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."
10664 </info>
9492 <glossdef> 10665 <glossdef>
9493 <para> 10666 <para>
9494 A sanitized version of 10667 A sanitized version of
@@ -9507,6 +10680,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9507 </glossentry> 10680 </glossentry>
9508 10681
9509 <glossentry id='var-TUNE_ARCH'><glossterm>TUNE_ARCH</glossterm> 10682 <glossentry id='var-TUNE_ARCH'><glossterm>TUNE_ARCH</glossterm>
10683 <info>
10684 TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)."
10685 </info>
9510 <glossdef> 10686 <glossdef>
9511 <para> 10687 <para>
9512 The GNU canonical architecture for a specific architecture 10688 The GNU canonical architecture for a specific architecture
@@ -9562,6 +10738,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9562 </glossentry> 10738 </glossentry>
9563 10739
9564 <glossentry id='var-TUNE_ASARGS'><glossterm>TUNE_ASARGS</glossterm> 10740 <glossentry id='var-TUNE_ASARGS'><glossterm>TUNE_ASARGS</glossterm>
10741 <info>
10742 TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system."
10743 </info>
9565 <glossdef> 10744 <glossdef>
9566 <para> 10745 <para>
9567 Specifies architecture-specific assembler flags for 10746 Specifies architecture-specific assembler flags for
@@ -9586,6 +10765,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9586 </glossentry> 10765 </glossentry>
9587 10766
9588 <glossentry id='var-TUNE_CCARGS'><glossterm>TUNE_CCARGS</glossterm> 10767 <glossentry id='var-TUNE_CCARGS'><glossterm>TUNE_CCARGS</glossterm>
10768 <info>
10769 TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system."
10770 </info>
9589 <glossdef> 10771 <glossdef>
9590 <para> 10772 <para>
9591 Specifies architecture-specific C compiler flags for 10773 Specifies architecture-specific C compiler flags for
@@ -9604,6 +10786,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9604 </glossentry> 10786 </glossentry>
9605 10787
9606 <glossentry id='var-TUNE_LDARGS'><glossterm>TUNE_LDARGS</glossterm> 10788 <glossentry id='var-TUNE_LDARGS'><glossterm>TUNE_LDARGS</glossterm>
10789 <info>
10790 TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system."
10791 </info>
9607 <glossdef> 10792 <glossdef>
9608 <para> 10793 <para>
9609 Specifies architecture-specific linker flags for 10794 Specifies architecture-specific linker flags for
@@ -9628,6 +10813,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9628 </glossentry> 10813 </glossentry>
9629 10814
9630 <glossentry id='var-TUNE_FEATURES'><glossterm>TUNE_FEATURES</glossterm> 10815 <glossentry id='var-TUNE_FEATURES'><glossterm>TUNE_FEATURES</glossterm>
10816 <info>
10817 TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor."
10818 </info>
9631 <glossdef> 10819 <glossdef>
9632 <para> 10820 <para>
9633 Features used to "tune" a compiler for optimal use 10821 Features used to "tune" a compiler for optimal use
@@ -9658,6 +10846,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9658 </glossentry> 10846 </glossentry>
9659 10847
9660 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm> 10848 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm>
10849 <info>
10850 TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages."
10851 </info>
9661 <glossdef> 10852 <glossdef>
9662 <para> 10853 <para>
9663 The package architecture understood by the packaging 10854 The package architecture understood by the packaging
@@ -9668,6 +10859,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9668 </glossentry> 10859 </glossentry>
9669 10860
9670 <glossentry id='var-TUNE_PKGARCH_tune'><glossterm>TUNE_PKGARCH_tune</glossterm> 10861 <glossentry id='var-TUNE_PKGARCH_tune'><glossterm>TUNE_PKGARCH_tune</glossterm>
10862 <info>
10863 TUNE_PKGARCH_tune[doc] = "The CPU or Application Binary Interface (ABI) specific tuning of the TUNE_PKGARCH."
10864 </info>
9671 <glossdef> 10865 <glossdef>
9672 <para> 10866 <para>
9673 The CPU or Application Binary Interface (ABI) specific 10867 The CPU or Application Binary Interface (ABI) specific
@@ -9690,6 +10884,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9690 </glossentry> 10884 </glossentry>
9691 10885
9692 <glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm> 10886 <glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm>
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."
10889 </info>
9693 <glossdef> 10890 <glossdef>
9694 <para> 10891 <para>
9695 An underlying Application Binary Interface (ABI) used by 10892 An underlying Application Binary Interface (ABI) used by
@@ -9714,6 +10911,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9714 </glossentry> 10911 </glossentry>
9715 10912
9716 <glossentry id='var-TUNEABI_OVERRIDE'><glossterm>TUNEABI_OVERRIDE</glossterm> 10913 <glossentry id='var-TUNEABI_OVERRIDE'><glossterm>TUNEABI_OVERRIDE</glossterm>
10914 <info>
10915 TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST."
10916 </info>
9717 <glossdef> 10917 <glossdef>
9718 <para> 10918 <para>
9719 If set, the OpenEmbedded system ignores the 10919 If set, the OpenEmbedded system ignores the
@@ -9737,6 +10937,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9737 </glossentry> 10937 </glossentry>
9738 10938
9739 <glossentry id='var-TUNEABI_WHITELIST'><glossterm>TUNEABI_WHITELIST</glossterm> 10939 <glossentry id='var-TUNEABI_WHITELIST'><glossterm>TUNEABI_WHITELIST</glossterm>
10940 <info>
10941 TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed."
10942 </info>
9740 <glossdef> 10943 <glossdef>
9741 <para> 10944 <para>
9742 A whitelist of permissible 10945 A whitelist of permissible
@@ -9760,7 +10963,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9760 </glossdef> 10963 </glossdef>
9761 </glossentry> 10964 </glossentry>
9762 10965
9763 <glossentry id='var-TUNECONFLICT'><glossterm>TUNECONFLICT[<replaceable>feature</replaceable>]</glossterm> 10966 <glossentry id='var-TUNECONFLICTS'><glossterm>TUNECONFLICTS[<replaceable>feature</replaceable>]</glossterm>
10967 <info>
10968 TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature."
10969 </info>
9764 <glossdef> 10970 <glossdef>
9765 <para> 10971 <para>
9766 Specifies CPU or Application Binary Interface (ABI) 10972 Specifies CPU or Application Binary Interface (ABI)
@@ -9783,6 +10989,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9783 </glossentry> 10989 </glossentry>
9784 10990
9785 <glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[<replaceable>feature</replaceable>]</glossterm> 10991 <glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[<replaceable>feature</replaceable>]</glossterm>
10992 <info>
10993 TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features."
10994 </info>
9786 <glossdef> 10995 <glossdef>
9787 <para> 10996 <para>
9788 Specifies a valid CPU or Application Binary Interface (ABI) 10997 Specifies a valid CPU or Application Binary Interface (ABI)
@@ -9806,6 +11015,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9806 <glossdiv id='var-glossary-u'><title>U</title> 11015 <glossdiv id='var-glossary-u'><title>U</title>
9807 11016
9808 <glossentry id='var-UBOOT_CONFIG'><glossterm>UBOOT_CONFIG</glossterm> 11017 <glossentry id='var-UBOOT_CONFIG'><glossterm>UBOOT_CONFIG</glossterm>
11018 <info>
11019 UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases."
11020 </info>
9809 <glossdef> 11021 <glossdef>
9810 <para> 11022 <para>
9811 Configures the 11023 Configures the
@@ -9845,6 +11057,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9845 </glossentry> 11057 </glossentry>
9846 11058
9847 <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm>UBOOT_ENTRYPOINT</glossterm> 11059 <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm>UBOOT_ENTRYPOINT</glossterm>
11060 <info>
11061 UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image."
11062 </info>
9848 <glossdef> 11063 <glossdef>
9849 <para> 11064 <para>
9850 Specifies the entry point for the U-Boot image. 11065 Specifies the entry point for the U-Boot image.
@@ -9857,6 +11072,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9857 </glossentry> 11072 </glossentry>
9858 11073
9859 <glossentry id='var-UBOOT_LOADADDRESS'><glossterm>UBOOT_LOADADDRESS</glossterm> 11074 <glossentry id='var-UBOOT_LOADADDRESS'><glossterm>UBOOT_LOADADDRESS</glossterm>
11075 <info>
11076 UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image."
11077 </info>
9860 <glossdef> 11078 <glossdef>
9861 <para> 11079 <para>
9862 Specifies the load address for the U-Boot image. 11080 Specifies the load address for the U-Boot image.
@@ -9869,6 +11087,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9869 </glossentry> 11087 </glossentry>
9870 11088
9871 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION</glossterm> 11089 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION</glossterm>
11090 <info>
11091 UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image."
11092 </info>
9872 <glossdef> 11093 <glossdef>
9873 <para> 11094 <para>
9874 Appends a string to the name of the local version of the 11095 Appends a string to the name of the local version of the
@@ -9885,6 +11106,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9885 </glossentry> 11106 </glossentry>
9886 11107
9887 <glossentry id='var-UBOOT_MACHINE'><glossterm>UBOOT_MACHINE</glossterm> 11108 <glossentry id='var-UBOOT_MACHINE'><glossterm>UBOOT_MACHINE</glossterm>
11109 <info>
11110 UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image."
11111 </info>
9888 <glossdef> 11112 <glossdef>
9889 <para> 11113 <para>
9890 Specifies the value passed on the 11114 Specifies the value passed on the
@@ -9905,6 +11129,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9905 </glossentry> 11129 </glossentry>
9906 11130
9907 <glossentry id='var-UBOOT_MAKE_TARGET'><glossterm>UBOOT_MAKE_TARGET</glossterm> 11131 <glossentry id='var-UBOOT_MAKE_TARGET'><glossterm>UBOOT_MAKE_TARGET</glossterm>
11132 <info>
11133 UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile."
11134 </info>
9908 <glossdef> 11135 <glossdef>
9909 <para> 11136 <para>
9910 Specifies the target called in the 11137 Specifies the target called in the
@@ -9915,6 +11142,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9915 </glossentry> 11142 </glossentry>
9916 11143
9917 <glossentry id='var-UBOOT_SUFFIX'><glossterm>UBOOT_SUFFIX</glossterm> 11144 <glossentry id='var-UBOOT_SUFFIX'><glossterm>UBOOT_SUFFIX</glossterm>
11145 <info>
11146 UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension."
11147 </info>
9918 <glossdef> 11148 <glossdef>
9919 <para> 11149 <para>
9920 Points to the generated U-Boot extension. 11150 Points to the generated U-Boot extension.
@@ -9930,6 +11160,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9930 </glossentry> 11160 </glossentry>
9931 11161
9932 <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm> 11162 <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm>
11163 <info>
11164 UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot."
11165 </info>
9933 <glossdef> 11166 <glossdef>
9934 <para> 11167 <para>
9935 Specifies the target used for building U-Boot. 11168 Specifies the target used for building U-Boot.
@@ -9943,6 +11176,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9943 </glossentry> 11176 </glossentry>
9944 11177
9945 <glossentry id='var-USE_VT'><glossterm>USE_VT</glossterm> 11178 <glossentry id='var-USE_VT'><glossterm>USE_VT</glossterm>
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."
11181 </info>
9946 <glossdef> 11182 <glossdef>
9947 <para> 11183 <para>
9948 When using 11184 When using
@@ -9965,6 +11201,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9965 </glossentry> 11201 </glossentry>
9966 11202
9967 <glossentry id='var-USER_CLASSES'><glossterm>USER_CLASSES</glossterm> 11203 <glossentry id='var-USER_CLASSES'><glossterm>USER_CLASSES</glossterm>
11204 <info>
11205 USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features."
11206 </info>
9968 <glossdef> 11207 <glossdef>
9969 <para> 11208 <para>
9970 A list of classes to globally inherit. 11209 A list of classes to globally inherit.
@@ -9989,6 +11228,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9989 </glossentry> 11228 </glossentry>
9990 11229
9991 <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm>USERADD_ERROR_DYNAMIC</glossterm> 11230 <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm>USERADD_ERROR_DYNAMIC</glossterm>
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."
11233 </info>
9992 <glossdef> 11234 <glossdef>
9993 <para> 11235 <para>
9994 Forces the OpenEmbedded build system to produce an error 11236 Forces the OpenEmbedded build system to produce an error
@@ -10026,6 +11268,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10026 </glossentry> 11268 </glossentry>
10027 11269
10028 <glossentry id='var-USERADD_GID_TABLES'><glossterm>USERADD_GID_TABLES</glossterm> 11270 <glossentry id='var-USERADD_GID_TABLES'><glossterm>USERADD_GID_TABLES</glossterm>
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."
11273 </info>
10029 <glossdef> 11274 <glossdef>
10030 <para> 11275 <para>
10031 Specifies a password file to use for obtaining static 11276 Specifies a password file to use for obtaining static
@@ -10057,39 +11302,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10057 </glossdef> 11302 </glossdef>
10058 </glossentry> 11303 </glossentry>
10059 11304
10060 <glossentry id='var-USERADD_UID_TABLES'><glossterm>USERADD_UID_TABLES</glossterm>
10061 <glossdef>
10062 <para>
10063 Specifies a password file to use for obtaining static
10064 user identification (<filename>uid</filename>) values
10065 when the OpenEmbedded build system adds a user to the
10066 system during package installation.
10067 </para>
10068
10069 <para>
10070 When applying static user identification
10071 (<filename>uid</filename>) values, the OpenEmbedded build
10072 system looks in
10073 <link linkend='var-BBPATH'><filename>BBPATH</filename></link>
10074 for a <filename>files/passwd</filename> file and then applies
10075 those <filename>uid</filename> values.
10076 Set the variable as follows in your
10077 <filename>local.conf</filename> file:
10078 <literallayout class='monospaced'>
10079 USERADD_UID_TABLES = "files/passwd"
10080 </literallayout>
10081 </para>
10082
10083 <note>
10084 Setting the
10085 <link linkend='var-USERADDEXTENSION'><filename>USERADDEXTENSION</filename></link>
10086 variable to "useradd-staticids" causes the build system
10087 to use static <filename>uid</filename> values.
10088 </note>
10089 </glossdef>
10090 </glossentry>
10091
10092 <glossentry id='var-USERADD_PACKAGES'><glossterm>USERADD_PACKAGES</glossterm> 11305 <glossentry id='var-USERADD_PACKAGES'><glossterm>USERADD_PACKAGES</glossterm>
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."
11308 </info>
10093 <glossdef> 11309 <glossdef>
10094 <para> 11310 <para>
10095 When inheriting the 11311 When inheriting the
@@ -10123,6 +11339,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10123 </glossentry> 11339 </glossentry>
10124 11340
10125 <glossentry id='var-USERADD_PARAM'><glossterm>USERADD_PARAM</glossterm> 11341 <glossentry id='var-USERADD_PARAM'><glossterm>USERADD_PARAM</glossterm>
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."
11344 </info>
10126 <glossdef> 11345 <glossdef>
10127 <para> 11346 <para>
10128 When inheriting the 11347 When inheriting the
@@ -10149,7 +11368,45 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10149 </glossdef> 11368 </glossdef>
10150 </glossentry> 11369 </glossentry>
10151 11370
11371 <glossentry id='var-USERADD_UID_TABLES'><glossterm>USERADD_UID_TABLES</glossterm>
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."
11374 </info>
11375 <glossdef>
11376 <para>
11377 Specifies a password file to use for obtaining static
11378 user identification (<filename>uid</filename>) values
11379 when the OpenEmbedded build system adds a user to the
11380 system during package installation.
11381 </para>
11382
11383 <para>
11384 When applying static user identification
11385 (<filename>uid</filename>) values, the OpenEmbedded build
11386 system looks in
11387 <link linkend='var-BBPATH'><filename>BBPATH</filename></link>
11388 for a <filename>files/passwd</filename> file and then applies
11389 those <filename>uid</filename> values.
11390 Set the variable as follows in your
11391 <filename>local.conf</filename> file:
11392 <literallayout class='monospaced'>
11393 USERADD_UID_TABLES = "files/passwd"
11394 </literallayout>
11395 </para>
11396
11397 <note>
11398 Setting the
11399 <link linkend='var-USERADDEXTENSION'><filename>USERADDEXTENSION</filename></link>
11400 variable to "useradd-staticids" causes the build system
11401 to use static <filename>uid</filename> values.
11402 </note>
11403 </glossdef>
11404 </glossentry>
11405
10152 <glossentry id='var-USERADDEXTENSION'><glossterm>USERADDEXTENSION</glossterm> 11406 <glossentry id='var-USERADDEXTENSION'><glossterm>USERADDEXTENSION</glossterm>
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."
11409 </info>
10153 <glossdef> 11410 <glossdef>
10154 <para> 11411 <para>
10155 When set to "useradd-staticids", causes the 11412 When set to "useradd-staticids", causes the
@@ -10202,6 +11459,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10202 <glossdiv id='var-glossary-w'><title>W</title> 11459 <glossdiv id='var-glossary-w'><title>W</title>
10203 11460
10204 <glossentry id='var-WARN_QA'><glossterm>WARN_QA</glossterm> 11461 <glossentry id='var-WARN_QA'><glossterm>WARN_QA</glossterm>
11462 <info>
11463 WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system."
11464 </info>
10205 <glossdef> 11465 <glossdef>
10206 <para> 11466 <para>
10207 Specifies the quality assurance checks whose failures are 11467 Specifies the quality assurance checks whose failures are
@@ -10217,6 +11477,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10217 </glossentry> 11477 </glossentry>
10218 11478
10219 <glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm> 11479 <glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm>
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."
11482 </info>
10220 <glossdef> 11483 <glossdef>
10221 <para> 11484 <para>
10222 The pathname of the work directory in which the OpenEmbedded 11485 The pathname of the work directory in which the OpenEmbedded