diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-31 12:20:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 17:36:13 +0100 |
commit | 0b82198c8dafe91f31e8b27bd3c258627b53ba32 (patch) | |
tree | 86394b72e7b300cb9525d1ff3cd7a0308e6ca2e0 /documentation/ref-manual | |
parent | cf475ab8ea08f21d171a9be999110f896c938c0b (diff) | |
download | poky-0b82198c8dafe91f31e8b27bd3c258627b53ba32.tar.gz |
ref-manual: Backed out the bits for the context PNG images.
We did not have time to do this for 1.8. So, I restored the look
of the glossary pre-images. I did leave commented code in both
the glossary chapter and the style sheet for later.
(From yocto-docs rev: 9f1472b7d4cd86545e7927b0f693aafc88ae2791)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-style.css | 39 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 1450 |
2 files changed, 1006 insertions, 483 deletions
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index a54083fc8a..ef0654f01c 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css | |||
@@ -193,6 +193,8 @@ h3.author { | |||
193 | padding: 0em 0em 0em 0em; | 193 | padding: 0em 0em 0em 0em; |
194 | } | 194 | } |
195 | 195 | ||
196 | /* Use this set when you decide to get the images in for variables. | ||
197 | |||
196 | div.glossary dl, | 198 | div.glossary dl, |
197 | div.variablelist dl { | 199 | div.variablelist dl { |
198 | } | 200 | } |
@@ -225,6 +227,43 @@ div.variablelist dl { | |||
225 | .glossdeffirst { | 227 | .glossdeffirst { |
226 | text-indent: -70px; | 228 | text-indent: -70px; |
227 | } | 229 | } |
230 | */ | ||
231 | |||
232 | /* Start of non-image set */ | ||
233 | |||
234 | div.glossary dl, | ||
235 | div.variablelist dl { | ||
236 | } | ||
237 | |||
238 | .glossary dl dt, | ||
239 | .variablelist dl dt, | ||
240 | .variablelist dl dt span.term { | ||
241 | font-weight: normal; | ||
242 | width: 20em; | ||
243 | text-align: right; | ||
244 | } | ||
245 | |||
246 | .variablelist dl dt { | ||
247 | margin-top: 0.5em; | ||
248 | } | ||
249 | |||
250 | .glossary dl dd, | ||
251 | .variablelist dl dd { | ||
252 | margin-top: 0em; | ||
253 | margin-left: 25.5em; | ||
254 | } | ||
255 | |||
256 | .glossary dd p, | ||
257 | .variablelist dd p { | ||
258 | margin-top: -1.3em; | ||
259 | margin-bottom: 1em; | ||
260 | } | ||
261 | |||
262 | .glossdeffirst { | ||
263 | text-indent: 0px; | ||
264 | } | ||
265 | |||
266 | /* End of non-image set */ | ||
228 | 267 | ||
229 | div.calloutlist table td { | 268 | div.calloutlist table td { |
230 | padding: 0em 0em 0em 0em; | 269 | padding: 0em 0em 0em 0em; |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2d2337cfc1..c43332327a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -51,7 +51,8 @@ | |||
51 | ABIEXTENSION[doc] = "Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi")." | 51 | ABIEXTENSION[doc] = "Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi")." |
52 | </info> | 52 | </info> |
53 | <glossdef> | 53 | <glossdef> |
54 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 54 | <para role="glossdeffirst"> |
55 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
55 | Extension to the Application Binary Interface (ABI) | 56 | Extension to the Application Binary Interface (ABI) |
56 | field of the GNU canonical architecture name | 57 | field of the GNU canonical architecture name |
57 | (e.g. "eabi"). | 58 | (e.g. "eabi"). |
@@ -74,7 +75,8 @@ | |||
74 | ALLOW_EMPTY[doc] = "Specifies if an output package should still be produced if it is empty." | 75 | ALLOW_EMPTY[doc] = "Specifies if an output package should still be produced if it is empty." |
75 | </info> | 76 | </info> |
76 | <glossdef> | 77 | <glossdef> |
77 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 78 | <para role="glossdeffirst"> |
79 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
78 | Specifies if an output package should still be produced if it is empty. | 80 | Specifies if an output package should still be produced if it is empty. |
79 | By default, BitBake does not produce empty packages. | 81 | By default, BitBake does not produce empty packages. |
80 | This default behavior can cause issues when there is an | 82 | This default behavior can cause issues when there is an |
@@ -99,7 +101,8 @@ | |||
99 | ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme." | 101 | ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme." |
100 | </info> | 102 | </info> |
101 | <glossdef> | 103 | <glossdef> |
102 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 104 | <para role="glossdeffirst"> |
105 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
103 | Lists commands in a package that need an alternative | 106 | Lists commands in a package that need an alternative |
104 | binary naming scheme. | 107 | binary naming scheme. |
105 | Sometimes the same command is provided in multiple packages. | 108 | Sometimes the same command is provided in multiple packages. |
@@ -129,7 +132,8 @@ | |||
129 | ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual locations." | 132 | ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual locations." |
130 | </info> | 133 | </info> |
131 | <glossdef> | 134 | <glossdef> |
132 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 135 | <para role="glossdeffirst"> |
136 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
133 | Used by the alternatives system to map duplicated commands | 137 | Used by the alternatives system to map duplicated commands |
134 | to actual locations. | 138 | to actual locations. |
135 | For example, if the <filename>bracket</filename> command | 139 | For example, if the <filename>bracket</filename> command |
@@ -168,7 +172,8 @@ | |||
168 | ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands." | 172 | ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands." |
169 | </info> | 173 | </info> |
170 | <glossdef> | 174 | <glossdef> |
171 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 175 | <para role="glossdeffirst"> |
176 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
172 | Used by the alternatives system to create default | 177 | Used by the alternatives system to create default |
173 | priorities for duplicated commands. | 178 | priorities for duplicated commands. |
174 | You can use the variable to create a single default | 179 | You can use the variable to create a single default |
@@ -196,7 +201,8 @@ | |||
196 | ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for duplicated commands." | 201 | ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for duplicated commands." |
197 | </info> | 202 | </info> |
198 | <glossdef> | 203 | <glossdef> |
199 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 204 | <para role="glossdeffirst"> |
205 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
200 | Used by the alternatives system to create default link | 206 | Used by the alternatives system to create default link |
201 | locations for duplicated commands. | 207 | locations for duplicated commands. |
202 | You can use the variable to create a single default | 208 | You can use the variable to create a single default |
@@ -250,7 +256,8 @@ | |||
250 | APPEND[doc] = "An override list of append strings for each LABEL." | 256 | APPEND[doc] = "An override list of append strings for each LABEL." |
251 | </info> | 257 | </info> |
252 | <glossdef> | 258 | <glossdef> |
253 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 259 | <para role="glossdeffirst"> |
260 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
254 | An override list of append strings for each | 261 | An override list of append strings for each |
255 | <link linkend='var-LABELS'><filename>LABEL</filename></link>. | 262 | <link linkend='var-LABELS'><filename>LABEL</filename></link>. |
256 | </para> | 263 | </para> |
@@ -268,7 +275,8 @@ | |||
268 | AR[doc] = "Minimal command and arguments to run 'ar'." | 275 | AR[doc] = "Minimal command and arguments to run 'ar'." |
269 | </info> | 276 | </info> |
270 | <glossdef> | 277 | <glossdef> |
271 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 278 | <para role="glossdeffirst"> |
279 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
272 | The minimal command and arguments used to run | 280 | The minimal command and arguments used to run |
273 | <filename>ar</filename>. | 281 | <filename>ar</filename>. |
274 | </para> | 282 | </para> |
@@ -280,7 +288,8 @@ | |||
280 | AS[doc] = "Minimal command and arguments to run the assembler." | 288 | AS[doc] = "Minimal command and arguments to run the assembler." |
281 | </info> | 289 | </info> |
282 | <glossdef> | 290 | <glossdef> |
283 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 291 | <para role="glossdeffirst"> |
292 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
284 | The minimal command and arguments used to run the | 293 | The minimal command and arguments used to run the |
285 | assembler. | 294 | assembler. |
286 | </para> | 295 | </para> |
@@ -292,7 +301,8 @@ | |||
292 | ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." | 301 | ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." |
293 | </info> | 302 | </info> |
294 | <glossdef> | 303 | <glossdef> |
295 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 304 | <para role="glossdeffirst"> |
305 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
296 | Lists recipe names | 306 | Lists recipe names |
297 | (<link linkend='var-PN'><filename>PN</filename></link> | 307 | (<link linkend='var-PN'><filename>PN</filename></link> |
298 | values) BitBake does not attempt to build. | 308 | values) BitBake does not attempt to build. |
@@ -315,7 +325,8 @@ | |||
315 | ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system." | 325 | ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system." |
316 | </info> | 326 | </info> |
317 | <glossdef> | 327 | <glossdef> |
318 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 328 | <para role="glossdeffirst"> |
329 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
319 | Provides additional <filename>shlibs</filename> provider | 330 | Provides additional <filename>shlibs</filename> provider |
320 | mapping information, which adds to or overwrites the | 331 | mapping information, which adds to or overwrites the |
321 | information provided automatically by the system. | 332 | information provided automatically by the system. |
@@ -349,7 +360,8 @@ | |||
349 | AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." | 360 | AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." |
350 | </info> | 361 | </info> |
351 | <glossdef> | 362 | <glossdef> |
352 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 363 | <para role="glossdeffirst"> |
364 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
353 | The email address used to contact the original author | 365 | The email address used to contact the original author |
354 | or authors in order to send patches and forward bugs. | 366 | or authors in order to send patches and forward bugs. |
355 | </para> | 367 | </para> |
@@ -361,7 +373,8 @@ | |||
361 | AUTO_LIBNAME_PKGS[doc] = "Specifies which packages should be checked for libraries and renamed according to Debian library package naming." | 373 | AUTO_LIBNAME_PKGS[doc] = "Specifies which packages should be checked for libraries and renamed according to Debian library package naming." |
362 | </info> | 374 | </info> |
363 | <glossdef> | 375 | <glossdef> |
364 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 376 | <para role="glossdeffirst"> |
377 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
365 | When the | 378 | When the |
366 | <link linkend='ref-classes-debian'><filename>debian</filename></link> | 379 | <link linkend='ref-classes-debian'><filename>debian</filename></link> |
367 | class is inherited, which is the default behavior, | 380 | class is inherited, which is the default behavior, |
@@ -383,7 +396,8 @@ | |||
383 | AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." | 396 | AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." |
384 | </info> | 397 | </info> |
385 | <glossdef> | 398 | <glossdef> |
386 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 399 | <para role="glossdeffirst"> |
400 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
387 | Enables creating an automatic menu for the syslinux | 401 | Enables creating an automatic menu for the syslinux |
388 | bootloader. | 402 | bootloader. |
389 | You must set this variable in your recipe. | 403 | You must set this variable in your recipe. |
@@ -399,7 +413,8 @@ | |||
399 | AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository." | 413 | AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository." |
400 | </info> | 414 | </info> |
401 | <glossdef> | 415 | <glossdef> |
402 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 416 | <para role="glossdeffirst"> |
417 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
403 | When | 418 | When |
404 | <filename><link linkend='var-SRCREV'>SRCREV</link></filename> | 419 | <filename><link linkend='var-SRCREV'>SRCREV</link></filename> |
405 | is set to the value of this variable, it specifies to use | 420 | is set to the value of this variable, it specifies to use |
@@ -434,7 +449,8 @@ | |||
434 | AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system." | 449 | AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system." |
435 | </info> | 450 | </info> |
436 | <glossdef> | 451 | <glossdef> |
437 | <para id='var-define-AVAILTUNES' role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 452 | <para role="glossdeffirst"> |
453 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
438 | The list of defined CPU and Application Binary Interface | 454 | The list of defined CPU and Application Binary Interface |
439 | (ABI) tunings (i.e. "tunes") available for use by the | 455 | (ABI) tunings (i.e. "tunes") available for use by the |
440 | OpenEmbedded build system. | 456 | OpenEmbedded build system. |
@@ -468,7 +484,8 @@ | |||
468 | B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process." | 484 | B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process." |
469 | </info> | 485 | </info> |
470 | <glossdef> | 486 | <glossdef> |
471 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 487 | <para role="glossdeffirst"> |
488 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
472 | The directory within the | 489 | The directory within the |
473 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 490 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
474 | in which the OpenEmbedded build system places generated | 491 | in which the OpenEmbedded build system places generated |
@@ -497,7 +514,8 @@ | |||
497 | 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." | 514 | 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." |
498 | </info> | 515 | </info> |
499 | <glossdef> | 516 | <glossdef> |
500 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 517 | <para role="glossdeffirst"> |
518 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
501 | Lists "recommended-only" packages to not install. | 519 | Lists "recommended-only" packages to not install. |
502 | Recommended-only packages are packages installed only | 520 | Recommended-only packages are packages installed only |
503 | through the | 521 | through the |
@@ -551,7 +569,8 @@ | |||
551 | BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune." | 569 | BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune." |
552 | </info> | 570 | </info> |
553 | <glossdef> | 571 | <glossdef> |
554 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 572 | <para role="glossdeffirst"> |
573 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
555 | The library directory name for the CPU or Application | 574 | The library directory name for the CPU or Application |
556 | Binary Interface (ABI) tune. | 575 | Binary Interface (ABI) tune. |
557 | The <filename>BASE_LIB</filename> applies only in the | 576 | The <filename>BASE_LIB</filename> applies only in the |
@@ -576,7 +595,8 @@ | |||
576 | BASE_WORKDIR[doc] = "Points to the base of the work directory for all recipes." | 595 | BASE_WORKDIR[doc] = "Points to the base of the work directory for all recipes." |
577 | </info> | 596 | </info> |
578 | <glossdef> | 597 | <glossdef> |
579 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 598 | <para role="glossdeffirst"> |
599 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
580 | Points to the base of the work directory for all recipes. | 600 | Points to the base of the work directory for all recipes. |
581 | The default value is "${TMPDIR}/work". | 601 | The default value is "${TMPDIR}/work". |
582 | </para> | 602 | </para> |
@@ -588,7 +608,8 @@ | |||
588 | BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)." | 608 | BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)." |
589 | </info> | 609 | </info> |
590 | <glossdef> | 610 | <glossdef> |
591 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 611 | <para role="glossdeffirst"> |
612 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
592 | Defines how BitBake handles situations where an append | 613 | Defines how BitBake handles situations where an append |
593 | file (<filename>.bbappend</filename>) has no | 614 | file (<filename>.bbappend</filename>) has no |
594 | corresponding recipe file (<filename>.bb</filename>). | 615 | corresponding recipe file (<filename>.bb</filename>). |
@@ -625,7 +646,8 @@ | |||
625 | BB_DISKMON_DIRS[doc] = "Monitors disk space and available inodes during the build and allows you to control the build based on these parameters." | 646 | BB_DISKMON_DIRS[doc] = "Monitors disk space and available inodes during the build and allows you to control the build based on these parameters." |
626 | </info> | 647 | </info> |
627 | <glossdef> | 648 | <glossdef> |
628 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 649 | <para role="glossdeffirst"> |
650 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
629 | Monitors disk space and available inodes during the build | 651 | Monitors disk space and available inodes during the build |
630 | and allows you to control the build based on these | 652 | and allows you to control the build based on these |
631 | parameters. | 653 | parameters. |
@@ -723,7 +745,8 @@ | |||
723 | 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." | 745 | 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." |
724 | </info> | 746 | </info> |
725 | <glossdef> | 747 | <glossdef> |
726 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 748 | <para role="glossdeffirst"> |
749 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
727 | Defines the disk space and free inode warning intervals. | 750 | Defines the disk space and free inode warning intervals. |
728 | To set these intervals, define the variable in your | 751 | To set these intervals, define the variable in your |
729 | <filename>conf/local.conf</filename> file in the | 752 | <filename>conf/local.conf</filename> file in the |
@@ -794,7 +817,8 @@ | |||
794 | BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory." | 817 | BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory." |
795 | </info> | 818 | </info> |
796 | <glossdef> | 819 | <glossdef> |
797 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 820 | <para role="glossdeffirst"> |
821 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
798 | Causes tarballs of the Git repositories, including the | 822 | Causes tarballs of the Git repositories, including the |
799 | Git metadata, to be placed in the | 823 | Git metadata, to be placed in the |
800 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> | 824 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> |
@@ -820,7 +844,8 @@ | |||
820 | BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. This variable is automatically configured to be equal to the number of build system cores." | 844 | BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. This variable is automatically configured to be equal to the number of build system cores." |
821 | </info> | 845 | </info> |
822 | <glossdef> | 846 | <glossdef> |
823 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 847 | <para role="glossdeffirst"> |
848 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
824 | The maximum number of tasks BitBake should run in parallel | 849 | The maximum number of tasks BitBake should run in parallel |
825 | at any one time. | 850 | at any one time. |
826 | The OpenEmbedded build system automatically configures | 851 | The OpenEmbedded build system automatically configures |
@@ -837,7 +862,8 @@ | |||
837 | 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." | 862 | 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." |
838 | </info> | 863 | </info> |
839 | <glossdef> | 864 | <glossdef> |
840 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 865 | <para role="glossdeffirst"> |
866 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
841 | Allows you to extend a recipe so that it builds variants of the software. | 867 | Allows you to extend a recipe so that it builds variants of the software. |
842 | Common variants for recipes exist such as "natives" like <filename>quilt-native</filename>, | 868 | Common variants for recipes exist such as "natives" like <filename>quilt-native</filename>, |
843 | which is a copy of Quilt built to run on the build system; | 869 | which is a copy of Quilt built to run on the build system; |
@@ -864,7 +890,8 @@ | |||
864 | BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables." | 890 | BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables." |
865 | </info> | 891 | </info> |
866 | <glossdef> | 892 | <glossdef> |
867 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 893 | <para role="glossdeffirst"> |
894 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
868 | Lists the names of configured layers. | 895 | Lists the names of configured layers. |
869 | These names are used to find the other <filename>BBFILE_*</filename> | 896 | These names are used to find the other <filename>BBFILE_*</filename> |
870 | variables. | 897 | variables. |
@@ -879,7 +906,8 @@ | |||
879 | 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." | 906 | 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." |
880 | </info> | 907 | </info> |
881 | <glossdef> | 908 | <glossdef> |
882 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 909 | <para role="glossdeffirst"> |
910 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
883 | Variable that expands to match files from | 911 | Variable that expands to match files from |
884 | <link linkend='var-BBFILES'><filename>BBFILES</filename></link> | 912 | <link linkend='var-BBFILES'><filename>BBFILES</filename></link> |
885 | in a particular layer. | 913 | in a particular layer. |
@@ -895,7 +923,8 @@ | |||
895 | 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." | 923 | 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." |
896 | </info> | 924 | </info> |
897 | <glossdef> | 925 | <glossdef> |
898 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 926 | <para role="glossdeffirst"> |
927 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
899 | Assigns the priority for recipe files in each layer. | 928 | Assigns the priority for recipe files in each layer. |
900 | </para> | 929 | </para> |
901 | 930 | ||
@@ -937,7 +966,8 @@ | |||
937 | BBFILES[doc] = "List of recipe files used by BitBake to build software." | 966 | BBFILES[doc] = "List of recipe files used by BitBake to build software." |
938 | </info> | 967 | </info> |
939 | <glossdef> | 968 | <glossdef> |
940 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 969 | <para role="glossdeffirst"> |
970 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
941 | List of recipe files used by BitBake to build software. | 971 | List of recipe files used by BitBake to build software. |
942 | </para> | 972 | </para> |
943 | </glossdef> | 973 | </glossdef> |
@@ -948,7 +978,8 @@ | |||
948 | BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." | 978 | BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." |
949 | </info> | 979 | </info> |
950 | <glossdef> | 980 | <glossdef> |
951 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 981 | <para role="glossdeffirst"> |
982 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
952 | Variable that controls how BitBake displays logs on build failure. | 983 | Variable that controls how BitBake displays logs on build failure. |
953 | </para> | 984 | </para> |
954 | </glossdef> | 985 | </glossdef> |
@@ -959,7 +990,8 @@ | |||
959 | BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." | 990 | BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." |
960 | </info> | 991 | </info> |
961 | <glossdef> | 992 | <glossdef> |
962 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 993 | <para role="glossdeffirst"> |
994 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
963 | If | 995 | If |
964 | <link linkend='var-BBINCLUDELOGS'><filename>BBINCLUDELOGS</filename></link> | 996 | <link linkend='var-BBINCLUDELOGS'><filename>BBINCLUDELOGS</filename></link> |
965 | is set, specifies the maximum number of lines from the | 997 | is set, specifies the maximum number of lines from the |
@@ -975,7 +1007,8 @@ | |||
975 | BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." | 1007 | BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." |
976 | </info> | 1008 | </info> |
977 | <glossdef> | 1009 | <glossdef> |
978 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1010 | <para role="glossdeffirst"> |
1011 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
979 | Lists the layers to enable during the build. | 1012 | Lists the layers to enable during the build. |
980 | This variable is defined in the <filename>bblayers.conf</filename> configuration | 1013 | This variable is defined in the <filename>bblayers.conf</filename> configuration |
981 | file in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 1014 | file in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. |
@@ -1015,7 +1048,8 @@ | |||
1015 | BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." | 1048 | BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." |
1016 | </info> | 1049 | </info> |
1017 | <glossdef> | 1050 | <glossdef> |
1018 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1051 | <para role="glossdeffirst"> |
1052 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1019 | Lists core layers that cannot be removed from the | 1053 | Lists core layers that cannot be removed from the |
1020 | <filename>bblayers.conf</filename> file during a build | 1054 | <filename>bblayers.conf</filename> file during a build |
1021 | using the | 1055 | using the |
@@ -1051,11 +1085,12 @@ | |||
1051 | </glossentry> | 1085 | </glossentry> |
1052 | 1086 | ||
1053 | <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm> | 1087 | <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm> |
1054 | <glossdef> | ||
1055 | <info> | 1088 | <info> |
1056 | BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." | 1089 | BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." |
1057 | </info> | 1090 | </info> |
1058 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1091 | <glossdef> |
1092 | <para role="glossdeffirst"> | ||
1093 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1059 | Prevents BitBake from processing recipes and recipe | 1094 | Prevents BitBake from processing recipes and recipe |
1060 | append files. | 1095 | append files. |
1061 | Use the <filename>BBMASK</filename> variable from within the | 1096 | Use the <filename>BBMASK</filename> variable from within the |
@@ -1118,7 +1153,8 @@ | |||
1118 | BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." | 1153 | BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." |
1119 | </info> | 1154 | </info> |
1120 | <glossdef> | 1155 | <glossdef> |
1121 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1156 | <para role="glossdeffirst"> |
1157 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1122 | Used by BitBake to locate | 1158 | Used by BitBake to locate |
1123 | <filename>.bbclass</filename> and configuration files. | 1159 | <filename>.bbclass</filename> and configuration files. |
1124 | This variable is analogous to the | 1160 | This variable is analogous to the |
@@ -1146,7 +1182,8 @@ | |||
1146 | BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." | 1182 | BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." |
1147 | </info> | 1183 | </info> |
1148 | <glossdef> | 1184 | <glossdef> |
1149 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1185 | <para role="glossdeffirst"> |
1186 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1150 | Points to the server that runs memory-resident BitBake. | 1187 | Points to the server that runs memory-resident BitBake. |
1151 | This variable is set by the | 1188 | This variable is set by the |
1152 | <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link> | 1189 | <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link> |
@@ -1174,7 +1211,8 @@ | |||
1174 | 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." | 1211 | 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." |
1175 | </info> | 1212 | </info> |
1176 | <glossdef> | 1213 | <glossdef> |
1177 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1214 | <para role="glossdeffirst"> |
1215 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1178 | When inheriting the | 1216 | When inheriting the |
1179 | <link linkend='ref-classes-binconfig-disabled'><filename>binconfig-disabled</filename></link> | 1217 | <link linkend='ref-classes-binconfig-disabled'><filename>binconfig-disabled</filename></link> |
1180 | class, this variable specifies binary configuration | 1218 | class, this variable specifies binary configuration |
@@ -1201,7 +1239,8 @@ | |||
1201 | BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." | 1239 | BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." |
1202 | </info> | 1240 | </info> |
1203 | <glossdef> | 1241 | <glossdef> |
1204 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1242 | <para role="glossdeffirst"> |
1243 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1205 | When inheriting the | 1244 | When inheriting the |
1206 | <link linkend='ref-classes-binconfig'><filename>binconfig</filename></link> | 1245 | <link linkend='ref-classes-binconfig'><filename>binconfig</filename></link> |
1207 | class, this variable specifies a wildcard for | 1246 | class, this variable specifies a wildcard for |
@@ -1228,7 +1267,8 @@ | |||
1228 | 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}" | 1267 | 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}" |
1229 | </info> | 1268 | </info> |
1230 | <glossdef> | 1269 | <glossdef> |
1231 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1270 | <para role="glossdeffirst"> |
1271 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1232 | The base recipe name and version but without any special | 1272 | The base recipe name and version but without any special |
1233 | recipe name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>, | 1273 | recipe name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>, |
1234 | and so forth). | 1274 | and so forth). |
@@ -1245,7 +1285,8 @@ | |||
1245 | BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." | 1285 | BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." |
1246 | </info> | 1286 | </info> |
1247 | <glossdef> | 1287 | <glossdef> |
1248 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1288 | <para role="glossdeffirst"> |
1289 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1249 | The bare name of the recipe. | 1290 | The bare name of the recipe. |
1250 | This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable | 1291 | This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable |
1251 | but removes common suffixes such as "-native" and "-cross" as well | 1292 | but removes common suffixes such as "-native" and "-cross" as well |
@@ -1265,7 +1306,8 @@ | |||
1265 | BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." | 1306 | BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." |
1266 | </info> | 1307 | </info> |
1267 | <glossdef> | 1308 | <glossdef> |
1268 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1309 | <para role="glossdeffirst"> |
1310 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1269 | Specifies a URL for an upstream bug tracking website for | 1311 | Specifies a URL for an upstream bug tracking website for |
1270 | a recipe. | 1312 | a recipe. |
1271 | The OpenEmbedded build system does not use this variable. | 1313 | The OpenEmbedded build system does not use this variable. |
@@ -1280,7 +1322,8 @@ | |||
1280 | BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)." | 1322 | BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)." |
1281 | </info> | 1323 | </info> |
1282 | <glossdef> | 1324 | <glossdef> |
1283 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1325 | <para role="glossdeffirst"> |
1326 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1284 | Specifies the architecture of the build host | 1327 | Specifies the architecture of the build host |
1285 | (e.g. <filename>i686</filename>). | 1328 | (e.g. <filename>i686</filename>). |
1286 | The OpenEmbedded build system sets the value of | 1329 | The OpenEmbedded build system sets the value of |
@@ -1295,7 +1338,8 @@ | |||
1295 | BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." | 1338 | BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." |
1296 | </info> | 1339 | </info> |
1297 | <glossdef> | 1340 | <glossdef> |
1298 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1341 | <para role="glossdeffirst"> |
1342 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1299 | Specifies the flags to pass to the C compiler when building | 1343 | Specifies the flags to pass to the C compiler when building |
1300 | for the build host. | 1344 | for the build host. |
1301 | When building in the <filename>-native</filename> context, | 1345 | When building in the <filename>-native</filename> context, |
@@ -1310,7 +1354,8 @@ | |||
1310 | 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." | 1354 | 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." |
1311 | </info> | 1355 | </info> |
1312 | <glossdef> | 1356 | <glossdef> |
1313 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1357 | <para role="glossdeffirst"> |
1358 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1314 | Specifies the flags to pass to the C pre-processor | 1359 | Specifies the flags to pass to the C pre-processor |
1315 | (i.e. to both the C and the C++ compilers) when building | 1360 | (i.e. to both the C and the C++ compilers) when building |
1316 | for the build host. | 1361 | for the build host. |
@@ -1326,7 +1371,8 @@ | |||
1326 | BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host." | 1371 | BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host." |
1327 | </info> | 1372 | </info> |
1328 | <glossdef> | 1373 | <glossdef> |
1329 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1374 | <para role="glossdeffirst"> |
1375 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1330 | Specifies the flags to pass to the C++ compiler when | 1376 | Specifies the flags to pass to the C++ compiler when |
1331 | building for the build host. | 1377 | building for the build host. |
1332 | When building in the <filename>native</filename> context, | 1378 | When building in the <filename>native</filename> context, |
@@ -1341,7 +1387,8 @@ | |||
1341 | BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host." | 1387 | BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host." |
1342 | </info> | 1388 | </info> |
1343 | <glossdef> | 1389 | <glossdef> |
1344 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1390 | <para role="glossdeffirst"> |
1391 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1345 | Specifies the flags to pass to the linker when building | 1392 | Specifies the flags to pass to the linker when building |
1346 | for the build host. | 1393 | for the build host. |
1347 | When building in the <filename>-native</filename> context, | 1394 | When building in the <filename>-native</filename> context, |
@@ -1356,7 +1403,8 @@ | |||
1356 | BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK." | 1403 | BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK." |
1357 | </info> | 1404 | </info> |
1358 | <glossdef> | 1405 | <glossdef> |
1359 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1406 | <para role="glossdeffirst"> |
1407 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1360 | Specifies the optimization flags passed to the C compiler | 1408 | Specifies the optimization flags passed to the C compiler |
1361 | when building for the build host or the SDK. | 1409 | when building for the build host or the SDK. |
1362 | The flags are passed through the | 1410 | The flags are passed through the |
@@ -1379,7 +1427,8 @@ | |||
1379 | BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. Linux)." | 1427 | BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. Linux)." |
1380 | </info> | 1428 | </info> |
1381 | <glossdef> | 1429 | <glossdef> |
1382 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1430 | <para role="glossdeffirst"> |
1431 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1383 | Specifies the operating system in use on the build | 1432 | Specifies the operating system in use on the build |
1384 | host (e.g. "linux"). | 1433 | host (e.g. "linux"). |
1385 | The OpenEmbedded build system sets the value of | 1434 | The OpenEmbedded build system sets the value of |
@@ -1395,7 +1444,8 @@ | |||
1395 | BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes." | 1444 | BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes." |
1396 | </info> | 1445 | </info> |
1397 | <glossdef> | 1446 | <glossdef> |
1398 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1447 | <para role="glossdeffirst"> |
1448 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1399 | The toolchain binary prefix used for native recipes. | 1449 | The toolchain binary prefix used for native recipes. |
1400 | The OpenEmbedded build system uses the | 1450 | The OpenEmbedded build system uses the |
1401 | <filename>BUILD_PREFIX</filename> value to set the | 1451 | <filename>BUILD_PREFIX</filename> value to set the |
@@ -1410,7 +1460,8 @@ | |||
1410 | BUILD_SYS[doc] = "The toolchain binary prefix used for native recipes." | 1460 | BUILD_SYS[doc] = "The toolchain binary prefix used for native recipes." |
1411 | </info> | 1461 | </info> |
1412 | <glossdef> | 1462 | <glossdef> |
1413 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1463 | <para role="glossdeffirst"> |
1464 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1414 | Specifies the system, including the architecture and | 1465 | Specifies the system, including the architecture and |
1415 | the operating system, to use when building for the build | 1466 | the operating system, to use when building for the build |
1416 | host (i.e. when building <filename>native</filename> | 1467 | host (i.e. when building <filename>native</filename> |
@@ -1435,7 +1486,8 @@ | |||
1435 | BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." | 1486 | BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." |
1436 | </info> | 1487 | </info> |
1437 | <glossdef> | 1488 | <glossdef> |
1438 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1489 | <para role="glossdeffirst"> |
1490 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1439 | Specifies the vendor name to use when building for the | 1491 | Specifies the vendor name to use when building for the |
1440 | build host. | 1492 | build host. |
1441 | The default value is an empty string (""). | 1493 | The default value is an empty string (""). |
@@ -1448,7 +1500,8 @@ | |||
1448 | BUILDDIR[doc] = "Points to the location of the Build Directory." | 1500 | BUILDDIR[doc] = "Points to the location of the Build Directory." |
1449 | </info> | 1501 | </info> |
1450 | <glossdef> | 1502 | <glossdef> |
1451 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1503 | <para role="glossdeffirst"> |
1504 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1452 | Points to the location of the | 1505 | Points to the location of the |
1453 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 1506 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. |
1454 | You can define this directory indirectly through the | 1507 | You can define this directory indirectly through the |
@@ -1469,7 +1522,8 @@ | |||
1469 | 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." | 1522 | 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." |
1470 | </info> | 1523 | </info> |
1471 | <glossdef> | 1524 | <glossdef> |
1472 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1525 | <para role="glossdeffirst"> |
1526 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1473 | When inheriting the | 1527 | When inheriting the |
1474 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | 1528 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> |
1475 | class, this variable specifies whether or not to commit the | 1529 | class, this variable specifies whether or not to commit the |
@@ -1500,7 +1554,8 @@ | |||
1500 | BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit." | 1554 | BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit." |
1501 | </info> | 1555 | </info> |
1502 | <glossdef> | 1556 | <glossdef> |
1503 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1557 | <para role="glossdeffirst"> |
1558 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1504 | When inheriting the | 1559 | When inheriting the |
1505 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | 1560 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> |
1506 | class, this variable specifies the author to use for each | 1561 | class, this variable specifies the author to use for each |
@@ -1534,7 +1589,8 @@ | |||
1534 | BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." | 1589 | BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." |
1535 | </info> | 1590 | </info> |
1536 | <glossdef> | 1591 | <glossdef> |
1537 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1592 | <para role="glossdeffirst"> |
1593 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1538 | When inheriting the | 1594 | When inheriting the |
1539 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | 1595 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> |
1540 | class, this variable specifies the directory in which | 1596 | class, this variable specifies the directory in which |
@@ -1558,7 +1614,8 @@ | |||
1558 | BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." | 1614 | BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." |
1559 | </info> | 1615 | </info> |
1560 | <glossdef> | 1616 | <glossdef> |
1561 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1617 | <para role="glossdeffirst"> |
1618 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1562 | When inheriting the | 1619 | When inheriting the |
1563 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | 1620 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> |
1564 | class, this variable specifies the build history features | 1621 | class, this variable specifies the build history features |
@@ -1602,7 +1659,8 @@ | |||
1602 | 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." | 1659 | 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." |
1603 | </info> | 1660 | </info> |
1604 | <glossdef> | 1661 | <glossdef> |
1605 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1662 | <para role="glossdeffirst"> |
1663 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1606 | When inheriting the | 1664 | When inheriting the |
1607 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | 1665 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> |
1608 | class, this variable specifies a list of paths to files | 1666 | class, this variable specifies a list of paths to files |
@@ -1634,7 +1692,8 @@ | |||
1634 | BUILDHISTORY_PUSH_REPO[doc] = "When inheriting the buildhistory class, this variable optionally specifies a remote repository to which build history pushes Git changes." | 1692 | BUILDHISTORY_PUSH_REPO[doc] = "When inheriting the buildhistory class, this variable optionally specifies a remote repository to which build history pushes Git changes." |
1635 | </info> | 1693 | </info> |
1636 | <glossdef> | 1694 | <glossdef> |
1637 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1695 | <para role="glossdeffirst"> |
1696 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1638 | When inheriting the | 1697 | When inheriting the |
1639 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | 1698 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> |
1640 | class, this variable optionally specifies a remote | 1699 | class, this variable optionally specifies a remote |
@@ -1668,7 +1727,8 @@ | |||
1668 | BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK." | 1727 | BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK." |
1669 | </info> | 1728 | </info> |
1670 | <glossdef> | 1729 | <glossdef> |
1671 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1730 | <para role="glossdeffirst"> |
1731 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1672 | Specifies the flags to pass to the C compiler when building | 1732 | Specifies the flags to pass to the C compiler when building |
1673 | for the SDK. | 1733 | for the SDK. |
1674 | When building in the <filename>nativesdk</filename> | 1734 | When building in the <filename>nativesdk</filename> |
@@ -1684,7 +1744,8 @@ | |||
1684 | 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." | 1744 | 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." |
1685 | </info> | 1745 | </info> |
1686 | <glossdef> | 1746 | <glossdef> |
1687 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1747 | <para role="glossdeffirst"> |
1748 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1688 | Specifies the flags to pass to the C pre-processor | 1749 | Specifies the flags to pass to the C pre-processor |
1689 | (i.e. to both the C and the C++ compilers) when building | 1750 | (i.e. to both the C and the C++ compilers) when building |
1690 | for the SDK. | 1751 | for the SDK. |
@@ -1701,7 +1762,8 @@ | |||
1701 | BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK." | 1762 | BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK." |
1702 | </info> | 1763 | </info> |
1703 | <glossdef> | 1764 | <glossdef> |
1704 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1765 | <para role="glossdeffirst"> |
1766 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1705 | Specifies the flags to pass to the C++ compiler when | 1767 | Specifies the flags to pass to the C++ compiler when |
1706 | building for the SDK. | 1768 | building for the SDK. |
1707 | When building in the <filename>nativesdk</filename> | 1769 | When building in the <filename>nativesdk</filename> |
@@ -1717,7 +1779,8 @@ | |||
1717 | BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK." | 1779 | BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK." |
1718 | </info> | 1780 | </info> |
1719 | <glossdef> | 1781 | <glossdef> |
1720 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1782 | <para role="glossdeffirst"> |
1783 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1721 | Specifies the flags to pass to the linker when building | 1784 | Specifies the flags to pass to the linker when building |
1722 | for the SDK. | 1785 | for the SDK. |
1723 | When building in the <filename>nativesdk-</filename> | 1786 | When building in the <filename>nativesdk-</filename> |
@@ -1733,7 +1796,8 @@ | |||
1733 | BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class." | 1796 | BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class." |
1734 | </info> | 1797 | </info> |
1735 | <glossdef> | 1798 | <glossdef> |
1736 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1799 | <para role="glossdeffirst"> |
1800 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1737 | Points to the location of the directory that holds build | 1801 | Points to the location of the directory that holds build |
1738 | statistics when you use and enable the | 1802 | statistics when you use and enable the |
1739 | <link linkend='ref-classes-buildstats'><filename>buildstats</filename></link> | 1803 | <link linkend='ref-classes-buildstats'><filename>buildstats</filename></link> |
@@ -1750,7 +1814,8 @@ | |||
1750 | 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." | 1814 | 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." |
1751 | </info> | 1815 | </info> |
1752 | <glossdef> | 1816 | <glossdef> |
1753 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1817 | <para role="glossdeffirst"> |
1818 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1754 | For the BusyBox recipe, specifies whether to split the | 1819 | For the BusyBox recipe, specifies whether to split the |
1755 | output executable file into two parts: one for features | 1820 | output executable file into two parts: one for features |
1756 | that require <filename>setuid root</filename>, and one for | 1821 | that require <filename>setuid root</filename>, and one for |
@@ -1776,7 +1841,8 @@ | |||
1776 | CACHE[doc] = "The directory BitBake uses to store a cache of the metadata." | 1841 | CACHE[doc] = "The directory BitBake uses to store a cache of the metadata." |
1777 | </info> | 1842 | </info> |
1778 | <glossdef> | 1843 | <glossdef> |
1779 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1844 | <para role="glossdeffirst"> |
1845 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1780 | Specifies the directory BitBake uses to store a cache | 1846 | Specifies the directory BitBake uses to store a cache |
1781 | of the | 1847 | of the |
1782 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> | 1848 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> |
@@ -1791,7 +1857,8 @@ | |||
1791 | CC[doc] = "Minimum command and arguments to run the C compiler." | 1857 | CC[doc] = "Minimum command and arguments to run the C compiler." |
1792 | </info> | 1858 | </info> |
1793 | <glossdef> | 1859 | <glossdef> |
1794 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1860 | <para role="glossdeffirst"> |
1861 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1795 | The minimal command and arguments used to run the C | 1862 | The minimal command and arguments used to run the C |
1796 | compiler. | 1863 | compiler. |
1797 | </para> | 1864 | </para> |
@@ -1803,7 +1870,8 @@ | |||
1803 | CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." | 1870 | CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." |
1804 | </info> | 1871 | </info> |
1805 | <glossdef> | 1872 | <glossdef> |
1806 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1873 | <para role="glossdeffirst"> |
1874 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1807 | Specifies the flags to pass to the C compiler. | 1875 | Specifies the flags to pass to the C compiler. |
1808 | This variable is exported to an environment | 1876 | This variable is exported to an environment |
1809 | variable and thus made visible to the software being | 1877 | variable and thus made visible to the software being |
@@ -1838,7 +1906,8 @@ | |||
1838 | CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." | 1906 | CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." |
1839 | </info> | 1907 | </info> |
1840 | <glossdef> | 1908 | <glossdef> |
1841 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1909 | <para role="glossdeffirst"> |
1910 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1842 | An internal variable specifying the special class override | 1911 | An internal variable specifying the special class override |
1843 | that should currently apply (e.g. "class-target", | 1912 | that should currently apply (e.g. "class-target", |
1844 | "class-native", and so forth). | 1913 | "class-native", and so forth). |
@@ -1867,7 +1936,8 @@ | |||
1867 | CLEANBROKEN[doc] = "Prevents the build system from running 'make clean' during the do_configure task." | 1936 | CLEANBROKEN[doc] = "Prevents the build system from running 'make clean' during the do_configure task." |
1868 | </info> | 1937 | </info> |
1869 | <glossdef> | 1938 | <glossdef> |
1870 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1939 | <para role="glossdeffirst"> |
1940 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1871 | If set to "1" within a recipe, | 1941 | If set to "1" within a recipe, |
1872 | <filename>CLEANBROKEN</filename> specifies that | 1942 | <filename>CLEANBROKEN</filename> specifies that |
1873 | the <filename>make clean</filename> command does | 1943 | the <filename>make clean</filename> command does |
@@ -1885,7 +1955,8 @@ | |||
1885 | COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." | 1955 | COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." |
1886 | </info> | 1956 | </info> |
1887 | <glossdef> | 1957 | <glossdef> |
1888 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1958 | <para role="glossdeffirst"> |
1959 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1889 | Provides a list of hardware features that are enabled in | 1960 | Provides a list of hardware features that are enabled in |
1890 | both | 1961 | both |
1891 | <link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link> | 1962 | <link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link> |
@@ -1914,7 +1985,8 @@ | |||
1914 | COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." | 1985 | COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." |
1915 | </info> | 1986 | </info> |
1916 | <glossdef> | 1987 | <glossdef> |
1917 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 1988 | <para role="glossdeffirst"> |
1989 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1918 | Points to <filename>meta/files/common-licenses</filename> | 1990 | Points to <filename>meta/files/common-licenses</filename> |
1919 | in the | 1991 | in the |
1920 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, | 1992 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, |
@@ -1928,7 +2000,8 @@ | |||
1928 | 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." | 2000 | 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." |
1929 | </info> | 2001 | </info> |
1930 | <glossdef> | 2002 | <glossdef> |
1931 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2003 | <para role="glossdeffirst"> |
2004 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1932 | A regular expression that resolves to one or more hosts | 2005 | A regular expression that resolves to one or more hosts |
1933 | (when the recipe is native) or one or more targets (when | 2006 | (when the recipe is native) or one or more targets (when |
1934 | the recipe is non-native) with which a recipe is compatible. | 2007 | the recipe is non-native) with which a recipe is compatible. |
@@ -1950,7 +2023,8 @@ | |||
1950 | COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible." | 2023 | COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible." |
1951 | </info> | 2024 | </info> |
1952 | <glossdef> | 2025 | <glossdef> |
1953 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2026 | <para role="glossdeffirst"> |
2027 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1954 | A regular expression that resolves to one or more | 2028 | A regular expression that resolves to one or more |
1955 | target machines with which a recipe is compatible. | 2029 | target machines with which a recipe is compatible. |
1956 | The regular expression is matched against | 2030 | The regular expression is matched against |
@@ -1970,7 +2044,8 @@ | |||
1970 | COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image." | 2044 | COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image." |
1971 | </info> | 2045 | </info> |
1972 | <glossdef> | 2046 | <glossdef> |
1973 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2047 | <para role="glossdeffirst"> |
2048 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1974 | Defines wildcards to match when installing a list of | 2049 | Defines wildcards to match when installing a list of |
1975 | complementary packages for all the packages explicitly | 2050 | complementary packages for all the packages explicitly |
1976 | (or implicitly) installed in an image. | 2051 | (or implicitly) installed in an image. |
@@ -2000,7 +2075,8 @@ | |||
2000 | CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." | 2075 | CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." |
2001 | </info> | 2076 | </info> |
2002 | <glossdef> | 2077 | <glossdef> |
2003 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2078 | <para role="glossdeffirst"> |
2079 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2004 | Tracks the version of the local configuration file | 2080 | Tracks the version of the local configuration file |
2005 | (i.e. <filename>local.conf</filename>). | 2081 | (i.e. <filename>local.conf</filename>). |
2006 | The value for <filename>CONF_VERSION</filename> | 2082 | The value for <filename>CONF_VERSION</filename> |
@@ -2015,7 +2091,8 @@ | |||
2015 | CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." | 2091 | CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." |
2016 | </info> | 2092 | </info> |
2017 | <glossdef> | 2093 | <glossdef> |
2018 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2094 | <para role="glossdeffirst"> |
2095 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2019 | Identifies editable or configurable files that are part of a package. | 2096 | Identifies editable or configurable files that are part of a package. |
2020 | If the Package Management System (PMS) is being used to update | 2097 | If the Package Management System (PMS) is being used to update |
2021 | packages on the target system, it is possible that | 2098 | packages on the target system, it is possible that |
@@ -2068,7 +2145,8 @@ | |||
2068 | 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." | 2145 | 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." |
2069 | </info> | 2146 | </info> |
2070 | <glossdef> | 2147 | <glossdef> |
2071 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2148 | <para role="glossdeffirst"> |
2149 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2072 | Identifies the initial RAM disk (initramfs) source files. | 2150 | Identifies the initial RAM disk (initramfs) source files. |
2073 | The OpenEmbedded build system receives and uses | 2151 | The OpenEmbedded build system receives and uses |
2074 | this kernel Kconfig variable as an environment variable. | 2152 | this kernel Kconfig variable as an environment variable. |
@@ -2103,7 +2181,8 @@ | |||
2103 | 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." | 2181 | 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." |
2104 | </info> | 2182 | </info> |
2105 | <glossdef> | 2183 | <glossdef> |
2106 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2184 | <para role="glossdeffirst"> |
2185 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2107 | A list of files that contains <filename>autoconf</filename> test results relevant | 2186 | A list of files that contains <filename>autoconf</filename> test results relevant |
2108 | to the current build. | 2187 | to the current build. |
2109 | This variable is used by the Autotools utilities when running | 2188 | This variable is used by the Autotools utilities when running |
@@ -2117,7 +2196,8 @@ | |||
2117 | CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure." | 2196 | CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure." |
2118 | </info> | 2197 | </info> |
2119 | <glossdef> | 2198 | <glossdef> |
2120 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2199 | <para role="glossdeffirst"> |
2200 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2121 | The minimal arguments for GNU configure. | 2201 | The minimal arguments for GNU configure. |
2122 | </para> | 2202 | </para> |
2123 | </glossdef> | 2203 | </glossdef> |
@@ -2128,7 +2208,8 @@ | |||
2128 | 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." | 2208 | 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." |
2129 | </info> | 2209 | </info> |
2130 | <glossdef> | 2210 | <glossdef> |
2131 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2211 | <para role="glossdeffirst"> |
2212 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2132 | When inheriting the | 2213 | When inheriting the |
2133 | <link linkend='ref-classes-distro_features_check'><filename>distro_features_check</filename></link> | 2214 | <link linkend='ref-classes-distro_features_check'><filename>distro_features_check</filename></link> |
2134 | class, this | 2215 | class, this |
@@ -2150,7 +2231,8 @@ | |||
2150 | 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." | 2231 | 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." |
2151 | </info> | 2232 | </info> |
2152 | <glossdef> | 2233 | <glossdef> |
2153 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2234 | <para role="glossdeffirst"> |
2235 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2154 | If set to "1" along with the | 2236 | If set to "1" along with the |
2155 | <link linkend='var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></link> | 2237 | <link linkend='var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></link> |
2156 | variable, the OpenEmbedded build system copies | 2238 | variable, the OpenEmbedded build system copies |
@@ -2168,7 +2250,8 @@ | |||
2168 | 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." | 2250 | 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." |
2169 | </info> | 2251 | </info> |
2170 | <glossdef> | 2252 | <glossdef> |
2171 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2253 | <para role="glossdeffirst"> |
2254 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2172 | If set to "1", the OpenEmbedded build system copies | 2255 | If set to "1", the OpenEmbedded build system copies |
2173 | the license manifest for the image to | 2256 | the license manifest for the image to |
2174 | <filename>/usr/share/common-licenses/license.manifest</filename> | 2257 | <filename>/usr/share/common-licenses/license.manifest</filename> |
@@ -2182,7 +2265,8 @@ | |||
2182 | 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." | 2265 | 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." |
2183 | </info> | 2266 | </info> |
2184 | <glossdef> | 2267 | <glossdef> |
2185 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2268 | <para role="glossdeffirst"> |
2269 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2186 | Specifies the list of packages to be added to the image. | 2270 | Specifies the list of packages to be added to the image. |
2187 | You should only set this variable in the | 2271 | You should only set this variable in the |
2188 | <filename>local.conf</filename> configuration file found | 2272 | <filename>local.conf</filename> configuration file found |
@@ -2201,7 +2285,8 @@ | |||
2201 | COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." | 2285 | COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." |
2202 | </info> | 2286 | </info> |
2203 | <glossdef> | 2287 | <glossdef> |
2204 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2288 | <para role="glossdeffirst"> |
2289 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2205 | Specifies the parent directory of the OpenEmbedded | 2290 | Specifies the parent directory of the OpenEmbedded |
2206 | Core Metadata layer (i.e. <filename>meta</filename>). | 2291 | Core Metadata layer (i.e. <filename>meta</filename>). |
2207 | </para> | 2292 | </para> |
@@ -2226,7 +2311,8 @@ | |||
2226 | CPP[doc] = "Minimum command and arguments to run the C preprocessor." | 2311 | CPP[doc] = "Minimum command and arguments to run the C preprocessor." |
2227 | </info> | 2312 | </info> |
2228 | <glossdef> | 2313 | <glossdef> |
2229 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2314 | <para role="glossdeffirst"> |
2315 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2230 | The minimal command and arguments used to run the C | 2316 | The minimal command and arguments used to run the C |
2231 | preprocessor. | 2317 | preprocessor. |
2232 | </para> | 2318 | </para> |
@@ -2238,7 +2324,8 @@ | |||
2238 | CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." | 2324 | CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." |
2239 | </info> | 2325 | </info> |
2240 | <glossdef> | 2326 | <glossdef> |
2241 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2327 | <para role="glossdeffirst"> |
2328 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2242 | Specifies the flags to pass to the C pre-processor | 2329 | Specifies the flags to pass to the C pre-processor |
2243 | (i.e. to both the C and the C++ compilers). | 2330 | (i.e. to both the C and the C++ compilers). |
2244 | This variable is exported to an environment | 2331 | This variable is exported to an environment |
@@ -2274,7 +2361,8 @@ | |||
2274 | CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools." | 2361 | CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools." |
2275 | </info> | 2362 | </info> |
2276 | <glossdef> | 2363 | <glossdef> |
2277 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2364 | <para role="glossdeffirst"> |
2365 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2278 | The toolchain binary prefix for the target tools. | 2366 | The toolchain binary prefix for the target tools. |
2279 | The <filename>CROSS_COMPILE</filename> variable is the | 2367 | The <filename>CROSS_COMPILE</filename> variable is the |
2280 | same as the | 2368 | same as the |
@@ -2295,7 +2383,8 @@ | |||
2295 | CVSDIR[doc] = "The directory where cvs checkouts will be stored in." | 2383 | CVSDIR[doc] = "The directory where cvs checkouts will be stored in." |
2296 | </info> | 2384 | </info> |
2297 | <glossdef> | 2385 | <glossdef> |
2298 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2386 | <para role="glossdeffirst"> |
2387 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2299 | The directory in which files checked out under the | 2388 | The directory in which files checked out under the |
2300 | CVS system are stored. | 2389 | CVS system are stored. |
2301 | </para> | 2390 | </para> |
@@ -2307,7 +2396,8 @@ | |||
2307 | CXX[doc] = "Minimum command and arguments to run the C++ compiler." | 2396 | CXX[doc] = "Minimum command and arguments to run the C++ compiler." |
2308 | </info> | 2397 | </info> |
2309 | <glossdef> | 2398 | <glossdef> |
2310 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2399 | <para role="glossdeffirst"> |
2400 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2311 | The minimal command and arguments used to run the C++ | 2401 | The minimal command and arguments used to run the C++ |
2312 | compiler. | 2402 | compiler. |
2313 | </para> | 2403 | </para> |
@@ -2319,7 +2409,8 @@ | |||
2319 | CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." | 2409 | CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." |
2320 | </info> | 2410 | </info> |
2321 | <glossdef> | 2411 | <glossdef> |
2322 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2412 | <para role="glossdeffirst"> |
2413 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2323 | Specifies the flags to pass to the C++ compiler. | 2414 | Specifies the flags to pass to the C++ compiler. |
2324 | This variable is exported to an environment | 2415 | This variable is exported to an environment |
2325 | variable and thus made visible to the software being | 2416 | variable and thus made visible to the software being |
@@ -2358,7 +2449,8 @@ | |||
2358 | D[doc] = "The destination directory." | 2449 | D[doc] = "The destination directory." |
2359 | </info> | 2450 | </info> |
2360 | <glossdef> | 2451 | <glossdef> |
2361 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2452 | <para role="glossdeffirst"> |
2453 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2362 | The destination directory. | 2454 | The destination directory. |
2363 | The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 2455 | The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
2364 | where components are installed by the | 2456 | where components are installed by the |
@@ -2377,7 +2469,8 @@ | |||
2377 | DATE[doc] = "The date the build was started using YMD format." | 2469 | DATE[doc] = "The date the build was started using YMD format." |
2378 | </info> | 2470 | </info> |
2379 | <glossdef> | 2471 | <glossdef> |
2380 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2472 | <para role="glossdeffirst"> |
2473 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2381 | The date the build was started. | 2474 | The date the build was started. |
2382 | Dates appear using the year, month, and day (YMD) format | 2475 | Dates appear using the year, month, and day (YMD) format |
2383 | (e.g. "20150209" for February 9th, 2015). | 2476 | (e.g. "20150209" for February 9th, 2015). |
@@ -2390,7 +2483,8 @@ | |||
2390 | DATETIME[doc] = "The date and time the build was started." | 2483 | DATETIME[doc] = "The date and time the build was started." |
2391 | </info> | 2484 | </info> |
2392 | <glossdef> | 2485 | <glossdef> |
2393 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2486 | <para role="glossdeffirst"> |
2487 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2394 | The date and time on which the current build started. | 2488 | The date and time on which the current build started. |
2395 | The format is suitable for timestamps. | 2489 | The format is suitable for timestamps. |
2396 | </para> | 2490 | </para> |
@@ -2402,7 +2496,8 @@ | |||
2402 | DEBIAN_NOAUTONAME[doc] = "Prevents a particular package from being renamed according to Debian package naming." | 2496 | DEBIAN_NOAUTONAME[doc] = "Prevents a particular package from being renamed according to Debian package naming." |
2403 | </info> | 2497 | </info> |
2404 | <glossdef> | 2498 | <glossdef> |
2405 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2499 | <para role="glossdeffirst"> |
2500 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2406 | When the | 2501 | When the |
2407 | <link linkend='ref-classes-debian'><filename>debian</filename></link> | 2502 | <link linkend='ref-classes-debian'><filename>debian</filename></link> |
2408 | class is inherited, which is the default behavior, | 2503 | class is inherited, which is the default behavior, |
@@ -2425,7 +2520,8 @@ | |||
2425 | DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming." | 2520 | DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming." |
2426 | </info> | 2521 | </info> |
2427 | <glossdef> | 2522 | <glossdef> |
2428 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2523 | <para role="glossdeffirst"> |
2524 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2429 | When the | 2525 | When the |
2430 | <link linkend='ref-classes-debian'><filename>debian</filename></link> | 2526 | <link linkend='ref-classes-debian'><filename>debian</filename></link> |
2431 | class is inherited, which is the default behavior, | 2527 | class is inherited, which is the default behavior, |
@@ -2448,7 +2544,8 @@ | |||
2448 | DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable." | 2544 | DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable." |
2449 | </info> | 2545 | </info> |
2450 | <glossdef> | 2546 | <glossdef> |
2451 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2547 | <para role="glossdeffirst"> |
2548 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2452 | Specifies to build packages with debugging information. | 2549 | Specifies to build packages with debugging information. |
2453 | This influences the value of the | 2550 | This influences the value of the |
2454 | <filename><link linkend='var-SELECTED_OPTIMIZATION'>SELECTED_OPTIMIZATION</link></filename> | 2551 | <filename><link linkend='var-SELECTED_OPTIMIZATION'>SELECTED_OPTIMIZATION</link></filename> |
@@ -2462,7 +2559,8 @@ | |||
2462 | 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'." | 2559 | 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'." |
2463 | </info> | 2560 | </info> |
2464 | <glossdef> | 2561 | <glossdef> |
2465 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2562 | <para role="glossdeffirst"> |
2563 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2466 | The options to pass in | 2564 | The options to pass in |
2467 | <filename><link linkend='var-TARGET_CFLAGS'>TARGET_CFLAGS</link></filename> | 2565 | <filename><link linkend='var-TARGET_CFLAGS'>TARGET_CFLAGS</link></filename> |
2468 | and <filename><link linkend='var-CFLAGS'>CFLAGS</link></filename> when compiling | 2566 | and <filename><link linkend='var-CFLAGS'>CFLAGS</link></filename> when compiling |
@@ -2477,7 +2575,8 @@ | |||
2477 | DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." | 2575 | DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." |
2478 | </info> | 2576 | </info> |
2479 | <glossdef> | 2577 | <glossdef> |
2480 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2578 | <para role="glossdeffirst"> |
2579 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2481 | Specifies a weak bias for recipe selection priority. | 2580 | Specifies a weak bias for recipe selection priority. |
2482 | </para> | 2581 | </para> |
2483 | 2582 | ||
@@ -2506,7 +2605,8 @@ | |||
2506 | DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system." | 2605 | DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system." |
2507 | </info> | 2606 | </info> |
2508 | <glossdef> | 2607 | <glossdef> |
2509 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2608 | <para role="glossdeffirst"> |
2609 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2510 | The default CPU and Application Binary Interface (ABI) | 2610 | The default CPU and Application Binary Interface (ABI) |
2511 | tunings (i.e. the "tune") used by the OpenEmbedded build | 2611 | tunings (i.e. the "tune") used by the OpenEmbedded build |
2512 | system. | 2612 | system. |
@@ -2530,7 +2630,8 @@ | |||
2530 | DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." | 2630 | DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." |
2531 | </info> | 2631 | </info> |
2532 | <glossdef> | 2632 | <glossdef> |
2533 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2633 | <para role="glossdeffirst"> |
2634 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2534 | Lists a recipe's build-time dependencies | 2635 | Lists a recipe's build-time dependencies |
2535 | (i.e. other recipe files). | 2636 | (i.e. other recipe files). |
2536 | The system ensures that all the dependencies listed | 2637 | The system ensures that all the dependencies listed |
@@ -2568,7 +2669,8 @@ | |||
2568 | 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." | 2669 | 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." |
2569 | </info> | 2670 | </info> |
2570 | <glossdef> | 2671 | <glossdef> |
2571 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2672 | <para role="glossdeffirst"> |
2673 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2572 | Points to the general area that the OpenEmbedded build | 2674 | Points to the general area that the OpenEmbedded build |
2573 | system uses to place images, packages, SDKs and other output | 2675 | system uses to place images, packages, SDKs and other output |
2574 | files that are ready to be used outside of the build system. | 2676 | files that are ready to be used outside of the build system. |
@@ -2596,7 +2698,8 @@ | |||
2596 | 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." | 2698 | 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." |
2597 | </info> | 2699 | </info> |
2598 | <glossdef> | 2700 | <glossdef> |
2599 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2701 | <para role="glossdeffirst"> |
2702 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2600 | Points to the area that the OpenEmbedded build system uses | 2703 | Points to the area that the OpenEmbedded build system uses |
2601 | to place images and other associated output files that are | 2704 | to place images and other associated output files that are |
2602 | ready to be deployed onto the target machine. | 2705 | ready to be deployed onto the target machine. |
@@ -2626,7 +2729,8 @@ | |||
2626 | DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." | 2729 | DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." |
2627 | </info> | 2730 | </info> |
2628 | <glossdef> | 2731 | <glossdef> |
2629 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2732 | <para role="glossdeffirst"> |
2733 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2630 | When inheriting the | 2734 | When inheriting the |
2631 | <link linkend='ref-classes-deploy'><filename>deploy</filename></link> | 2735 | <link linkend='ref-classes-deploy'><filename>deploy</filename></link> |
2632 | class, the <filename>DEPLOYDIR</filename> points to a | 2736 | class, the <filename>DEPLOYDIR</filename> points to a |
@@ -2653,7 +2757,8 @@ | |||
2653 | DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." | 2757 | DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." |
2654 | </info> | 2758 | </info> |
2655 | <glossdef> | 2759 | <glossdef> |
2656 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2760 | <para role="glossdeffirst"> |
2761 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2657 | The package description used by package managers. | 2762 | The package description used by package managers. |
2658 | If not set, <filename>DESCRIPTION</filename> takes | 2763 | If not set, <filename>DESCRIPTION</filename> takes |
2659 | the value of the | 2764 | the value of the |
@@ -2668,7 +2773,8 @@ | |||
2668 | DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." | 2773 | DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." |
2669 | </info> | 2774 | </info> |
2670 | <glossdef> | 2775 | <glossdef> |
2671 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2776 | <para role="glossdeffirst"> |
2777 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2672 | A 32-bit MBR disk signature used by | 2778 | A 32-bit MBR disk signature used by |
2673 | <filename>directdisk</filename> images. | 2779 | <filename>directdisk</filename> images. |
2674 | </para> | 2780 | </para> |
@@ -2721,7 +2827,8 @@ | |||
2721 | DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." | 2827 | DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." |
2722 | </info> | 2828 | </info> |
2723 | <glossdef> | 2829 | <glossdef> |
2724 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2830 | <para role="glossdeffirst"> |
2831 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2725 | The short name of the distribution. | 2832 | The short name of the distribution. |
2726 | This variable corresponds to a distribution | 2833 | This variable corresponds to a distribution |
2727 | configuration file whose root name is the same as the | 2834 | configuration file whose root name is the same as the |
@@ -2766,7 +2873,8 @@ | |||
2766 | DISTRO_CODENAME[doc] = "Specifies a codename for the distribution being built." | 2873 | DISTRO_CODENAME[doc] = "Specifies a codename for the distribution being built." |
2767 | </info> | 2874 | </info> |
2768 | <glossdef> | 2875 | <glossdef> |
2769 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2876 | <para role="glossdeffirst"> |
2877 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2770 | Specifies a codename for the distribution being built. | 2878 | Specifies a codename for the distribution being built. |
2771 | </para> | 2879 | </para> |
2772 | </glossdef> | 2880 | </glossdef> |
@@ -2777,7 +2885,8 @@ | |||
2777 | 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." | 2885 | 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." |
2778 | </info> | 2886 | </info> |
2779 | <glossdef> | 2887 | <glossdef> |
2780 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2888 | <para role="glossdeffirst"> |
2889 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2781 | Specifies a list of distro-specific packages to add to all images. | 2890 | Specifies a list of distro-specific packages to add to all images. |
2782 | This variable takes affect through | 2891 | This variable takes affect through |
2783 | <filename>packagegroup-base</filename> so the | 2892 | <filename>packagegroup-base</filename> so the |
@@ -2796,7 +2905,8 @@ | |||
2796 | 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." | 2905 | 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." |
2797 | </info> | 2906 | </info> |
2798 | <glossdef> | 2907 | <glossdef> |
2799 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2908 | <para role="glossdeffirst"> |
2909 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2800 | Specifies a list of distro-specific packages to add to all images | 2910 | Specifies a list of distro-specific packages to add to all images |
2801 | if the packages exist. | 2911 | if the packages exist. |
2802 | The packages might not exist or be empty (e.g. kernel modules). | 2912 | The packages might not exist or be empty (e.g. kernel modules). |
@@ -2811,7 +2921,8 @@ | |||
2811 | DISTRO_FEATURES[doc] = "The features enabled for the distribution." | 2921 | DISTRO_FEATURES[doc] = "The features enabled for the distribution." |
2812 | </info> | 2922 | </info> |
2813 | <glossdef> | 2923 | <glossdef> |
2814 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2924 | <para role="glossdeffirst"> |
2925 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2815 | The software support you want in your distribution for | 2926 | The software support you want in your distribution for |
2816 | various features. | 2927 | various features. |
2817 | You define your distribution features in the distribution | 2928 | You define your distribution features in the distribution |
@@ -2847,7 +2958,8 @@ | |||
2847 | 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." | 2958 | 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." |
2848 | </info> | 2959 | </info> |
2849 | <glossdef> | 2960 | <glossdef> |
2850 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2961 | <para role="glossdeffirst"> |
2962 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2851 | Features to be added to | 2963 | Features to be added to |
2852 | <filename><link linkend='var-DISTRO_FEATURES'>DISTRO_FEATURES</link></filename> | 2964 | <filename><link linkend='var-DISTRO_FEATURES'>DISTRO_FEATURES</link></filename> |
2853 | if not also present in | 2965 | if not also present in |
@@ -2870,7 +2982,8 @@ | |||
2870 | DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build." | 2982 | DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build." |
2871 | </info> | 2983 | </info> |
2872 | <glossdef> | 2984 | <glossdef> |
2873 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 2985 | <para role="glossdeffirst"> |
2986 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2874 | Features from | 2987 | Features from |
2875 | <filename><link linkend='var-DISTRO_FEATURES_BACKFILL'>DISTRO_FEATURES_BACKFILL</link></filename> | 2988 | <filename><link linkend='var-DISTRO_FEATURES_BACKFILL'>DISTRO_FEATURES_BACKFILL</link></filename> |
2876 | that should not be backfilled (i.e. added to | 2989 | that should not be backfilled (i.e. added to |
@@ -2887,7 +3000,8 @@ | |||
2887 | DISTRO_FEATURES_DEFAULT[doc] = "Provides the default list of distro features with the exception of any libc-specific features." | 3000 | DISTRO_FEATURES_DEFAULT[doc] = "Provides the default list of distro features with the exception of any libc-specific features." |
2888 | </info> | 3001 | </info> |
2889 | <glossdef> | 3002 | <glossdef> |
2890 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3003 | <para role="glossdeffirst"> |
3004 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2891 | A convenience variable that gives you the default | 3005 | A convenience variable that gives you the default |
2892 | list of distro features with the exception of any | 3006 | list of distro features with the exception of any |
2893 | features specific to the C library | 3007 | features specific to the C library |
@@ -2914,7 +3028,8 @@ | |||
2914 | DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." | 3028 | DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." |
2915 | </info> | 3029 | </info> |
2916 | <glossdef> | 3030 | <glossdef> |
2917 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3031 | <para role="glossdeffirst"> |
3032 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2918 | A convenience variable that specifies the list of distro | 3033 | A convenience variable that specifies the list of distro |
2919 | features that are specific to the C library | 3034 | features that are specific to the C library |
2920 | (<filename>libc</filename>). | 3035 | (<filename>libc</filename>). |
@@ -2930,7 +3045,8 @@ | |||
2930 | DISTRO_NAME[doc] = "The long name of the distribution." | 3045 | DISTRO_NAME[doc] = "The long name of the distribution." |
2931 | </info> | 3046 | </info> |
2932 | <glossdef> | 3047 | <glossdef> |
2933 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3048 | <para role="glossdeffirst"> |
3049 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2934 | The long name of the distribution. | 3050 | The long name of the distribution. |
2935 | </para> | 3051 | </para> |
2936 | </glossdef> | 3052 | </glossdef> |
@@ -2941,7 +3057,8 @@ | |||
2941 | DISTRO_VERSION[doc] = "The version of the distribution." | 3057 | DISTRO_VERSION[doc] = "The version of the distribution." |
2942 | </info> | 3058 | </info> |
2943 | <glossdef> | 3059 | <glossdef> |
2944 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3060 | <para role="glossdeffirst"> |
3061 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2945 | The version of the distribution. | 3062 | The version of the distribution. |
2946 | </para> | 3063 | </para> |
2947 | </glossdef> | 3064 | </glossdef> |
@@ -2952,7 +3069,8 @@ | |||
2952 | DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." | 3069 | DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." |
2953 | </info> | 3070 | </info> |
2954 | <glossdef> | 3071 | <glossdef> |
2955 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3072 | <para role="glossdeffirst"> |
3073 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2956 | This variable lists overrides specific to the current | 3074 | This variable lists overrides specific to the current |
2957 | distribution. | 3075 | distribution. |
2958 | By default, the variable list includes the value of the | 3076 | By default, the variable list includes the value of the |
@@ -2971,7 +3089,8 @@ | |||
2971 | 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." | 3089 | 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." |
2972 | </info> | 3090 | </info> |
2973 | <glossdef> | 3091 | <glossdef> |
2974 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3092 | <para role="glossdeffirst"> |
3093 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2975 | The central download directory used by the build process to | 3094 | The central download directory used by the build process to |
2976 | store downloads. | 3095 | store downloads. |
2977 | By default, <filename>DL_DIR</filename> gets files | 3096 | By default, <filename>DL_DIR</filename> gets files |
@@ -3030,7 +3149,8 @@ | |||
3030 | 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." | 3149 | 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." |
3031 | </info> | 3150 | </info> |
3032 | <glossdef> | 3151 | <glossdef> |
3033 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3152 | <para role="glossdeffirst"> |
3153 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3034 | When inheriting the | 3154 | When inheriting the |
3035 | <link linkend='ref-classes-compress_doc'><filename>compress_doc</filename></link> | 3155 | <link linkend='ref-classes-compress_doc'><filename>compress_doc</filename></link> |
3036 | class, this variable sets the compression policy used when | 3156 | class, this variable sets the compression policy used when |
@@ -3057,7 +3177,8 @@ | |||
3057 | 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." | 3177 | 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." |
3058 | </info> | 3178 | </info> |
3059 | <glossdef> | 3179 | <glossdef> |
3060 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3180 | <para role="glossdeffirst"> |
3181 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3061 | When building bootable images (i.e. where | 3182 | When building bootable images (i.e. where |
3062 | <filename>hddimg</filename> or <filename>vmdk</filename> | 3183 | <filename>hddimg</filename> or <filename>vmdk</filename> |
3063 | is in | 3184 | is in |
@@ -3081,7 +3202,8 @@ | |||
3081 | 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." | 3202 | 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." |
3082 | </info> | 3203 | </info> |
3083 | <glossdef> | 3204 | <glossdef> |
3084 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3205 | <para role="glossdeffirst"> |
3206 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3085 | Variable that controls which locales for | 3207 | Variable that controls which locales for |
3086 | <filename>glibc</filename> are generated during the | 3208 | <filename>glibc</filename> are generated during the |
3087 | build (useful if the target device has 64Mbytes | 3209 | build (useful if the target device has 64Mbytes |
@@ -3095,7 +3217,8 @@ | |||
3095 | 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." | 3217 | 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." |
3096 | </info> | 3218 | </info> |
3097 | <glossdef> | 3219 | <glossdef> |
3098 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3220 | <para role="glossdeffirst"> |
3221 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3099 | When used with the | 3222 | When used with the |
3100 | <link linkend='ref-classes-report-error'><filename>report-error</filename></link> | 3223 | <link linkend='ref-classes-report-error'><filename>report-error</filename></link> |
3101 | class, specifies the path used for storing the debug files | 3224 | class, specifies the path used for storing the debug files |
@@ -3123,7 +3246,8 @@ | |||
3123 | ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system." | 3246 | ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system." |
3124 | </info> | 3247 | </info> |
3125 | <glossdef> | 3248 | <glossdef> |
3126 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3249 | <para role="glossdeffirst"> |
3250 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3127 | Specifies the quality assurance checks whose failures are | 3251 | Specifies the quality assurance checks whose failures are |
3128 | reported as errors by the OpenEmbedded build system. | 3252 | reported as errors by the OpenEmbedded build system. |
3129 | You set this variable in your distribution configuration | 3253 | You set this variable in your distribution configuration |
@@ -3141,7 +3265,8 @@ | |||
3141 | EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)." | 3265 | EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)." |
3142 | </info> | 3266 | </info> |
3143 | <glossdef> | 3267 | <glossdef> |
3144 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3268 | <para role="glossdeffirst"> |
3269 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3145 | Directs BitBake to exclude a recipe from world builds (i.e. | 3270 | Directs BitBake to exclude a recipe from world builds (i.e. |
3146 | <filename>bitbake world</filename>). | 3271 | <filename>bitbake world</filename>). |
3147 | During world builds, BitBake locates, parses and builds all | 3272 | During world builds, BitBake locates, parses and builds all |
@@ -3170,7 +3295,8 @@ | |||
3170 | 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." | 3295 | 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." |
3171 | </info> | 3296 | </info> |
3172 | <glossdef> | 3297 | <glossdef> |
3173 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3298 | <para role="glossdeffirst"> |
3299 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3174 | Used with file and pathnames to create a prefix for a recipe's | 3300 | Used with file and pathnames to create a prefix for a recipe's |
3175 | version based on the recipe's | 3301 | version based on the recipe's |
3176 | <link linkend='var-PE'><filename>PE</filename></link> value. | 3302 | <link linkend='var-PE'><filename>PE</filename></link> value. |
@@ -3191,7 +3317,8 @@ | |||
3191 | EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe." | 3317 | EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe." |
3192 | </info> | 3318 | </info> |
3193 | <glossdef> | 3319 | <glossdef> |
3194 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3320 | <para role="glossdeffirst"> |
3321 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3195 | The full package version specification as it appears on the | 3322 | The full package version specification as it appears on the |
3196 | final packages produced by a recipe. | 3323 | final packages produced by a recipe. |
3197 | The variable's value is normally used to fix a runtime | 3324 | The variable's value is normally used to fix a runtime |
@@ -3215,7 +3342,8 @@ | |||
3215 | EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." | 3342 | EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." |
3216 | </info> | 3343 | </info> |
3217 | <glossdef> | 3344 | <glossdef> |
3218 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3345 | <para role="glossdeffirst"> |
3346 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3219 | When inheriting the | 3347 | When inheriting the |
3220 | <link linkend='ref-classes-externalsrc'><filename>externalsrc</filename></link> | 3348 | <link linkend='ref-classes-externalsrc'><filename>externalsrc</filename></link> |
3221 | class, this variable points to the source tree, which is | 3349 | class, this variable points to the source tree, which is |
@@ -3244,7 +3372,8 @@ | |||
3244 | 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." | 3372 | 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." |
3245 | </info> | 3373 | </info> |
3246 | <glossdef> | 3374 | <glossdef> |
3247 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3375 | <para role="glossdeffirst"> |
3376 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3248 | When inheriting the | 3377 | When inheriting the |
3249 | <link linkend='ref-classes-externalsrc'><filename>externalsrc</filename></link> | 3378 | <link linkend='ref-classes-externalsrc'><filename>externalsrc</filename></link> |
3250 | class, this variable points to the directory in which the | 3379 | class, this variable points to the directory in which the |
@@ -3274,7 +3403,8 @@ | |||
3274 | EXTRA_AUTORECONF[doc] = "Extra options passed to the autoreconf command, which is executed during do_configure." | 3403 | EXTRA_AUTORECONF[doc] = "Extra options passed to the autoreconf command, which is executed during do_configure." |
3275 | </info> | 3404 | </info> |
3276 | <glossdef> | 3405 | <glossdef> |
3277 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3406 | <para role="glossdeffirst"> |
3407 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3278 | For recipes inheriting the | 3408 | For recipes inheriting the |
3279 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> | 3409 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> |
3280 | class, you can use <filename>EXTRA_AUTORECONF</filename> to | 3410 | class, you can use <filename>EXTRA_AUTORECONF</filename> to |
@@ -3296,7 +3426,8 @@ | |||
3296 | 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." | 3426 | 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." |
3297 | </info> | 3427 | </info> |
3298 | <glossdef> | 3428 | <glossdef> |
3299 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3429 | <para role="glossdeffirst"> |
3430 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3300 | The list of additional features to include in an image. | 3431 | The list of additional features to include in an image. |
3301 | Typically, you configure this variable in your | 3432 | Typically, you configure this variable in your |
3302 | <filename>local.conf</filename> file, which is found in the | 3433 | <filename>local.conf</filename> file, which is found in the |
@@ -3374,7 +3505,8 @@ | |||
3374 | 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." | 3505 | 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." |
3375 | </info> | 3506 | </info> |
3376 | <glossdef> | 3507 | <glossdef> |
3377 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3508 | <para role="glossdeffirst"> |
3509 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3378 | Specifies additional options for the image | 3510 | Specifies additional options for the image |
3379 | creation command that has been specified in | 3511 | creation command that has been specified in |
3380 | <link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>. | 3512 | <link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>. |
@@ -3393,7 +3525,8 @@ | |||
3393 | 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." | 3525 | 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." |
3394 | </info> | 3526 | </info> |
3395 | <glossdef> | 3527 | <glossdef> |
3396 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3528 | <para role="glossdeffirst"> |
3529 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3397 | A list of recipes to build that do not provide packages | 3530 | A list of recipes to build that do not provide packages |
3398 | for installing into the root filesystem. | 3531 | for installing into the root filesystem. |
3399 | </para> | 3532 | </para> |
@@ -3420,7 +3553,8 @@ | |||
3420 | EXTRA_OECMAKE[doc] = "Additional cmake options." | 3553 | EXTRA_OECMAKE[doc] = "Additional cmake options." |
3421 | </info> | 3554 | </info> |
3422 | <glossdef> | 3555 | <glossdef> |
3423 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3556 | <para role="glossdeffirst"> |
3557 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3424 | Additional <filename>cmake</filename> options. | 3558 | Additional <filename>cmake</filename> options. |
3425 | </para> | 3559 | </para> |
3426 | </glossdef> | 3560 | </glossdef> |
@@ -3431,7 +3565,8 @@ | |||
3431 | EXTRA_OECONF[doc] = "Additional configure script options." | 3565 | EXTRA_OECONF[doc] = "Additional configure script options." |
3432 | </info> | 3566 | </info> |
3433 | <glossdef> | 3567 | <glossdef> |
3434 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3568 | <para role="glossdeffirst"> |
3569 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3435 | Additional <filename>configure</filename> script options. | 3570 | Additional <filename>configure</filename> script options. |
3436 | </para> | 3571 | </para> |
3437 | </glossdef> | 3572 | </glossdef> |
@@ -3442,7 +3577,8 @@ | |||
3442 | EXTRA_OEMAKE[doc] = "Additional GNU make options." | 3577 | EXTRA_OEMAKE[doc] = "Additional GNU make options." |
3443 | </info> | 3578 | </info> |
3444 | <glossdef> | 3579 | <glossdef> |
3445 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3580 | <para role="glossdeffirst"> |
3581 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3446 | Additional GNU <filename>make</filename> options. | 3582 | Additional GNU <filename>make</filename> options. |
3447 | </para> | 3583 | </para> |
3448 | </glossdef> | 3584 | </glossdef> |
@@ -3453,7 +3589,8 @@ | |||
3453 | 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." | 3589 | 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." |
3454 | </info> | 3590 | </info> |
3455 | <glossdef> | 3591 | <glossdef> |
3456 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3592 | <para role="glossdeffirst"> |
3593 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3457 | When inheriting the | 3594 | When inheriting the |
3458 | <link linkend='ref-classes-scons'><filename>scons</filename></link> | 3595 | <link linkend='ref-classes-scons'><filename>scons</filename></link> |
3459 | class, this variable specifies additional configuration | 3596 | class, this variable specifies additional configuration |
@@ -3468,7 +3605,8 @@ | |||
3468 | 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." | 3605 | 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." |
3469 | </info> | 3606 | </info> |
3470 | <glossdef> | 3607 | <glossdef> |
3471 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3608 | <para role="glossdeffirst"> |
3609 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3472 | Configuration variables or options you want to pass to | 3610 | Configuration variables or options you want to pass to |
3473 | <filename>qmake</filename>. | 3611 | <filename>qmake</filename>. |
3474 | Use this variable when the arguments need to be after the | 3612 | Use this variable when the arguments need to be after the |
@@ -3489,7 +3627,8 @@ | |||
3489 | 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." | 3627 | 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." |
3490 | </info> | 3628 | </info> |
3491 | <glossdef> | 3629 | <glossdef> |
3492 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3630 | <para role="glossdeffirst"> |
3631 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3493 | Configuration variables or options you want to pass to | 3632 | Configuration variables or options you want to pass to |
3494 | <filename>qmake</filename>. | 3633 | <filename>qmake</filename>. |
3495 | Use this variable when the arguments need to be before the | 3634 | Use this variable when the arguments need to be before the |
@@ -3510,7 +3649,8 @@ | |||
3510 | EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." | 3649 | EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." |
3511 | </info> | 3650 | </info> |
3512 | <glossdef> | 3651 | <glossdef> |
3513 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3652 | <para role="glossdeffirst"> |
3653 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3514 | When inheriting the | 3654 | When inheriting the |
3515 | <link linkend='ref-classes-extrausers'><filename>extrausers</filename></link> | 3655 | <link linkend='ref-classes-extrausers'><filename>extrausers</filename></link> |
3516 | class, this variable provides image level user and group | 3656 | class, this variable provides image level user and group |
@@ -3551,7 +3691,8 @@ | |||
3551 | 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." | 3691 | 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." |
3552 | </info> | 3692 | </info> |
3553 | <glossdef> | 3693 | <glossdef> |
3554 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3694 | <para role="glossdeffirst"> |
3695 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3555 | Defines one or more packages to include in an image when | 3696 | Defines one or more packages to include in an image when |
3556 | a specific item is included in | 3697 | a specific item is included in |
3557 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>. | 3698 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>. |
@@ -3585,7 +3726,8 @@ | |||
3585 | 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." | 3726 | 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." |
3586 | </info> | 3727 | </info> |
3587 | <glossdef> | 3728 | <glossdef> |
3588 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3729 | <para role="glossdeffirst"> |
3730 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3589 | Points to the base URL of the server and location within | 3731 | Points to the base URL of the server and location within |
3590 | the document-root that provides the metadata and | 3732 | the document-root that provides the metadata and |
3591 | packages required by OPKG to support runtime package | 3733 | packages required by OPKG to support runtime package |
@@ -3615,7 +3757,8 @@ | |||
3615 | FILES[doc] = "The list of directories or files that are placed in packages." | 3757 | FILES[doc] = "The list of directories or files that are placed in packages." |
3616 | </info> | 3758 | </info> |
3617 | <glossdef> | 3759 | <glossdef> |
3618 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3760 | <para role="glossdeffirst"> |
3761 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3619 | The list of directories or files that are placed in packages. | 3762 | The list of directories or files that are placed in packages. |
3620 | </para> | 3763 | </para> |
3621 | 3764 | ||
@@ -3665,7 +3808,8 @@ | |||
3665 | FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform." | 3808 | FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform." |
3666 | </info> | 3809 | </info> |
3667 | <glossdef> | 3810 | <glossdef> |
3668 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3811 | <para role="glossdeffirst"> |
3812 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3669 | Defines the file specification to match | 3813 | Defines the file specification to match |
3670 | <link linkend='var-SOLIBSDEV'><filename>SOLIBSDEV</filename></link>. | 3814 | <link linkend='var-SOLIBSDEV'><filename>SOLIBSDEV</filename></link>. |
3671 | In other words, <filename>FILES_SOLIBSDEV</filename> | 3815 | In other words, <filename>FILES_SOLIBSDEV</filename> |
@@ -3688,7 +3832,8 @@ | |||
3688 | FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." | 3832 | FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." |
3689 | </info> | 3833 | </info> |
3690 | <glossdef> | 3834 | <glossdef> |
3691 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3835 | <para role="glossdeffirst"> |
3836 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3692 | Extends the search path the OpenEmbedded build system uses | 3837 | Extends the search path the OpenEmbedded build system uses |
3693 | when looking for files and patches as it processes recipes | 3838 | when looking for files and patches as it processes recipes |
3694 | and append files. | 3839 | and append files. |
@@ -3758,7 +3903,8 @@ | |||
3758 | FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." | 3903 | FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." |
3759 | </info> | 3904 | </info> |
3760 | <glossdef> | 3905 | <glossdef> |
3761 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3906 | <para role="glossdeffirst"> |
3907 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3762 | A subset of <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link> | 3908 | A subset of <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link> |
3763 | used by the OpenEmbedded build system for creating | 3909 | used by the OpenEmbedded build system for creating |
3764 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>. | 3910 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>. |
@@ -3789,7 +3935,8 @@ | |||
3789 | 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." | 3935 | 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." |
3790 | </info> | 3936 | </info> |
3791 | <glossdef> | 3937 | <glossdef> |
3792 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3938 | <para role="glossdeffirst"> |
3939 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3793 | The default set of directories the OpenEmbedded build system | 3940 | The default set of directories the OpenEmbedded build system |
3794 | uses when searching for patches and files. | 3941 | uses when searching for patches and files. |
3795 | During the build process, BitBake searches each directory in | 3942 | During the build process, BitBake searches each directory in |
@@ -3835,7 +3982,8 @@ | |||
3835 | FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process." | 3982 | FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process." |
3836 | </info> | 3983 | </info> |
3837 | <glossdef> | 3984 | <glossdef> |
3838 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 3985 | <para role="glossdeffirst"> |
3986 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3839 | Allows you to define your own file permissions settings table as part of | 3987 | Allows you to define your own file permissions settings table as part of |
3840 | your configuration for the packaging process. | 3988 | your configuration for the packaging process. |
3841 | For example, suppose you need a consistent set of custom permissions for | 3989 | For example, suppose you need a consistent set of custom permissions for |
@@ -3874,7 +4022,8 @@ | |||
3874 | FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'." | 4022 | FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'." |
3875 | </info> | 4023 | </info> |
3876 | <glossdef> | 4024 | <glossdef> |
3877 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4025 | <para role="glossdeffirst"> |
4026 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3878 | When inheriting the | 4027 | When inheriting the |
3879 | <link linkend='ref-classes-fontcache'><filename>fontcache</filename></link> | 4028 | <link linkend='ref-classes-fontcache'><filename>fontcache</filename></link> |
3880 | class, this variable specifies the runtime dependencies | 4029 | class, this variable specifies the runtime dependencies |
@@ -3890,7 +4039,8 @@ | |||
3890 | FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." | 4039 | FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." |
3891 | </info> | 4040 | </info> |
3892 | <glossdef> | 4041 | <glossdef> |
3893 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4042 | <para role="glossdeffirst"> |
4043 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3894 | When inheriting the | 4044 | When inheriting the |
3895 | <link linkend='ref-classes-fontcache'><filename>fontcache</filename></link> | 4045 | <link linkend='ref-classes-fontcache'><filename>fontcache</filename></link> |
3896 | class, this variable identifies packages containing font | 4046 | class, this variable identifies packages containing font |
@@ -3909,7 +4059,8 @@ | |||
3909 | 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'." | 4059 | 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'." |
3910 | </info> | 4060 | </info> |
3911 | <glossdef> | 4061 | <glossdef> |
3912 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4062 | <para role="glossdeffirst"> |
4063 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3913 | The options to pass in | 4064 | The options to pass in |
3914 | <filename><link linkend='var-TARGET_CFLAGS'>TARGET_CFLAGS</link></filename> | 4065 | <filename><link linkend='var-TARGET_CFLAGS'>TARGET_CFLAGS</link></filename> |
3915 | and <filename><link linkend='var-CFLAGS'>CFLAGS</link></filename> | 4066 | and <filename><link linkend='var-CFLAGS'>CFLAGS</link></filename> |
@@ -3928,7 +4079,8 @@ | |||
3928 | GDB[doc] = "The minimal command and arguments to run the GNU Debugger." | 4079 | GDB[doc] = "The minimal command and arguments to run the GNU Debugger." |
3929 | </info> | 4080 | </info> |
3930 | <glossdef> | 4081 | <glossdef> |
3931 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4082 | <para role="glossdeffirst"> |
4083 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3932 | The minimal command and arguments to run the GNU Debugger. | 4084 | The minimal command and arguments to run the GNU Debugger. |
3933 | </para> | 4085 | </para> |
3934 | </glossdef> | 4086 | </glossdef> |
@@ -3939,7 +4091,8 @@ | |||
3939 | GITDIR[doc] = "The directory where Git clones will be stored." | 4091 | GITDIR[doc] = "The directory where Git clones will be stored." |
3940 | </info> | 4092 | </info> |
3941 | <glossdef> | 4093 | <glossdef> |
3942 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4094 | <para role="glossdeffirst"> |
4095 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3943 | The directory in which a local copy of a Git repository | 4096 | The directory in which a local copy of a Git repository |
3944 | is stored when it is cloned. | 4097 | is stored when it is cloned. |
3945 | </para> | 4098 | </para> |
@@ -3951,7 +4104,8 @@ | |||
3951 | 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." | 4104 | 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." |
3952 | </info> | 4105 | </info> |
3953 | <glossdef> | 4106 | <glossdef> |
3954 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4107 | <para role="glossdeffirst"> |
4108 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3955 | Specifies the list of GLIBC locales to generate should you | 4109 | Specifies the list of GLIBC locales to generate should you |
3956 | not wish generate all LIBC locals, which can be time | 4110 | not wish generate all LIBC locals, which can be time |
3957 | consuming. | 4111 | consuming. |
@@ -3979,7 +4133,8 @@ | |||
3979 | 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." | 4133 | 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." |
3980 | </info> | 4134 | </info> |
3981 | <glossdef> | 4135 | <glossdef> |
3982 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4136 | <para role="glossdeffirst"> |
4137 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3983 | When inheriting the | 4138 | When inheriting the |
3984 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> | 4139 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> |
3985 | class, this variable | 4140 | class, this variable |
@@ -4007,7 +4162,8 @@ | |||
4007 | 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." | 4162 | 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." |
4008 | </info> | 4163 | </info> |
4009 | <glossdef> | 4164 | <glossdef> |
4010 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4165 | <para role="glossdeffirst"> |
4166 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4011 | When inheriting the | 4167 | When inheriting the |
4012 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> | 4168 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> |
4013 | class, this variable | 4169 | class, this variable |
@@ -4030,7 +4186,8 @@ | |||
4030 | GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu." | 4186 | GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu." |
4031 | </info> | 4187 | </info> |
4032 | <glossdef> | 4188 | <glossdef> |
4033 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4189 | <para role="glossdeffirst"> |
4190 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4034 | Configures the GNU GRand Unified Bootloader (GRUB) to have | 4191 | Configures the GNU GRand Unified Bootloader (GRUB) to have |
4035 | graphics and serial in the boot menu. | 4192 | graphics and serial in the boot menu. |
4036 | Set this variable to "1" in your | 4193 | Set this variable to "1" in your |
@@ -4052,7 +4209,8 @@ | |||
4052 | GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." | 4209 | GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." |
4053 | </info> | 4210 | </info> |
4054 | <glossdef> | 4211 | <glossdef> |
4055 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4212 | <para role="glossdeffirst"> |
4213 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4056 | Additional options to add to the GNU GRand Unified | 4214 | Additional options to add to the GNU GRand Unified |
4057 | Bootloader (GRUB) configuration. | 4215 | Bootloader (GRUB) configuration. |
4058 | Use a semi-colon character (<filename>;</filename>) to | 4216 | Use a semi-colon character (<filename>;</filename>) to |
@@ -4073,7 +4231,8 @@ | |||
4073 | GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)." | 4231 | GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)." |
4074 | </info> | 4232 | </info> |
4075 | <glossdef> | 4233 | <glossdef> |
4076 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4234 | <para role="glossdeffirst"> |
4235 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4077 | Specifies the timeout before executing the default | 4236 | Specifies the timeout before executing the default |
4078 | <filename>LABEL</filename> in the GNU GRand Unified | 4237 | <filename>LABEL</filename> in the GNU GRand Unified |
4079 | Bootloader (GRUB). | 4238 | Bootloader (GRUB). |
@@ -4093,7 +4252,8 @@ | |||
4093 | 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." | 4252 | 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." |
4094 | </info> | 4253 | </info> |
4095 | <glossdef> | 4254 | <glossdef> |
4096 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4255 | <para role="glossdeffirst"> |
4256 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4097 | When inheriting the | 4257 | When inheriting the |
4098 | <link linkend='ref-classes-gtk-immodules-cache'><filename>gtk-immodules-cache</filename></link> | 4258 | <link linkend='ref-classes-gtk-immodules-cache'><filename>gtk-immodules-cache</filename></link> |
4099 | class, this variable specifies the packages that contain the | 4259 | class, this variable specifies the packages that contain the |
@@ -4108,7 +4268,8 @@ | |||
4108 | GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used." | 4268 | GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used." |
4109 | </info> | 4269 | </info> |
4110 | <glossdef> | 4270 | <glossdef> |
4111 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4271 | <para role="glossdeffirst"> |
4272 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4112 | When | 4273 | When |
4113 | <link linkend='var-EFI_PROVIDER'><filename>EFI_PROVIDER</filename></link> | 4274 | <link linkend='var-EFI_PROVIDER'><filename>EFI_PROVIDER</filename></link> |
4114 | is set to "gummiboot", the | 4275 | is set to "gummiboot", the |
@@ -4135,7 +4296,8 @@ | |||
4135 | 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." | 4296 | 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." |
4136 | </info> | 4297 | </info> |
4137 | <glossdef> | 4298 | <glossdef> |
4138 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4299 | <para role="glossdeffirst"> |
4300 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4139 | When | 4301 | When |
4140 | <link linkend='var-EFI_PROVIDER'><filename>EFI_PROVIDER</filename></link> | 4302 | <link linkend='var-EFI_PROVIDER'><filename>EFI_PROVIDER</filename></link> |
4141 | is set to "gummiboot", the | 4303 | is set to "gummiboot", the |
@@ -4164,7 +4326,8 @@ | |||
4164 | GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds." | 4326 | GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds." |
4165 | </info> | 4327 | </info> |
4166 | <glossdef> | 4328 | <glossdef> |
4167 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4329 | <para role="glossdeffirst"> |
4330 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4168 | When | 4331 | When |
4169 | <link linkend='var-EFI_PROVIDER'><filename>EFI_PROVIDER</filename></link> | 4332 | <link linkend='var-EFI_PROVIDER'><filename>EFI_PROVIDER</filename></link> |
4170 | is set to "gummiboot", the | 4333 | is set to "gummiboot", the |
@@ -4195,7 +4358,8 @@ | |||
4195 | HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." | 4358 | HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." |
4196 | </info> | 4359 | </info> |
4197 | <glossdef> | 4360 | <glossdef> |
4198 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4361 | <para role="glossdeffirst"> |
4362 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4199 | Website where more information about the software the recipe is building | 4363 | Website where more information about the software the recipe is building |
4200 | can be found. | 4364 | can be found. |
4201 | </para> | 4365 | </para> |
@@ -4208,7 +4372,8 @@ | |||
4208 | 4372 | ||
4209 | </info> | 4373 | </info> |
4210 | <glossdef> | 4374 | <glossdef> |
4211 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4375 | <para role="glossdeffirst"> |
4376 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4212 | The name of the target architecture, which is normally | 4377 | The name of the target architecture, which is normally |
4213 | the same as | 4378 | the same as |
4214 | <link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>. | 4379 | <link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>. |
@@ -4235,7 +4400,8 @@ | |||
4235 | HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." | 4400 | HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." |
4236 | </info> | 4401 | </info> |
4237 | <glossdef> | 4402 | <glossdef> |
4238 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4403 | <para role="glossdeffirst"> |
4404 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4239 | Specifies architecture-specific compiler flags that are | 4405 | Specifies architecture-specific compiler flags that are |
4240 | passed to the C compiler. | 4406 | passed to the C compiler. |
4241 | </para> | 4407 | </para> |
@@ -4268,7 +4434,8 @@ | |||
4268 | HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." | 4434 | HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." |
4269 | </info> | 4435 | </info> |
4270 | <glossdef> | 4436 | <glossdef> |
4271 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4437 | <para role="glossdeffirst"> |
4438 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4272 | Specifies the name of the target operating system, which | 4439 | Specifies the name of the target operating system, which |
4273 | is normally the same as the | 4440 | is normally the same as the |
4274 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. | 4441 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. |
@@ -4285,7 +4452,8 @@ | |||
4285 | HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." | 4452 | HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." |
4286 | </info> | 4453 | </info> |
4287 | <glossdef> | 4454 | <glossdef> |
4288 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4455 | <para role="glossdeffirst"> |
4456 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4289 | Specifies the prefix for the cross-compile toolchain. | 4457 | Specifies the prefix for the cross-compile toolchain. |
4290 | <filename>HOST_PREFIX</filename> is normally the same as | 4458 | <filename>HOST_PREFIX</filename> is normally the same as |
4291 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>. | 4459 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>. |
@@ -4298,7 +4466,8 @@ | |||
4298 | 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." | 4466 | 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." |
4299 | </info> | 4467 | </info> |
4300 | <glossdef> | 4468 | <glossdef> |
4301 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4469 | <para role="glossdeffirst"> |
4470 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4302 | Specifies the system, including the architecture and the | 4471 | Specifies the system, including the architecture and the |
4303 | operating system, for which the build is occurring | 4472 | operating system, for which the build is occurring |
4304 | in the context of the current recipe. | 4473 | in the context of the current recipe. |
@@ -4338,7 +4507,8 @@ | |||
4338 | HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." | 4507 | HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." |
4339 | </info> | 4508 | </info> |
4340 | <glossdef> | 4509 | <glossdef> |
4341 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4510 | <para role="glossdeffirst"> |
4511 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4342 | Specifies the name of the vendor. | 4512 | Specifies the name of the vendor. |
4343 | <filename>HOST_VENDOR</filename> is normally the same as | 4513 | <filename>HOST_VENDOR</filename> is normally the same as |
4344 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_VENDOR</filename></link>. | 4514 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_VENDOR</filename></link>. |
@@ -4355,7 +4525,8 @@ | |||
4355 | ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." | 4525 | ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." |
4356 | </info> | 4526 | </info> |
4357 | <glossdef> | 4527 | <glossdef> |
4358 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4528 | <para role="glossdeffirst"> |
4529 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4359 | Disables or enables the <filename>icecc</filename> | 4530 | Disables or enables the <filename>icecc</filename> |
4360 | (Icecream) function. | 4531 | (Icecream) function. |
4361 | For more information on this function and best practices | 4532 | For more information on this function and best practices |
@@ -4383,7 +4554,8 @@ | |||
4383 | ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." | 4554 | ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." |
4384 | </info> | 4555 | </info> |
4385 | <glossdef> | 4556 | <glossdef> |
4386 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4557 | <para role="glossdeffirst"> |
4558 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4387 | Points to the <filename>icecc-create-env</filename> script | 4559 | Points to the <filename>icecc-create-env</filename> script |
4388 | that you provide. | 4560 | that you provide. |
4389 | This variable is used by the | 4561 | This variable is used by the |
@@ -4408,7 +4580,8 @@ | |||
4408 | ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation." | 4580 | ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation." |
4409 | </info> | 4581 | </info> |
4410 | <glossdef> | 4582 | <glossdef> |
4411 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4583 | <para role="glossdeffirst"> |
4584 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4412 | Extra options passed to the <filename>make</filename> | 4585 | Extra options passed to the <filename>make</filename> |
4413 | command during the | 4586 | command during the |
4414 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> | 4587 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> |
@@ -4452,7 +4625,8 @@ | |||
4452 | ICECC_PATH[doc] = "The location of the icecc binary." | 4625 | ICECC_PATH[doc] = "The location of the icecc binary." |
4453 | </info> | 4626 | </info> |
4454 | <glossdef> | 4627 | <glossdef> |
4455 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4628 | <para role="glossdeffirst"> |
4629 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4456 | The location of the <filename>icecc</filename> binary. | 4630 | The location of the <filename>icecc</filename> binary. |
4457 | You can set this variable in your | 4631 | You can set this variable in your |
4458 | <filename>local.conf</filename> file. | 4632 | <filename>local.conf</filename> file. |
@@ -4470,7 +4644,8 @@ | |||
4470 | ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider." | 4644 | ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider." |
4471 | </info> | 4645 | </info> |
4472 | <glossdef> | 4646 | <glossdef> |
4473 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4647 | <para role="glossdeffirst"> |
4648 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4474 | Identifies user classes that you do not want the | 4649 | Identifies user classes that you do not want the |
4475 | Icecream distributed compile support to consider. | 4650 | Icecream distributed compile support to consider. |
4476 | This variable is used by the | 4651 | This variable is used by the |
@@ -4495,7 +4670,8 @@ | |||
4495 | ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." | 4670 | ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." |
4496 | </info> | 4671 | </info> |
4497 | <glossdef> | 4672 | <glossdef> |
4498 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4673 | <para role="glossdeffirst"> |
4674 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4499 | Identifies user recipes that you do not want the | 4675 | Identifies user recipes that you do not want the |
4500 | Icecream distributed compile support to consider. | 4676 | Icecream distributed compile support to consider. |
4501 | This variable is used by the | 4677 | This variable is used by the |
@@ -4520,7 +4696,8 @@ | |||
4520 | 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." | 4696 | 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." |
4521 | </info> | 4697 | </info> |
4522 | <glossdef> | 4698 | <glossdef> |
4523 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4699 | <para role="glossdeffirst"> |
4700 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4524 | Identifies user recipes that use an empty | 4701 | Identifies user recipes that use an empty |
4525 | <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link> | 4702 | <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link> |
4526 | variable that you want to force remote distributed | 4703 | variable that you want to force remote distributed |
@@ -4540,7 +4717,8 @@ | |||
4540 | IMAGE_BASENAME[doc] = "The base name of image output files." | 4717 | IMAGE_BASENAME[doc] = "The base name of image output files." |
4541 | </info> | 4718 | </info> |
4542 | <glossdef> | 4719 | <glossdef> |
4543 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4720 | <para role="glossdeffirst"> |
4721 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4544 | The base name of image output files. | 4722 | The base name of image output files. |
4545 | This variable defaults to the recipe name | 4723 | This variable defaults to the recipe name |
4546 | (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>). | 4724 | (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>). |
@@ -4553,7 +4731,8 @@ | |||
4553 | 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)." | 4731 | 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)." |
4554 | </info> | 4732 | </info> |
4555 | <glossdef> | 4733 | <glossdef> |
4556 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4734 | <para role="glossdeffirst"> |
4735 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4557 | A space-separated list of files installed into the | 4736 | A space-separated list of files installed into the |
4558 | boot partition when preparing an image using the | 4737 | boot partition when preparing an image using the |
4559 | <filename>wic</filename> tool with the | 4738 | <filename>wic</filename> tool with the |
@@ -4602,7 +4781,8 @@ | |||
4602 | IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." | 4781 | IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." |
4603 | </info> | 4782 | </info> |
4604 | <glossdef> | 4783 | <glossdef> |
4605 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4784 | <para role="glossdeffirst"> |
4785 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4606 | A list of classes that all images should inherit. | 4786 | A list of classes that all images should inherit. |
4607 | You typically use this variable to specify the list of | 4787 | You typically use this variable to specify the list of |
4608 | classes that register the different types of images | 4788 | classes that register the different types of images |
@@ -4630,7 +4810,8 @@ | |||
4630 | 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)." | 4810 | 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)." |
4631 | </info> | 4811 | </info> |
4632 | <glossdef> | 4812 | <glossdef> |
4633 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4813 | <para role="glossdeffirst"> |
4814 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4634 | Specifies the command to create the image file for a | 4815 | Specifies the command to create the image file for a |
4635 | specific image type, which corresponds to the value set | 4816 | specific image type, which corresponds to the value set |
4636 | set in | 4817 | set in |
@@ -4663,7 +4844,8 @@ | |||
4663 | 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." | 4844 | 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." |
4664 | </info> | 4845 | </info> |
4665 | <glossdef> | 4846 | <glossdef> |
4666 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4847 | <para role="glossdeffirst"> |
4848 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4667 | Specifies one or more files that contain custom device | 4849 | Specifies one or more files that contain custom device |
4668 | tables that are passed to the | 4850 | tables that are passed to the |
4669 | <filename>makedevs</filename> command as part of creating | 4851 | <filename>makedevs</filename> command as part of creating |
@@ -4686,7 +4868,8 @@ | |||
4686 | IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." | 4868 | IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." |
4687 | </info> | 4869 | </info> |
4688 | <glossdef> | 4870 | <glossdef> |
4689 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4871 | <para role="glossdeffirst"> |
4872 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4690 | The primary list of features to include in an image. | 4873 | The primary list of features to include in an image. |
4691 | Typically, you configure this variable in an image recipe. | 4874 | Typically, you configure this variable in an image recipe. |
4692 | Although you can use this variable from your | 4875 | Although you can use this variable from your |
@@ -4721,7 +4904,8 @@ | |||
4721 | IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." | 4904 | IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." |
4722 | </info> | 4905 | </info> |
4723 | <glossdef> | 4906 | <glossdef> |
4724 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4907 | <para role="glossdeffirst"> |
4908 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4725 | Specifies the formats the OpenEmbedded build system uses | 4909 | Specifies the formats the OpenEmbedded build system uses |
4726 | during the build when creating the root filesystem. | 4910 | during the build when creating the root filesystem. |
4727 | For example, setting <filename>IMAGE_FSTYPES</filename> | 4911 | For example, setting <filename>IMAGE_FSTYPES</filename> |
@@ -4762,7 +4946,8 @@ | |||
4762 | 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." | 4946 | 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." |
4763 | </info> | 4947 | </info> |
4764 | <glossdef> | 4948 | <glossdef> |
4765 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 4949 | <para role="glossdeffirst"> |
4950 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4766 | Specifies the packages to install into an image. | 4951 | Specifies the packages to install into an image. |
4767 | The <filename>IMAGE_INSTALL</filename> variable is a | 4952 | The <filename>IMAGE_INSTALL</filename> variable is a |
4768 | mechanism for an image recipe and you should use it | 4953 | mechanism for an image recipe and you should use it |
@@ -4828,7 +5013,8 @@ | |||
4828 | IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." | 5013 | IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." |
4829 | </info> | 5014 | </info> |
4830 | <glossdef> | 5015 | <glossdef> |
4831 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5016 | <para role="glossdeffirst"> |
5017 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4832 | Specifies the list of locales to install into the image | 5018 | Specifies the list of locales to install into the image |
4833 | during the root filesystem construction process. | 5019 | during the root filesystem construction process. |
4834 | The OpenEmbedded build system automatically splits locale | 5020 | The OpenEmbedded build system automatically splits locale |
@@ -4869,7 +5055,8 @@ | |||
4869 | IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image." | 5055 | IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image." |
4870 | </info> | 5056 | </info> |
4871 | <glossdef> | 5057 | <glossdef> |
4872 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5058 | <para role="glossdeffirst"> |
5059 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4873 | The manifest file for the image. | 5060 | The manifest file for the image. |
4874 | This file lists all the installed packages that make up | 5061 | This file lists all the installed packages that make up |
4875 | the image. | 5062 | the image. |
@@ -4905,7 +5092,8 @@ | |||
4905 | IMAGE_NAME[doc] = "The name of the output image files minus the extension." | 5092 | IMAGE_NAME[doc] = "The name of the output image files minus the extension." |
4906 | </info> | 5093 | </info> |
4907 | <glossdef> | 5094 | <glossdef> |
4908 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5095 | <para role="glossdeffirst"> |
5096 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4909 | The name of the output image files minus the extension. | 5097 | The name of the output image files minus the extension. |
4910 | This variable is derived using the | 5098 | This variable is derived using the |
4911 | <link linkend='var-IMAGE_BASENAME'><filename>IMAGE_BASENAME</filename></link>, | 5099 | <link linkend='var-IMAGE_BASENAME'><filename>IMAGE_BASENAME</filename></link>, |
@@ -4925,7 +5113,8 @@ | |||
4925 | 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." | 5113 | 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." |
4926 | </info> | 5114 | </info> |
4927 | <glossdef> | 5115 | <glossdef> |
4928 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5116 | <para role="glossdeffirst"> |
5117 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4929 | Defines a multiplier that the build system applies to the initial image | 5118 | Defines a multiplier that the build system applies to the initial image |
4930 | size for cases when the multiplier times the returned disk usage value | 5119 | size for cases when the multiplier times the returned disk usage value |
4931 | for the image is greater than the sum of | 5120 | for the image is greater than the sum of |
@@ -4970,7 +5159,8 @@ | |||
4970 | IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." | 5159 | IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." |
4971 | </info> | 5160 | </info> |
4972 | <glossdef> | 5161 | <glossdef> |
4973 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5162 | <para role="glossdeffirst"> |
5163 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4974 | Defines the package type (DEB, RPM, IPK, or TAR) used | 5164 | Defines the package type (DEB, RPM, IPK, or TAR) used |
4975 | by the OpenEmbedded build system. | 5165 | by the OpenEmbedded build system. |
4976 | The variable is defined appropriately by the | 5166 | The variable is defined appropriately by the |
@@ -5021,7 +5211,8 @@ | |||
5021 | IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." | 5211 | IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." |
5022 | </info> | 5212 | </info> |
5023 | <glossdef> | 5213 | <glossdef> |
5024 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5214 | <para role="glossdeffirst"> |
5215 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5025 | Added by classes to run post processing commands once the | 5216 | Added by classes to run post processing commands once the |
5026 | OpenEmbedded build system has created the image. | 5217 | OpenEmbedded build system has created the image. |
5027 | You can specify shell commands separated by semicolons: | 5218 | You can specify shell commands separated by semicolons: |
@@ -5044,7 +5235,8 @@ | |||
5044 | IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." | 5235 | IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." |
5045 | </info> | 5236 | </info> |
5046 | <glossdef> | 5237 | <glossdef> |
5047 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5238 | <para role="glossdeffirst"> |
5239 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5048 | The location of the root filesystem while it is under | 5240 | The location of the root filesystem while it is under |
5049 | construction (i.e. during the | 5241 | construction (i.e. during the |
5050 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link> | 5242 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link> |
@@ -5060,7 +5252,8 @@ | |||
5060 | IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." | 5252 | IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." |
5061 | </info> | 5253 | </info> |
5062 | <glossdef> | 5254 | <glossdef> |
5063 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5255 | <para role="glossdeffirst"> |
5256 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5064 | Specifies the alignment for the output image file in | 5257 | Specifies the alignment for the output image file in |
5065 | Kbytes. | 5258 | Kbytes. |
5066 | If the size of the image is not a multiple of | 5259 | If the size of the image is not a multiple of |
@@ -5079,7 +5272,8 @@ | |||
5079 | IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." | 5272 | IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." |
5080 | </info> | 5273 | </info> |
5081 | <glossdef> | 5274 | <glossdef> |
5082 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5275 | <para role="glossdeffirst"> |
5276 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5083 | Defines additional free disk space created in the image in Kbytes. | 5277 | Defines additional free disk space created in the image in Kbytes. |
5084 | By default, this variable is set to "0". | 5278 | By default, this variable is set to "0". |
5085 | This free disk space is added to the image after the build system determines | 5279 | This free disk space is added to the image after the build system determines |
@@ -5113,7 +5307,8 @@ | |||
5113 | IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." | 5307 | IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." |
5114 | </info> | 5308 | </info> |
5115 | <glossdef> | 5309 | <glossdef> |
5116 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5310 | <para role="glossdeffirst"> |
5311 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5117 | Defines the size in Kbytes for the generated image. | 5312 | Defines the size in Kbytes for the generated image. |
5118 | The OpenEmbedded build system determines the final size for the generated | 5313 | The OpenEmbedded build system determines the final size for the generated |
5119 | image using an algorithm that takes into account the initial disk space used | 5314 | image using an algorithm that takes into account the initial disk space used |
@@ -5162,7 +5357,8 @@ | |||
5162 | IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." | 5357 | IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." |
5163 | </info> | 5358 | </info> |
5164 | <glossdef> | 5359 | <glossdef> |
5165 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5360 | <para role="glossdeffirst"> |
5361 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5166 | Specifies a dependency from one image type on another. | 5362 | Specifies a dependency from one image type on another. |
5167 | Here is an example from the | 5363 | Here is an example from the |
5168 | <link linkend='ref-classes-image-live'><filename>image-live</filename></link> | 5364 | <link linkend='ref-classes-image-live'><filename>image-live</filename></link> |
@@ -5191,7 +5387,8 @@ | |||
5191 | IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." | 5387 | IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." |
5192 | </info> | 5388 | </info> |
5193 | <glossdef> | 5389 | <glossdef> |
5194 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5390 | <para role="glossdeffirst"> |
5391 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5195 | Specifies the complete list of supported image types | 5392 | Specifies the complete list of supported image types |
5196 | by default: | 5393 | by default: |
5197 | <literallayout class='monospaced'> | 5394 | <literallayout class='monospaced'> |
@@ -5237,7 +5434,8 @@ | |||
5237 | INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." | 5434 | INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." |
5238 | </info> | 5435 | </info> |
5239 | <glossdef> | 5436 | <glossdef> |
5240 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5437 | <para role="glossdeffirst"> |
5438 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5241 | Helps define the recipe revision for recipes that share | 5439 | Helps define the recipe revision for recipes that share |
5242 | a common <filename>include</filename> file. | 5440 | a common <filename>include</filename> file. |
5243 | You can think of this variable as part of the recipe revision | 5441 | You can think of this variable as part of the recipe revision |
@@ -5302,7 +5500,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5302 | INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build." | 5500 | INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build." |
5303 | </info> | 5501 | </info> |
5304 | <glossdef> | 5502 | <glossdef> |
5305 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5503 | <para role="glossdeffirst"> |
5504 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5306 | Specifies a space-separated list of license names | 5505 | Specifies a space-separated list of license names |
5307 | (as they would appear in | 5506 | (as they would appear in |
5308 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link>) | 5507 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link>) |
@@ -5332,7 +5531,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5332 | INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS." | 5531 | INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS." |
5333 | </info> | 5532 | </info> |
5334 | <glossdef> | 5533 | <glossdef> |
5335 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5534 | <para role="glossdeffirst"> |
5535 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5336 | Prevents the default dependencies, namely the C compiler | 5536 | Prevents the default dependencies, namely the C compiler |
5337 | and standard C library (libc), from being added to | 5537 | and standard C library (libc), from being added to |
5338 | <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>. | 5538 | <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>. |
@@ -5352,7 +5552,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5352 | INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." | 5552 | INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." |
5353 | </info> | 5553 | </info> |
5354 | <glossdef> | 5554 | <glossdef> |
5355 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5555 | <para role="glossdeffirst"> |
5556 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5356 | Prevents the OpenEmbedded build system from splitting | 5557 | Prevents the OpenEmbedded build system from splitting |
5357 | out debug information during packaging. | 5558 | out debug information during packaging. |
5358 | By default, the build system splits out debugging | 5559 | By default, the build system splits out debugging |
@@ -5382,7 +5583,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5382 | INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." | 5583 | INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." |
5383 | </info> | 5584 | </info> |
5384 | <glossdef> | 5585 | <glossdef> |
5385 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5586 | <para role="glossdeffirst"> |
5587 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5386 | If set to "1", causes the build to not strip binaries in resulting packages. | 5588 | If set to "1", causes the build to not strip binaries in resulting packages. |
5387 | </para> | 5589 | </para> |
5388 | </glossdef> | 5590 | </glossdef> |
@@ -5393,7 +5595,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5393 | INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." | 5595 | INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." |
5394 | </info> | 5596 | </info> |
5395 | <glossdef> | 5597 | <glossdef> |
5396 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5598 | <para role="glossdeffirst"> |
5599 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5397 | Causes the named class to be inherited at | 5600 | Causes the named class to be inherited at |
5398 | this point during parsing. | 5601 | this point during parsing. |
5399 | The variable is only valid in configuration files. | 5602 | The variable is only valid in configuration files. |
@@ -5406,7 +5609,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5406 | INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable." | 5609 | INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable." |
5407 | </info> | 5610 | </info> |
5408 | <glossdef> | 5611 | <glossdef> |
5409 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5612 | <para role="glossdeffirst"> |
5613 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5410 | Lists classes that will be inherited at the | 5614 | Lists classes that will be inherited at the |
5411 | distribution level. | 5615 | distribution level. |
5412 | It is unlikely that you want to edit this variable. | 5616 | It is unlikely that you want to edit this variable. |
@@ -5428,7 +5632,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5428 | INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot." | 5632 | INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot." |
5429 | </info> | 5633 | </info> |
5430 | <glossdef> | 5634 | <glossdef> |
5431 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5635 | <para role="glossdeffirst"> |
5636 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5432 | Defines the format for the output image of an initial | 5637 | Defines the format for the output image of an initial |
5433 | RAM disk (initramfs), which is used during boot. | 5638 | RAM disk (initramfs), which is used during boot. |
5434 | Supported formats are the same as those supported by the | 5639 | Supported formats are the same as those supported by the |
@@ -5443,7 +5648,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5443 | 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)." | 5648 | 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)." |
5444 | </info> | 5649 | </info> |
5445 | <glossdef> | 5650 | <glossdef> |
5446 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5651 | <para role="glossdeffirst"> |
5652 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5447 | Causes the OpenEmbedded build system to build an additional | 5653 | Causes the OpenEmbedded build system to build an additional |
5448 | recipe as a dependency to your root filesystem recipe | 5654 | recipe as a dependency to your root filesystem recipe |
5449 | (e.g. <filename>core-image-sato</filename>). | 5655 | (e.g. <filename>core-image-sato</filename>). |
@@ -5489,7 +5695,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5489 | 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)." | 5695 | 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)." |
5490 | </info> | 5696 | </info> |
5491 | <glossdef> | 5697 | <glossdef> |
5492 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5698 | <para role="glossdeffirst"> |
5699 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5493 | Controls whether or not the image recipe specified by | 5700 | Controls whether or not the image recipe specified by |
5494 | <link linkend='var-INITRAMFS_IMAGE'><filename>INITRAMFS_IMAGE</filename></link> | 5701 | <link linkend='var-INITRAMFS_IMAGE'><filename>INITRAMFS_IMAGE</filename></link> |
5495 | is run through an extra pass during kernel compilation | 5702 | is run through an extra pass during kernel compilation |
@@ -5539,7 +5746,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5539 | INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)." | 5746 | INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)." |
5540 | </info> | 5747 | </info> |
5541 | <glossdef> | 5748 | <glossdef> |
5542 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5749 | <para role="glossdeffirst"> |
5750 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5543 | Indicates list of filesystem images to concatenate and use | 5751 | Indicates list of filesystem images to concatenate and use |
5544 | as an initial RAM disk (<filename>initrd</filename>). | 5752 | as an initial RAM disk (<filename>initrd</filename>). |
5545 | </para> | 5753 | </para> |
@@ -5558,7 +5766,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5558 | 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." | 5766 | 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." |
5559 | </info> | 5767 | </info> |
5560 | <glossdef> | 5768 | <glossdef> |
5561 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5769 | <para role="glossdeffirst"> |
5770 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5562 | When building a "live" bootable image (i.e. when | 5771 | When building a "live" bootable image (i.e. when |
5563 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> | 5772 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> |
5564 | contains "live"), <filename>INITRD_IMAGE</filename> | 5773 | contains "live"), <filename>INITRD_IMAGE</filename> |
@@ -5580,7 +5789,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5580 | INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." | 5789 | INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." |
5581 | </info> | 5790 | </info> |
5582 | <glossdef> | 5791 | <glossdef> |
5583 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5792 | <para role="glossdeffirst"> |
5793 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5584 | The filename of the initialization script as installed to | 5794 | The filename of the initialization script as installed to |
5585 | <filename>${sysconfdir}/init.d</filename>. | 5795 | <filename>${sysconfdir}/init.d</filename>. |
5586 | </para> | 5796 | </para> |
@@ -5597,7 +5807,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5597 | 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." | 5807 | 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." |
5598 | </info> | 5808 | </info> |
5599 | <glossdef> | 5809 | <glossdef> |
5600 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5810 | <para role="glossdeffirst"> |
5811 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5601 | A list of the packages that contain initscripts. | 5812 | A list of the packages that contain initscripts. |
5602 | If multiple packages are specified, you need to append the package name | 5813 | If multiple packages are specified, you need to append the package name |
5603 | to the other <filename>INITSCRIPT_*</filename> as an override. | 5814 | to the other <filename>INITSCRIPT_*</filename> as an override. |
@@ -5616,7 +5827,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5616 | 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." | 5827 | 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." |
5617 | </info> | 5828 | </info> |
5618 | <glossdef> | 5829 | <glossdef> |
5619 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5830 | <para role="glossdeffirst"> |
5831 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5620 | Specifies the options to pass to <filename>update-rc.d</filename>. | 5832 | Specifies the options to pass to <filename>update-rc.d</filename>. |
5621 | Here is an example: | 5833 | Here is an example: |
5622 | <literallayout class='monospaced'> | 5834 | <literallayout class='monospaced'> |
@@ -5653,7 +5865,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5653 | INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe." | 5865 | INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe." |
5654 | </info> | 5866 | </info> |
5655 | <glossdef> | 5867 | <glossdef> |
5656 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5868 | <para role="glossdeffirst"> |
5869 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5657 | Specifies the QA checks to skip for a specific package | 5870 | Specifies the QA checks to skip for a specific package |
5658 | within a recipe. | 5871 | within a recipe. |
5659 | For example, to skip the check for symbolic link | 5872 | For example, to skip the check for symbolic link |
@@ -5679,7 +5892,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5679 | IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." | 5892 | IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." |
5680 | </info> | 5893 | </info> |
5681 | <glossdef> | 5894 | <glossdef> |
5682 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5895 | <para role="glossdeffirst"> |
5896 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5683 | When the IPK backend is in use and package management | 5897 | When the IPK backend is in use and package management |
5684 | is enabled on the target, you can use this variable to | 5898 | is enabled on the target, you can use this variable to |
5685 | set up <filename>opkg</filename> in the target image | 5899 | set up <filename>opkg</filename> in the target image |
@@ -5738,7 +5952,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5738 | KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions." | 5952 | KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions." |
5739 | </info> | 5953 | </info> |
5740 | <glossdef> | 5954 | <glossdef> |
5741 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5955 | <para role="glossdeffirst"> |
5956 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5742 | Defines the kernel architecture used when assembling | 5957 | Defines the kernel architecture used when assembling |
5743 | the configuration. | 5958 | the configuration. |
5744 | Architectures supported for this release are: | 5959 | Architectures supported for this release are: |
@@ -5764,7 +5979,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5764 | 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." | 5979 | 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." |
5765 | </info> | 5980 | </info> |
5766 | <glossdef> | 5981 | <glossdef> |
5767 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 5982 | <para role="glossdeffirst"> |
5983 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5768 | A regular expression used by the build process to explicitly | 5984 | A regular expression used by the build process to explicitly |
5769 | identify the kernel branch that is validated, patched, | 5985 | identify the kernel branch that is validated, patched, |
5770 | and configured during a build. | 5986 | and configured during a build. |
@@ -5814,7 +6030,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5814 | KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." | 6030 | KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." |
5815 | </info> | 6031 | </info> |
5816 | <glossdef> | 6032 | <glossdef> |
5817 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6033 | <para role="glossdeffirst"> |
6034 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5818 | Specifies additional <filename>make</filename> | 6035 | Specifies additional <filename>make</filename> |
5819 | command-line arguments the OpenEmbedded build system | 6036 | command-line arguments the OpenEmbedded build system |
5820 | passes on when compiling the kernel. | 6037 | passes on when compiling the kernel. |
@@ -5827,7 +6044,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5827 | 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." | 6044 | 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." |
5828 | </info> | 6045 | </info> |
5829 | <glossdef> | 6046 | <glossdef> |
5830 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6047 | <para role="glossdeffirst"> |
6048 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5831 | Includes additional metadata from the Yocto Project kernel Git repository. | 6049 | Includes additional metadata from the Yocto Project kernel Git repository. |
5832 | In the OpenEmbedded build system, the default Board Support Packages (BSPs) | 6050 | In the OpenEmbedded build system, the default Board Support Packages (BSPs) |
5833 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> | 6051 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> |
@@ -5867,7 +6085,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5867 | KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image." | 6085 | KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image." |
5868 | </info> | 6086 | </info> |
5869 | <glossdef> | 6087 | <glossdef> |
5870 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6088 | <para role="glossdeffirst"> |
6089 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5871 | The base name of the kernel image. | 6090 | The base name of the kernel image. |
5872 | This variable is set in the | 6091 | This variable is set in the |
5873 | <link linkend='ref-classes-kernel'>kernel</link> class | 6092 | <link linkend='ref-classes-kernel'>kernel</link> class |
@@ -5896,7 +6115,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5896 | KERNEL_IMAGE_MAXSIZE[doc] = "The maximum allowable size in kilobytes of the kernel image file." | 6115 | KERNEL_IMAGE_MAXSIZE[doc] = "The maximum allowable size in kilobytes of the kernel image file." |
5897 | </info> | 6116 | </info> |
5898 | <glossdef> | 6117 | <glossdef> |
5899 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6118 | <para role="glossdeffirst"> |
6119 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5900 | Specifies the maximum size of the kernel image file in | 6120 | Specifies the maximum size of the kernel image file in |
5901 | kilobytes. | 6121 | kilobytes. |
5902 | If <filename>KERNEL_IMAGE_MAXSIZE</filename> is set, | 6122 | If <filename>KERNEL_IMAGE_MAXSIZE</filename> is set, |
@@ -5926,7 +6146,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5926 | KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." | 6146 | KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." |
5927 | </info> | 6147 | </info> |
5928 | <glossdef> | 6148 | <glossdef> |
5929 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6149 | <para role="glossdeffirst"> |
6150 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5930 | The type of kernel to build for a device, usually set by the | 6151 | The type of kernel to build for a device, usually set by the |
5931 | machine configuration files and defaults to "zImage". | 6152 | machine configuration files and defaults to "zImage". |
5932 | This variable is used | 6153 | This variable is used |
@@ -5941,7 +6162,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5941 | KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot" | 6162 | KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot" |
5942 | </info> | 6163 | </info> |
5943 | <glossdef> | 6164 | <glossdef> |
5944 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6165 | <para role="glossdeffirst"> |
6166 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5945 | Lists kernel modules that need to be auto-loaded during | 6167 | Lists kernel modules that need to be auto-loaded during |
5946 | boot. | 6168 | boot. |
5947 | <note> | 6169 | <note> |
@@ -5994,7 +6216,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5994 | 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." | 6216 | 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." |
5995 | </info> | 6217 | </info> |
5996 | <glossdef> | 6218 | <glossdef> |
5997 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6219 | <para role="glossdeffirst"> |
6220 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
5998 | Provides a list of modules for which the OpenEmbedded | 6221 | Provides a list of modules for which the OpenEmbedded |
5999 | build system expects to find | 6222 | build system expects to find |
6000 | <filename>module_conf_</filename><replaceable>modname</replaceable> | 6223 | <filename>module_conf_</filename><replaceable>modname</replaceable> |
@@ -6012,7 +6235,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6012 | 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)." | 6235 | 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)." |
6013 | </info> | 6236 | </info> |
6014 | <glossdef> | 6237 | <glossdef> |
6015 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6238 | <para role="glossdeffirst"> |
6239 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6016 | The location of the kernel sources. | 6240 | The location of the kernel sources. |
6017 | This variable is set to the value of the | 6241 | This variable is set to the value of the |
6018 | <link linkend='var-STAGING_KERNEL_DIR'><filename>STAGING_KERNEL_DIR</filename></link> | 6242 | <link linkend='var-STAGING_KERNEL_DIR'><filename>STAGING_KERNEL_DIR</filename></link> |
@@ -6042,7 +6266,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6042 | 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)." | 6266 | 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)." |
6043 | </info> | 6267 | </info> |
6044 | <glossdef> | 6268 | <glossdef> |
6045 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6269 | <para role="glossdeffirst"> |
6270 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6046 | The location of the kernel sources. | 6271 | The location of the kernel sources. |
6047 | This variable is set to the value of the | 6272 | This variable is set to the value of the |
6048 | <link linkend='var-STAGING_KERNEL_DIR'><filename>STAGING_KERNEL_DIR</filename></link> | 6273 | <link linkend='var-STAGING_KERNEL_DIR'><filename>STAGING_KERNEL_DIR</filename></link> |
@@ -6072,7 +6297,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6072 | 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." | 6297 | 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." |
6073 | </info> | 6298 | </info> |
6074 | <glossdef> | 6299 | <glossdef> |
6075 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6300 | <para role="glossdeffirst"> |
6301 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6076 | Provides a short description of a configuration fragment. | 6302 | Provides a short description of a configuration fragment. |
6077 | You use this variable in the <filename>.scc</filename> | 6303 | You use this variable in the <filename>.scc</filename> |
6078 | file that describes a configuration fragment file. | 6304 | file that describes a configuration fragment file. |
@@ -6091,7 +6317,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6091 | KMACHINE[doc] = "The machine as known by the kernel." | 6317 | KMACHINE[doc] = "The machine as known by the kernel." |
6092 | </info> | 6318 | </info> |
6093 | <glossdef> | 6319 | <glossdef> |
6094 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6320 | <para role="glossdeffirst"> |
6321 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6095 | The machine as known by the kernel. | 6322 | The machine as known by the kernel. |
6096 | Sometimes the machine name used by the kernel does not | 6323 | Sometimes the machine name used by the kernel does not |
6097 | match the machine name used by the OpenEmbedded build | 6324 | match the machine name used by the OpenEmbedded build |
@@ -6137,7 +6364,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6137 | KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." | 6364 | KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." |
6138 | </info> | 6365 | </info> |
6139 | <glossdef> | 6366 | <glossdef> |
6140 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6367 | <para role="glossdeffirst"> |
6368 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6141 | Defines the kernel type to be used in assembling the | 6369 | Defines the kernel type to be used in assembling the |
6142 | configuration. | 6370 | configuration. |
6143 | The linux-yocto recipes define "standard", "tiny", | 6371 | The linux-yocto recipes define "standard", "tiny", |
@@ -6166,7 +6394,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6166 | LABELS[doc] = "Provides a list of targets for automatic configuration." | 6394 | LABELS[doc] = "Provides a list of targets for automatic configuration." |
6167 | </info> | 6395 | </info> |
6168 | <glossdef> | 6396 | <glossdef> |
6169 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6397 | <para role="glossdeffirst"> |
6398 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6170 | Provides a list of targets for automatic configuration. | 6399 | Provides a list of targets for automatic configuration. |
6171 | </para> | 6400 | </para> |
6172 | 6401 | ||
@@ -6183,7 +6412,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6183 | 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." | 6412 | 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." |
6184 | </info> | 6413 | </info> |
6185 | <glossdef> | 6414 | <glossdef> |
6186 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6415 | <para role="glossdeffirst"> |
6416 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6187 | Lists the layers that this recipe depends upon, separated by spaces. | 6417 | Lists the layers that this recipe depends upon, separated by spaces. |
6188 | Optionally, you can specify a specific layer version for a dependency | 6418 | Optionally, you can specify a specific layer version for a dependency |
6189 | by adding it to the end of the layer name with a colon, (e.g. "anotherlayer:3" | 6419 | by adding it to the end of the layer name with a colon, (e.g. "anotherlayer:3" |
@@ -6204,7 +6434,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6204 | LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer." | 6434 | LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer." |
6205 | </info> | 6435 | </info> |
6206 | <glossdef> | 6436 | <glossdef> |
6207 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6437 | <para role="glossdeffirst"> |
6438 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6208 | When used inside the <filename>layer.conf</filename> configuration | 6439 | When used inside the <filename>layer.conf</filename> configuration |
6209 | file, this variable provides the path of the current layer. | 6440 | file, this variable provides the path of the current layer. |
6210 | This variable is not available outside of <filename>layer.conf</filename> | 6441 | This variable is not available outside of <filename>layer.conf</filename> |
@@ -6218,7 +6449,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6218 | 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." | 6449 | 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." |
6219 | </info> | 6450 | </info> |
6220 | <glossdef> | 6451 | <glossdef> |
6221 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6452 | <para role="glossdeffirst"> |
6453 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6222 | Optionally specifies the version of a layer as a single number. | 6454 | Optionally specifies the version of a layer as a single number. |
6223 | You can use this within | 6455 | You can use this within |
6224 | <link linkend='var-LAYERDEPENDS'><filename>LAYERDEPENDS</filename></link> | 6456 | <link linkend='var-LAYERDEPENDS'><filename>LAYERDEPENDS</filename></link> |
@@ -6236,7 +6468,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6236 | LD[doc] = "Minimal command and arguments to run the linker." | 6468 | LD[doc] = "Minimal command and arguments to run the linker." |
6237 | </info> | 6469 | </info> |
6238 | <glossdef> | 6470 | <glossdef> |
6239 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6471 | <para role="glossdeffirst"> |
6472 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6240 | The minimal command and arguments used to run the | 6473 | The minimal command and arguments used to run the |
6241 | linker. | 6474 | linker. |
6242 | </para> | 6475 | </para> |
@@ -6248,7 +6481,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6248 | LDFLAGS[doc] = "Specifies the flags to pass to the linker." | 6481 | LDFLAGS[doc] = "Specifies the flags to pass to the linker." |
6249 | </info> | 6482 | </info> |
6250 | <glossdef> | 6483 | <glossdef> |
6251 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6484 | <para role="glossdeffirst"> |
6485 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6252 | Specifies the flags to pass to the linker. | 6486 | Specifies the flags to pass to the linker. |
6253 | This variable is exported to an environment | 6487 | This variable is exported to an environment |
6254 | variable and thus made visible to the software being | 6488 | variable and thus made visible to the software being |
@@ -6283,7 +6517,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6283 | 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." | 6517 | 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." |
6284 | </info> | 6518 | </info> |
6285 | <glossdef> | 6519 | <glossdef> |
6286 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6520 | <para role="glossdeffirst"> |
6521 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6287 | Specifies the lead (or primary) compiled library file | 6522 | Specifies the lead (or primary) compiled library file |
6288 | (<filename>.so</filename>) that the | 6523 | (<filename>.so</filename>) that the |
6289 | <link linkend='ref-classes-debian'><filename>debian</filename></link> | 6524 | <link linkend='ref-classes-debian'><filename>debian</filename></link> |
@@ -6303,8 +6538,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6303 | LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." | 6538 | LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." |
6304 | </info> | 6539 | </info> |
6305 | <glossdef> | 6540 | <glossdef> |
6306 | <para>Checksums of the license text in the recipe source code.</para> | 6541 | <para role="glossdeffirst"> |
6307 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6542 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
6543 | Checksums of the license text in the recipe source code. | ||
6544 | </para> | ||
6545 | |||
6546 | <para> | ||
6308 | This variable tracks changes in license text of the source | 6547 | This variable tracks changes in license text of the source |
6309 | code files. | 6548 | code files. |
6310 | If the license text is changed, it will trigger a build | 6549 | If the license text is changed, it will trigger a build |
@@ -6328,7 +6567,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6328 | LICENSE[doc] = "The list of source licenses for the recipe. The logical operators &, '|', and parentheses can be used." | 6567 | LICENSE[doc] = "The list of source licenses for the recipe. The logical operators &, '|', and parentheses can be used." |
6329 | </info> | 6568 | </info> |
6330 | <glossdef> | 6569 | <glossdef> |
6331 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6570 | <para role="glossdeffirst"> |
6571 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6332 | The list of source licenses for the recipe. | 6572 | The list of source licenses for the recipe. |
6333 | Follow these rules: | 6573 | Follow these rules: |
6334 | <itemizedlist> | 6574 | <itemizedlist> |
@@ -6392,7 +6632,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6392 | 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." | 6632 | 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." |
6393 | </info> | 6633 | </info> |
6394 | <glossdef> | 6634 | <glossdef> |
6395 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6635 | <para role="glossdeffirst"> |
6636 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6396 | Specifies additional flags for a recipe you must | 6637 | Specifies additional flags for a recipe you must |
6397 | whitelist through | 6638 | whitelist through |
6398 | <link linkend='var-LICENSE_FLAGS_WHITELIST'><filename>LICENSE_FLAGS_WHITELIST</filename></link> | 6639 | <link linkend='var-LICENSE_FLAGS_WHITELIST'><filename>LICENSE_FLAGS_WHITELIST</filename></link> |
@@ -6419,7 +6660,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6419 | LICENSE_FLAGS_WHITELIST[doc] = "Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being built." | 6660 | LICENSE_FLAGS_WHITELIST[doc] = "Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being built." |
6420 | </info> | 6661 | </info> |
6421 | <glossdef> | 6662 | <glossdef> |
6422 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6663 | <para role="glossdeffirst"> |
6664 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6423 | Lists license flags that when specified in | 6665 | Lists license flags that when specified in |
6424 | <link linkend='var-LICENSE_FLAGS'><filename>LICENSE_FLAGS</filename></link> | 6666 | <link linkend='var-LICENSE_FLAGS'><filename>LICENSE_FLAGS</filename></link> |
6425 | within a recipe should not prevent that recipe from being | 6667 | within a recipe should not prevent that recipe from being |
@@ -6438,7 +6680,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6438 | LICENSE_PATH[doc] = "Path to additional licenses used during the build." | 6680 | LICENSE_PATH[doc] = "Path to additional licenses used during the build." |
6439 | </info> | 6681 | </info> |
6440 | <glossdef> | 6682 | <glossdef> |
6441 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6683 | <para role="glossdeffirst"> |
6684 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6442 | Path to additional licenses used during the build. | 6685 | Path to additional licenses used during the build. |
6443 | By default, the OpenEmbedded build system uses <filename>COMMON_LICENSE_DIR</filename> | 6686 | By default, the OpenEmbedded build system uses <filename>COMMON_LICENSE_DIR</filename> |
6444 | to define the directory that holds common license text used during the build. | 6687 | to define the directory that holds common license text used during the build. |
@@ -6456,7 +6699,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6456 | LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." | 6699 | LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." |
6457 | </info> | 6700 | </info> |
6458 | <glossdef> | 6701 | <glossdef> |
6459 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6702 | <para role="glossdeffirst"> |
6703 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6460 | Defines the kernel type to be used in assembling the | 6704 | Defines the kernel type to be used in assembling the |
6461 | configuration. | 6705 | configuration. |
6462 | The linux-yocto recipes define "standard", "tiny", and | 6706 | The linux-yocto recipes define "standard", "tiny", and |
@@ -6488,7 +6732,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6488 | 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." | 6732 | 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." |
6489 | </info> | 6733 | </info> |
6490 | <glossdef> | 6734 | <glossdef> |
6491 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6735 | <para role="glossdeffirst"> |
6736 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6492 | The Linux version from <filename>kernel.org</filename> | 6737 | The Linux version from <filename>kernel.org</filename> |
6493 | on which the Linux kernel image being built using the | 6738 | on which the Linux kernel image being built using the |
6494 | OpenEmbedded build system is based. | 6739 | OpenEmbedded build system is based. |
@@ -6518,7 +6763,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6518 | 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." | 6763 | 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." |
6519 | </info> | 6764 | </info> |
6520 | <glossdef> | 6765 | <glossdef> |
6521 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6766 | <para role="glossdeffirst"> |
6767 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6522 | A string extension compiled into the version | 6768 | A string extension compiled into the version |
6523 | string of the Linux kernel built with the OpenEmbedded | 6769 | string of the Linux kernel built with the OpenEmbedded |
6524 | build system. | 6770 | build system. |
@@ -6550,7 +6796,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6550 | LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log" | 6796 | LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log" |
6551 | </info> | 6797 | </info> |
6552 | <glossdef> | 6798 | <glossdef> |
6553 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6799 | <para role="glossdeffirst"> |
6800 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6554 | Specifies the directory to which the OpenEmbedded build | 6801 | Specifies the directory to which the OpenEmbedded build |
6555 | system writes overall log files. | 6802 | system writes overall log files. |
6556 | The default directory is <filename>${TMPDIR}/log</filename>. | 6803 | The default directory is <filename>${TMPDIR}/log</filename>. |
@@ -6573,7 +6820,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6573 | 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." | 6820 | 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." |
6574 | </info> | 6821 | </info> |
6575 | <glossdef> | 6822 | <glossdef> |
6576 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6823 | <para role="glossdeffirst"> |
6824 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6577 | Specifies the target device for which the image is built. | 6825 | Specifies the target device for which the image is built. |
6578 | You define <filename>MACHINE</filename> in the | 6826 | You define <filename>MACHINE</filename> in the |
6579 | <filename>local.conf</filename> file found in the | 6827 | <filename>local.conf</filename> file found in the |
@@ -6628,7 +6876,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6628 | MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH." | 6876 | MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH." |
6629 | </info> | 6877 | </info> |
6630 | <glossdef> | 6878 | <glossdef> |
6631 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6879 | <para role="glossdeffirst"> |
6880 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6632 | Specifies the name of the machine-specific architecture. | 6881 | Specifies the name of the machine-specific architecture. |
6633 | This variable is set automatically from | 6882 | This variable is set automatically from |
6634 | <link linkend='var-MACHINE'><filename>MACHINE</filename></link> | 6883 | <link linkend='var-MACHINE'><filename>MACHINE</filename></link> |
@@ -6645,7 +6894,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6645 | 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." | 6894 | 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." |
6646 | </info> | 6895 | </info> |
6647 | <glossdef> | 6896 | <glossdef> |
6648 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6897 | <para role="glossdeffirst"> |
6898 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6649 | A list of required machine-specific packages to install as part of | 6899 | A list of required machine-specific packages to install as part of |
6650 | the image being built. | 6900 | the image being built. |
6651 | The build process depends on these packages being present. | 6901 | The build process depends on these packages being present. |
@@ -6681,7 +6931,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6681 | 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." | 6931 | 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." |
6682 | </info> | 6932 | </info> |
6683 | <glossdef> | 6933 | <glossdef> |
6684 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6934 | <para role="glossdeffirst"> |
6935 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6685 | A list of recommended machine-specific packages to install as part of | 6936 | A list of recommended machine-specific packages to install as part of |
6686 | the image being built. | 6937 | the image being built. |
6687 | The build process does not depend on these packages being present. | 6938 | The build process does not depend on these packages being present. |
@@ -6734,7 +6985,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6734 | 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." | 6985 | 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." |
6735 | </info> | 6986 | </info> |
6736 | <glossdef> | 6987 | <glossdef> |
6737 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 6988 | <para role="glossdeffirst"> |
6989 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6738 | A list of machine-specific packages to install as part of the | 6990 | A list of machine-specific packages to install as part of the |
6739 | image being built that are not essential for the machine to boot. | 6991 | image being built that are not essential for the machine to boot. |
6740 | However, the build process for more fully-featured images | 6992 | However, the build process for more fully-featured images |
@@ -6779,7 +7031,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6779 | 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." | 7031 | 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." |
6780 | </info> | 7032 | </info> |
6781 | <glossdef> | 7033 | <glossdef> |
6782 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7034 | <para role="glossdeffirst"> |
7035 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6783 | A list of machine-specific packages to install as part of the | 7036 | A list of machine-specific packages to install as part of the |
6784 | image being built that are not essential for booting the machine. | 7037 | image being built that are not essential for booting the machine. |
6785 | The image being built has no build dependency on this list of packages. | 7038 | The image being built has no build dependency on this list of packages. |
@@ -6823,7 +7076,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6823 | MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports." | 7076 | MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports." |
6824 | </info> | 7077 | </info> |
6825 | <glossdef> | 7078 | <glossdef> |
6826 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7079 | <para role="glossdeffirst"> |
7080 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6827 | Specifies the list of hardware features the | 7081 | Specifies the list of hardware features the |
6828 | <link linkend='var-MACHINE'><filename>MACHINE</filename></link> is capable | 7082 | <link linkend='var-MACHINE'><filename>MACHINE</filename></link> is capable |
6829 | of supporting. | 7083 | of supporting. |
@@ -6849,7 +7103,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6849 | 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." | 7103 | 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." |
6850 | </info> | 7104 | </info> |
6851 | <glossdef> | 7105 | <glossdef> |
6852 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7106 | <para role="glossdeffirst"> |
7107 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6853 | Features to be added to | 7108 | Features to be added to |
6854 | <filename><link linkend='var-MACHINE_FEATURES'>MACHINE_FEATURES</link></filename> | 7109 | <filename><link linkend='var-MACHINE_FEATURES'>MACHINE_FEATURES</link></filename> |
6855 | if not also present in | 7110 | if not also present in |
@@ -6872,7 +7127,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6872 | MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build." | 7127 | MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build." |
6873 | </info> | 7128 | </info> |
6874 | <glossdef> | 7129 | <glossdef> |
6875 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7130 | <para role="glossdeffirst"> |
7131 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6876 | Features from | 7132 | Features from |
6877 | <filename><link linkend='var-MACHINE_FEATURES_BACKFILL'>MACHINE_FEATURES_BACKFILL</link></filename> | 7133 | <filename><link linkend='var-MACHINE_FEATURES_BACKFILL'>MACHINE_FEATURES_BACKFILL</link></filename> |
6878 | that should not be backfilled (i.e. added to | 7134 | that should not be backfilled (i.e. added to |
@@ -6889,7 +7145,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6889 | MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE." | 7145 | MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE." |
6890 | </info> | 7146 | </info> |
6891 | <glossdef> | 7147 | <glossdef> |
6892 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7148 | <para role="glossdeffirst"> |
7149 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6893 | Lists overrides specific to the current machine. | 7150 | Lists overrides specific to the current machine. |
6894 | By default, this list includes the value | 7151 | By default, this list includes the value |
6895 | of <filename><link linkend='var-MACHINE'>MACHINE</link></filename>. | 7152 | of <filename><link linkend='var-MACHINE'>MACHINE</link></filename>. |
@@ -6924,7 +7181,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6924 | MAINTAINER[doc] = "The email address of the distribution maintainer." | 7181 | MAINTAINER[doc] = "The email address of the distribution maintainer." |
6925 | </info> | 7182 | </info> |
6926 | <glossdef> | 7183 | <glossdef> |
6927 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7184 | <para role="glossdeffirst"> |
7185 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6928 | The email address of the distribution maintainer. | 7186 | The email address of the distribution maintainer. |
6929 | </para> | 7187 | </para> |
6930 | </glossdef> | 7188 | </glossdef> |
@@ -6935,7 +7193,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6935 | MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." | 7193 | MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." |
6936 | </info> | 7194 | </info> |
6937 | <glossdef> | 7195 | <glossdef> |
6938 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7196 | <para role="glossdeffirst"> |
7197 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6939 | Specifies additional paths from which the OpenEmbedded | 7198 | Specifies additional paths from which the OpenEmbedded |
6940 | build system gets source code. | 7199 | build system gets source code. |
6941 | When the build system searches for source code, it first | 7200 | When the build system searches for source code, it first |
@@ -6963,7 +7222,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6963 | 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." | 7222 | 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." |
6964 | </info> | 7223 | </info> |
6965 | <glossdef> | 7224 | <glossdef> |
6966 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7225 | <para role="glossdeffirst"> |
7226 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6967 | Specifies a prefix has been added to | 7227 | Specifies a prefix has been added to |
6968 | <link linkend='var-PN'><filename>PN</filename></link> to create a special version | 7228 | <link linkend='var-PN'><filename>PN</filename></link> to create a special version |
6969 | of a recipe or package, such as a Multilib version. | 7229 | of a recipe or package, such as a Multilib version. |
@@ -6981,7 +7241,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6981 | 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." | 7241 | 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." |
6982 | </info> | 7242 | </info> |
6983 | <glossdef> | 7243 | <glossdef> |
6984 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7244 | <para role="glossdeffirst"> |
7245 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6985 | This variable has been replaced by the | 7246 | This variable has been replaced by the |
6986 | <filename>KERNEL_MODULE_AUTOLOAD</filename> variable. | 7247 | <filename>KERNEL_MODULE_AUTOLOAD</filename> variable. |
6987 | You should replace all occurrences of | 7248 | You should replace all occurrences of |
@@ -7009,7 +7270,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7009 | module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file." | 7270 | module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file." |
7010 | </info> | 7271 | </info> |
7011 | <glossdef> | 7272 | <glossdef> |
7012 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7273 | <para role="glossdeffirst"> |
7274 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7013 | Specifies | 7275 | Specifies |
7014 | <ulink url='http://linux.die.net/man/5/modprobe.d'><filename>modprobe.d</filename></ulink> | 7276 | <ulink url='http://linux.die.net/man/5/modprobe.d'><filename>modprobe.d</filename></ulink> |
7015 | syntax lines for inclusion in the | 7277 | syntax lines for inclusion in the |
@@ -7069,7 +7331,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7069 | MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball." | 7331 | MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball." |
7070 | </info> | 7332 | </info> |
7071 | <glossdef> | 7333 | <glossdef> |
7072 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7334 | <para role="glossdeffirst"> |
7335 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7073 | The base name of the kernel modules tarball. | 7336 | The base name of the kernel modules tarball. |
7074 | This variable is set in the | 7337 | This variable is set in the |
7075 | <link linkend='ref-classes-kernel'>kernel</link> class | 7338 | <link linkend='ref-classes-kernel'>kernel</link> class |
@@ -7097,7 +7360,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7097 | 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." | 7360 | 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." |
7098 | </info> | 7361 | </info> |
7099 | <glossdef> | 7362 | <glossdef> |
7100 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7363 | <para role="glossdeffirst"> |
7364 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7101 | Controls creation of the <filename>modules-*.tgz</filename> | 7365 | Controls creation of the <filename>modules-*.tgz</filename> |
7102 | file. | 7366 | file. |
7103 | Set this variable to "0" to disable creation of this | 7367 | Set this variable to "0" to disable creation of this |
@@ -7112,7 +7376,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7112 | MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that you can build for multiple target machines using the same output directories." | 7376 | MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that you can build for multiple target machines using the same output directories." |
7113 | </info> | 7377 | </info> |
7114 | <glossdef> | 7378 | <glossdef> |
7115 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7379 | <para role="glossdeffirst"> |
7380 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7116 | Separates files for different machines such that you can build | 7381 | Separates files for different machines such that you can build |
7117 | for multiple target machines using the same output directories. | 7382 | for multiple target machines using the same output directories. |
7118 | See the <link linkend='var-STAMP'><filename>STAMP</filename></link> variable | 7383 | See the <link linkend='var-STAMP'><filename>STAMP</filename></link> variable |
@@ -7130,7 +7395,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7130 | NATIVELSBSTRING[doc] = "A string identifying the host distribution." | 7395 | NATIVELSBSTRING[doc] = "A string identifying the host distribution." |
7131 | </info> | 7396 | </info> |
7132 | <glossdef> | 7397 | <glossdef> |
7133 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7398 | <para role="glossdeffirst"> |
7399 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7134 | A string identifying the host distribution. | 7400 | A string identifying the host distribution. |
7135 | Strings consist of the host distributor ID | 7401 | Strings consist of the host distributor ID |
7136 | followed by the release, as reported by the | 7402 | followed by the release, as reported by the |
@@ -7159,7 +7425,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7159 | NM[doc] = "Minimal command and arguments to run 'nm'." | 7425 | NM[doc] = "Minimal command and arguments to run 'nm'." |
7160 | </info> | 7426 | </info> |
7161 | <glossdef> | 7427 | <glossdef> |
7162 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7428 | <para role="glossdeffirst"> |
7429 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7163 | The minimal command and arguments to run | 7430 | The minimal command and arguments to run |
7164 | <filename>nm</filename>. | 7431 | <filename>nm</filename>. |
7165 | </para> | 7432 | </para> |
@@ -7171,7 +7438,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7171 | 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." | 7438 | 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." |
7172 | </info> | 7439 | </info> |
7173 | <glossdef> | 7440 | <glossdef> |
7174 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7441 | <para role="glossdeffirst"> |
7442 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7175 | Prevents installation of all "recommended-only" packages. | 7443 | Prevents installation of all "recommended-only" packages. |
7176 | Recommended-only packages are packages installed only | 7444 | Recommended-only packages are packages installed only |
7177 | through the | 7445 | through the |
@@ -7231,7 +7499,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7231 | NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." | 7499 | NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." |
7232 | </info> | 7500 | </info> |
7233 | <glossdef> | 7501 | <glossdef> |
7234 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7502 | <para role="glossdeffirst"> |
7503 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7235 | Causes the OpenEmbedded build system to skip building the | 7504 | Causes the OpenEmbedded build system to skip building the |
7236 | <filename>.hddimg</filename> image. | 7505 | <filename>.hddimg</filename> image. |
7237 | The <filename>NOHDD</filename> variable is used with the | 7506 | The <filename>NOHDD</filename> variable is used with the |
@@ -7248,7 +7517,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7248 | NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image." | 7517 | NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image." |
7249 | </info> | 7518 | </info> |
7250 | <glossdef> | 7519 | <glossdef> |
7251 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7520 | <para role="glossdeffirst"> |
7521 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7252 | Causes the OpenEmbedded build system to skip building the | 7522 | Causes the OpenEmbedded build system to skip building the |
7253 | ISO image. | 7523 | ISO image. |
7254 | The <filename>NOISO</filename> variable is used with the | 7524 | The <filename>NOISO</filename> variable is used with the |
@@ -7270,7 +7540,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7270 | OBJCOPY[doc] = "Minimal command and arguments to run 'objcopy'." | 7540 | OBJCOPY[doc] = "Minimal command and arguments to run 'objcopy'." |
7271 | </info> | 7541 | </info> |
7272 | <glossdef> | 7542 | <glossdef> |
7273 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7543 | <para role="glossdeffirst"> |
7544 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7274 | The minimal command and arguments to run | 7545 | The minimal command and arguments to run |
7275 | <filename>objcopy</filename>. | 7546 | <filename>objcopy</filename>. |
7276 | </para> | 7547 | </para> |
@@ -7282,7 +7553,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7282 | OBJDUMP[doc] = "Minimal command and arguments to run 'objdump'." | 7553 | OBJDUMP[doc] = "Minimal command and arguments to run 'objdump'." |
7283 | </info> | 7554 | </info> |
7284 | <glossdef> | 7555 | <glossdef> |
7285 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7556 | <para role="glossdeffirst"> |
7557 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7286 | The minimal command and arguments to run | 7558 | The minimal command and arguments to run |
7287 | <filename>objdump</filename>. | 7559 | <filename>objdump</filename>. |
7288 | </para> | 7560 | </para> |
@@ -7294,7 +7566,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7294 | OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command." | 7566 | OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command." |
7295 | </info> | 7567 | </info> |
7296 | <glossdef> | 7568 | <glossdef> |
7297 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7569 | <para role="glossdeffirst"> |
7570 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7298 | When inheriting the | 7571 | When inheriting the |
7299 | <link linkend='ref-classes-binconfig'><filename>binconfig</filename></link> | 7572 | <link linkend='ref-classes-binconfig'><filename>binconfig</filename></link> |
7300 | class, this variable | 7573 | class, this variable |
@@ -7327,7 +7600,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7327 | 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." | 7600 | 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." |
7328 | </info> | 7601 | </info> |
7329 | <glossdef> | 7602 | <glossdef> |
7330 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7603 | <para role="glossdeffirst"> |
7604 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7331 | An internal variable used to tell the OpenEmbedded build | 7605 | An internal variable used to tell the OpenEmbedded build |
7332 | system what Python modules to import for every Python | 7606 | system what Python modules to import for every Python |
7333 | function run by the system. | 7607 | function run by the system. |
@@ -7345,7 +7619,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7345 | OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." | 7619 | OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." |
7346 | </info> | 7620 | </info> |
7347 | <glossdef> | 7621 | <glossdef> |
7348 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7622 | <para role="glossdeffirst"> |
7623 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7349 | Controls how the OpenEmbedded build system spawns | 7624 | Controls how the OpenEmbedded build system spawns |
7350 | interactive terminals on the host development system | 7625 | interactive terminals on the host development system |
7351 | (e.g. using the BitBake command with the | 7626 | (e.g. using the BitBake command with the |
@@ -7379,7 +7654,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7379 | OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." | 7654 | OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." |
7380 | </info> | 7655 | </info> |
7381 | <glossdef> | 7656 | <glossdef> |
7382 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7657 | <para role="glossdeffirst"> |
7658 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7383 | The directory from which the top-level build environment | 7659 | The directory from which the top-level build environment |
7384 | setup script is sourced. | 7660 | setup script is sourced. |
7385 | The Yocto Project makes two top-level build environment | 7661 | The Yocto Project makes two top-level build environment |
@@ -7404,7 +7680,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7404 | OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support." | 7680 | OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support." |
7405 | </info> | 7681 | </info> |
7406 | <glossdef> | 7682 | <glossdef> |
7407 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7683 | <para role="glossdeffirst"> |
7684 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7408 | Declares the oldest version of the Linux kernel that the | 7685 | Declares the oldest version of the Linux kernel that the |
7409 | produced binaries must support. | 7686 | produced binaries must support. |
7410 | This variable is passed into the build of the Embedded | 7687 | This variable is passed into the build of the Embedded |
@@ -7426,7 +7703,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7426 | OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files." | 7703 | OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files." |
7427 | </info> | 7704 | </info> |
7428 | <glossdef> | 7705 | <glossdef> |
7429 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7706 | <para role="glossdeffirst"> |
7707 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7430 | BitBake uses <filename>OVERRIDES</filename> to control | 7708 | BitBake uses <filename>OVERRIDES</filename> to control |
7431 | what variables are overridden after BitBake parses | 7709 | what variables are overridden after BitBake parses |
7432 | recipes and configuration files. | 7710 | recipes and configuration files. |
@@ -7446,7 +7724,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7446 | P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}." | 7724 | P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}." |
7447 | </info> | 7725 | </info> |
7448 | <glossdef> | 7726 | <glossdef> |
7449 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7727 | <para role="glossdeffirst"> |
7728 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7450 | The recipe name and version. | 7729 | The recipe name and version. |
7451 | <filename>P</filename> is comprised of the following: | 7730 | <filename>P</filename> is comprised of the following: |
7452 | <literallayout class='monospaced'> | 7731 | <literallayout class='monospaced'> |
@@ -7461,7 +7740,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7461 | PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages." | 7740 | PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages." |
7462 | </info> | 7741 | </info> |
7463 | <glossdef> | 7742 | <glossdef> |
7464 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7743 | <para role="glossdeffirst"> |
7744 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7465 | The architecture of the resulting package or packages. | 7745 | The architecture of the resulting package or packages. |
7466 | </para> | 7746 | </para> |
7467 | 7747 | ||
@@ -7490,7 +7770,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7490 | PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority." | 7770 | PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority." |
7491 | </info> | 7771 | </info> |
7492 | <glossdef> | 7772 | <glossdef> |
7493 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7773 | <para role="glossdeffirst"> |
7774 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7494 | Specifies a list of architectures compatible with | 7775 | Specifies a list of architectures compatible with |
7495 | the target machine. | 7776 | the target machine. |
7496 | This variable is set automatically and should not | 7777 | This variable is set automatically and should not |
@@ -7509,7 +7790,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7509 | 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." | 7790 | 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." |
7510 | </info> | 7791 | </info> |
7511 | <glossdef> | 7792 | <glossdef> |
7512 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7793 | <para role="glossdeffirst"> |
7794 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7513 | Enables easily adding packages to | 7795 | Enables easily adding packages to |
7514 | <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> | 7796 | <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> |
7515 | before <filename>${<link linkend='var-PN'>PN</link>}</filename> | 7797 | before <filename>${<link linkend='var-PN'>PN</link>}</filename> |
@@ -7524,7 +7806,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7524 | 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." | 7806 | 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." |
7525 | </info> | 7807 | </info> |
7526 | <glossdef> | 7808 | <glossdef> |
7527 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7809 | <para role="glossdeffirst"> |
7810 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7528 | This variable, which is set in the | 7811 | This variable, which is set in the |
7529 | <filename>local.conf</filename> configuration file found in | 7812 | <filename>local.conf</filename> configuration file found in |
7530 | the <filename>conf</filename> folder of the | 7813 | the <filename>conf</filename> folder of the |
@@ -7572,7 +7855,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7572 | 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)." | 7855 | 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)." |
7573 | </info> | 7856 | </info> |
7574 | <glossdef> | 7857 | <glossdef> |
7575 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7858 | <para role="glossdeffirst"> |
7859 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7576 | Determines how to split up the binary and debug information | 7860 | Determines how to split up the binary and debug information |
7577 | when creating <filename>*-dbg</filename> packages to be | 7861 | when creating <filename>*-dbg</filename> packages to be |
7578 | used with the GNU Project Debugger (GDB). | 7862 | used with the GNU Project Debugger (GDB). |
@@ -7630,7 +7914,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7630 | PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." | 7914 | PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." |
7631 | </info> | 7915 | </info> |
7632 | <glossdef> | 7916 | <glossdef> |
7633 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7917 | <para role="glossdeffirst"> |
7918 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7634 | Lists packages that should not be installed into an image. | 7919 | Lists packages that should not be installed into an image. |
7635 | For example: | 7920 | For example: |
7636 | <literallayout class='monospaced'> | 7921 | <literallayout class='monospaced'> |
@@ -7681,7 +7966,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7681 | 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." | 7966 | 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." |
7682 | </info> | 7967 | </info> |
7683 | <glossdef> | 7968 | <glossdef> |
7684 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7969 | <para role="glossdeffirst"> |
7970 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7685 | Specifies the list of architectures compatible with the device CPU. | 7971 | Specifies the list of architectures compatible with the device CPU. |
7686 | This variable is useful when you build for several different devices that use | 7972 | This variable is useful when you build for several different devices that use |
7687 | miscellaneous processors such as XScale and ARM926-EJS. | 7973 | miscellaneous processors such as XScale and ARM926-EJS. |
@@ -7694,7 +7980,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7694 | PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES." | 7980 | PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES." |
7695 | </info> | 7981 | </info> |
7696 | <glossdef> | 7982 | <glossdef> |
7697 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 7983 | <para role="glossdeffirst"> |
7984 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7698 | The <filename>PACKAGE_GROUP</filename> variable has been | 7985 | The <filename>PACKAGE_GROUP</filename> variable has been |
7699 | renamed to | 7986 | renamed to |
7700 | <link linkend='var-FEATURE_PACKAGES'><filename>FEATURE_PACKAGES</filename></link>. | 7987 | <link linkend='var-FEATURE_PACKAGES'><filename>FEATURE_PACKAGES</filename></link>. |
@@ -7715,7 +8002,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7715 | 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." | 8002 | 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." |
7716 | </info> | 8003 | </info> |
7717 | <glossdef> | 8004 | <glossdef> |
7718 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8005 | <para role="glossdeffirst"> |
8006 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7719 | The final list of packages passed to the package manager | 8007 | The final list of packages passed to the package manager |
7720 | for installation into the image. | 8008 | for installation into the image. |
7721 | </para> | 8009 | </para> |
@@ -7746,7 +8034,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7746 | PACKAGE_INSTALL_ATTEMPTONLY[doc] = "List of packages attempted to be installed when creating an image. If a listed package fails to install, the build system does not generate an error. This variable is generally not user-defined." | 8034 | PACKAGE_INSTALL_ATTEMPTONLY[doc] = "List of packages attempted to be installed when creating an image. If a listed package fails to install, the build system does not generate an error. This variable is generally not user-defined." |
7747 | </info> | 8035 | </info> |
7748 | <glossdef> | 8036 | <glossdef> |
7749 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8037 | <para role="glossdeffirst"> |
8038 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7750 | Specifies a list of packages the OpenEmbedded build | 8039 | Specifies a list of packages the OpenEmbedded build |
7751 | system attempts to install when creating an image. | 8040 | system attempts to install when creating an image. |
7752 | If a listed package fails to install, the build system | 8041 | If a listed package fails to install, the build system |
@@ -7761,7 +8050,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7761 | 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." | 8050 | 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." |
7762 | </info> | 8051 | </info> |
7763 | <glossdef> | 8052 | <glossdef> |
7764 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8053 | <para role="glossdeffirst"> |
8054 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7765 | Specifies a list of functions run to pre-process the | 8055 | Specifies a list of functions run to pre-process the |
7766 | <link linkend='var-PKGD'><filename>PKGD</filename></link> | 8056 | <link linkend='var-PKGD'><filename>PKGD</filename></link> |
7767 | directory prior to splitting the files out to individual | 8057 | directory prior to splitting the files out to individual |
@@ -7775,7 +8065,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7775 | PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." | 8065 | PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." |
7776 | </info> | 8066 | </info> |
7777 | <glossdef> | 8067 | <glossdef> |
7778 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8068 | <para role="glossdeffirst"> |
8069 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7779 | This variable provides a means of enabling or disabling | 8070 | This variable provides a means of enabling or disabling |
7780 | features of a recipe on a per-recipe basis. | 8071 | features of a recipe on a per-recipe basis. |
7781 | <filename>PACKAGECONFIG</filename> blocks are defined | 8072 | <filename>PACKAGECONFIG</filename> blocks are defined |
@@ -7896,7 +8187,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7896 | PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe." | 8187 | PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe." |
7897 | </info> | 8188 | </info> |
7898 | <glossdef> | 8189 | <glossdef> |
7899 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8190 | <para role="glossdeffirst"> |
8191 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7900 | For recipes inheriting the | 8192 | For recipes inheriting the |
7901 | <link linkend='ref-classes-packagegroup'><filename>packagegroup</filename></link> | 8193 | <link linkend='ref-classes-packagegroup'><filename>packagegroup</filename></link> |
7902 | class, setting | 8194 | class, setting |
@@ -7916,7 +8208,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7916 | PACKAGES[doc] = "The list of packages to be created from the recipe." | 8208 | PACKAGES[doc] = "The list of packages to be created from the recipe." |
7917 | </info> | 8209 | </info> |
7918 | <glossdef> | 8210 | <glossdef> |
7919 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8211 | <para role="glossdeffirst"> |
8212 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7920 | The list of packages to be created from the recipe. | 8213 | The list of packages to be created from the recipe. |
7921 | The default value is the following: | 8214 | The default value is the following: |
7922 | <literallayout class='monospaced'> | 8215 | <literallayout class='monospaced'> |
@@ -7931,7 +8224,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7931 | PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." | 8224 | PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." |
7932 | </info> | 8225 | </info> |
7933 | <glossdef> | 8226 | <glossdef> |
7934 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8227 | <para role="glossdeffirst"> |
8228 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7935 | A promise that your recipe satisfies runtime dependencies | 8229 | A promise that your recipe satisfies runtime dependencies |
7936 | for optional modules that are found in other recipes. | 8230 | for optional modules that are found in other recipes. |
7937 | <filename>PACKAGES_DYNAMIC</filename> | 8231 | <filename>PACKAGES_DYNAMIC</filename> |
@@ -7973,7 +8267,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7973 | PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages." | 8267 | PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages." |
7974 | </info> | 8268 | </info> |
7975 | <glossdef> | 8269 | <glossdef> |
7976 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8270 | <para role="glossdeffirst"> |
8271 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7977 | Specifies a list of functions run to perform additional | 8272 | Specifies a list of functions run to perform additional |
7978 | splitting of files into individual packages. | 8273 | splitting of files into individual packages. |
7979 | Recipes can either prepend to this variable or prepend | 8274 | Recipes can either prepend to this variable or prepend |
@@ -7994,7 +8289,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7994 | 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." | 8289 | 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." |
7995 | </info> | 8290 | </info> |
7996 | <glossdef> | 8291 | <glossdef> |
7997 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8292 | <para role="glossdeffirst"> |
8293 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
7998 | Extra options passed to the <filename>make</filename> | 8294 | Extra options passed to the <filename>make</filename> |
7999 | command during the | 8295 | command during the |
8000 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> | 8296 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> |
@@ -8023,7 +8319,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8023 | PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation." | 8319 | PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation." |
8024 | </info> | 8320 | </info> |
8025 | <glossdef> | 8321 | <glossdef> |
8026 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8322 | <para role="glossdeffirst"> |
8323 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8027 | Extra options passed to the | 8324 | Extra options passed to the |
8028 | <filename>make install</filename> command during the | 8325 | <filename>make install</filename> command during the |
8029 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> | 8326 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
@@ -8044,7 +8341,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8044 | PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." | 8341 | PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." |
8045 | </info> | 8342 | </info> |
8046 | <glossdef> | 8343 | <glossdef> |
8047 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8344 | <para role="glossdeffirst"> |
8345 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8048 | Determines the action to take when a patch fails. | 8346 | Determines the action to take when a patch fails. |
8049 | You can set this variable to one of two values: "noop" and | 8347 | You can set this variable to one of two values: "noop" and |
8050 | "user". | 8348 | "user". |
@@ -8071,7 +8369,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8071 | PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch." | 8369 | PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch." |
8072 | </info> | 8370 | </info> |
8073 | <glossdef> | 8371 | <glossdef> |
8074 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8372 | <para role="glossdeffirst"> |
8373 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8075 | Specifies the utility used to apply patches for a recipe | 8374 | Specifies the utility used to apply patches for a recipe |
8076 | during the | 8375 | during the |
8077 | <link linkend='ref-tasks-patch'><filename>do_patch</filename></link> | 8376 | <link linkend='ref-tasks-patch'><filename>do_patch</filename></link> |
@@ -8101,7 +8400,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8101 | 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." | 8400 | 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." |
8102 | </info> | 8401 | </info> |
8103 | <glossdef> | 8402 | <glossdef> |
8104 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8403 | <para role="glossdeffirst"> |
8404 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8105 | The epoch of the recipe. | 8405 | The epoch of the recipe. |
8106 | By default, this variable is unset. | 8406 | By default, this variable is unset. |
8107 | The variable is used to make upgrades possible when the | 8407 | The variable is used to make upgrades possible when the |
@@ -8116,7 +8416,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8116 | PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This variable is comprised of ${PN}-${EXTENDPE}${PV}-${PR}." | 8416 | PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This variable is comprised of ${PN}-${EXTENDPE}${PV}-${PR}." |
8117 | </info> | 8417 | </info> |
8118 | <glossdef> | 8418 | <glossdef> |
8119 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8419 | <para role="glossdeffirst"> |
8420 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8120 | Specifies the recipe or package name and includes all version and revision | 8421 | Specifies the recipe or package name and includes all version and revision |
8121 | numbers (i.e. <filename>glibc-2.13-r20+svnr15508/</filename> and | 8422 | numbers (i.e. <filename>glibc-2.13-r20+svnr15508/</filename> and |
8122 | <filename>bash-4.2-r1/</filename>). | 8423 | <filename>bash-4.2-r1/</filename>). |
@@ -8133,7 +8434,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8133 | PIXBUF_PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages that contain the pixbuf loaders used with gdk-pixbuf." | 8434 | PIXBUF_PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages that contain the pixbuf loaders used with gdk-pixbuf." |
8134 | </info> | 8435 | </info> |
8135 | <glossdef> | 8436 | <glossdef> |
8136 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8437 | <para role="glossdeffirst"> |
8438 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8137 | When inheriting the | 8439 | When inheriting the |
8138 | <link linkend='ref-classes-pixbufcache'><filename>pixbufcache</filename></link> | 8440 | <link linkend='ref-classes-pixbufcache'><filename>pixbufcache</filename></link> |
8139 | class, this variable identifies packages that contain | 8441 | class, this variable identifies packages that contain |
@@ -8153,7 +8455,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8153 | 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." | 8455 | 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." |
8154 | </info> | 8456 | </info> |
8155 | <glossdef> | 8457 | <glossdef> |
8156 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8458 | <para role="glossdeffirst"> |
8459 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8157 | The name of the resulting package created by the | 8460 | The name of the resulting package created by the |
8158 | OpenEmbedded build system. | 8461 | OpenEmbedded build system. |
8159 | <note> | 8462 | <note> |
@@ -8176,7 +8479,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8176 | PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context." | 8479 | PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context." |
8177 | </info> | 8480 | </info> |
8178 | <glossdef> | 8481 | <glossdef> |
8179 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8482 | <para role="glossdeffirst"> |
8483 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8180 | The path to <filename>pkg-config</filename> files for the | 8484 | The path to <filename>pkg-config</filename> files for the |
8181 | current build context. | 8485 | current build context. |
8182 | <filename>pkg-config</filename> reads this variable | 8486 | <filename>pkg-config</filename> reads this variable |
@@ -8190,7 +8494,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8190 | PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages." | 8494 | PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages." |
8191 | </info> | 8495 | </info> |
8192 | <glossdef> | 8496 | <glossdef> |
8193 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8497 | <para role="glossdeffirst"> |
8498 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8194 | Points to the destination directory for files to be | 8499 | Points to the destination directory for files to be |
8195 | packaged before they are split into individual packages. | 8500 | packaged before they are split into individual packages. |
8196 | This directory defaults to the following: | 8501 | This directory defaults to the following: |
@@ -8210,7 +8515,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8210 | PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process." | 8515 | PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process." |
8211 | </info> | 8516 | </info> |
8212 | <glossdef> | 8517 | <glossdef> |
8213 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8518 | <para role="glossdeffirst"> |
8519 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8214 | Points to a shared, global-state directory that holds data | 8520 | Points to a shared, global-state directory that holds data |
8215 | generated during the packaging process. | 8521 | generated during the packaging process. |
8216 | During the packaging process, the | 8522 | During the packaging process, the |
@@ -8234,7 +8540,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8234 | PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." | 8540 | PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." |
8235 | </info> | 8541 | </info> |
8236 | <glossdef> | 8542 | <glossdef> |
8237 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8543 | <para role="glossdeffirst"> |
8544 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8238 | Points to the parent directory for files to be packaged | 8545 | Points to the parent directory for files to be packaged |
8239 | after they have been split into individual packages. | 8546 | after they have been split into individual packages. |
8240 | This directory defaults to the following: | 8547 | This directory defaults to the following: |
@@ -8257,7 +8564,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8257 | PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." | 8564 | PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." |
8258 | </info> | 8565 | </info> |
8259 | <glossdef> | 8566 | <glossdef> |
8260 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8567 | <para role="glossdeffirst"> |
8568 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8261 | Points to a temporary work area used by the | 8569 | Points to a temporary work area used by the |
8262 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> | 8570 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> |
8263 | task to write output from the | 8571 | task to write output from the |
@@ -8288,7 +8596,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8288 | PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." | 8596 | PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." |
8289 | </info> | 8597 | </info> |
8290 | <glossdef> | 8598 | <glossdef> |
8291 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8599 | <para role="glossdeffirst"> |
8600 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8292 | The epoch of the output package built by the | 8601 | The epoch of the output package built by the |
8293 | OpenEmbedded build system. | 8602 | OpenEmbedded build system. |
8294 | By default, <filename>PKGE</filename> is set to | 8603 | By default, <filename>PKGE</filename> is set to |
@@ -8302,7 +8611,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8302 | PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." | 8611 | PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." |
8303 | </info> | 8612 | </info> |
8304 | <glossdef> | 8613 | <glossdef> |
8305 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8614 | <para role="glossdeffirst"> |
8615 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8306 | The revision of the output package built by the | 8616 | The revision of the output package built by the |
8307 | OpenEmbedded build system. | 8617 | OpenEmbedded build system. |
8308 | By default, <filename>PKGR</filename> is set to | 8618 | By default, <filename>PKGR</filename> is set to |
@@ -8316,7 +8626,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8316 | PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." | 8626 | PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." |
8317 | </info> | 8627 | </info> |
8318 | <glossdef> | 8628 | <glossdef> |
8319 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8629 | <para role="glossdeffirst"> |
8630 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8320 | The version of the output package built by the | 8631 | The version of the output package built by the |
8321 | OpenEmbedded build system. | 8632 | OpenEmbedded build system. |
8322 | By default, <filename>PKGV</filename> is set to | 8633 | By default, <filename>PKGV</filename> is set to |
@@ -8330,7 +8641,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8330 | 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." | 8641 | 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." |
8331 | </info> | 8642 | </info> |
8332 | <glossdef> | 8643 | <glossdef> |
8333 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8644 | <para role="glossdeffirst"> |
8645 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8334 | This variable can have two separate functions depending on the context: a recipe | 8646 | This variable can have two separate functions depending on the context: a recipe |
8335 | name or a resulting package name. | 8647 | name or a resulting package name. |
8336 | </para> | 8648 | </para> |
@@ -8366,7 +8678,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8366 | PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." | 8678 | PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." |
8367 | </info> | 8679 | </info> |
8368 | <glossdef> | 8680 | <glossdef> |
8369 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8681 | <para role="glossdeffirst"> |
8682 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8370 | Lists recipes you do not want the OpenEmbedded build system | 8683 | Lists recipes you do not want the OpenEmbedded build system |
8371 | to build. | 8684 | to build. |
8372 | This variable works in conjunction with the | 8685 | This variable works in conjunction with the |
@@ -8393,7 +8706,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8393 | PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." | 8706 | PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." |
8394 | </info> | 8707 | </info> |
8395 | <glossdef> | 8708 | <glossdef> |
8396 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8709 | <para role="glossdeffirst"> |
8710 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8397 | The revision of the recipe. | 8711 | The revision of the recipe. |
8398 | The default value for this variable is "r0". | 8712 | The default value for this variable is "r0". |
8399 | </para> | 8713 | </para> |
@@ -8405,7 +8719,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8405 | PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." | 8719 | PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." |
8406 | </info> | 8720 | </info> |
8407 | <glossdef> | 8721 | <glossdef> |
8408 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8722 | <para role="glossdeffirst"> |
8723 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8409 | If multiple recipes provide an item, this variable | 8724 | If multiple recipes provide an item, this variable |
8410 | determines which recipe should be given preference. | 8725 | determines which recipe should be given preference. |
8411 | You should always suffix the variable with the name of the | 8726 | You should always suffix the variable with the name of the |
@@ -8427,7 +8742,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8427 | PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." | 8742 | PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." |
8428 | </info> | 8743 | </info> |
8429 | <glossdef> | 8744 | <glossdef> |
8430 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8745 | <para role="glossdeffirst"> |
8746 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8431 | If there are multiple versions of recipes available, this | 8747 | If there are multiple versions of recipes available, this |
8432 | variable determines which recipe should be given preference. | 8748 | variable determines which recipe should be given preference. |
8433 | You must always suffix the variable with the | 8749 | You must always suffix the variable with the |
@@ -8453,7 +8769,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8453 | PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." | 8769 | PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." |
8454 | </info> | 8770 | </info> |
8455 | <glossdef> | 8771 | <glossdef> |
8456 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8772 | <para role="glossdeffirst"> |
8773 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8457 | Specifies additional paths from which the OpenEmbedded | 8774 | Specifies additional paths from which the OpenEmbedded |
8458 | build system gets source code. | 8775 | build system gets source code. |
8459 | When the build system searches for source code, it first | 8776 | When the build system searches for source code, it first |
@@ -8501,7 +8818,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8501 | 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'." | 8818 | 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'." |
8502 | </info> | 8819 | </info> |
8503 | <glossdef> | 8820 | <glossdef> |
8504 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8821 | <para role="glossdeffirst"> |
8822 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8505 | The <filename>PRINC</filename> variable has been deprecated | 8823 | The <filename>PRINC</filename> variable has been deprecated |
8506 | and triggers a warning if detected during a build. | 8824 | and triggers a warning if detected during a build. |
8507 | For | 8825 | For |
@@ -8549,7 +8867,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8549 | PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'." | 8867 | PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'." |
8550 | </info> | 8868 | </info> |
8551 | <glossdef> | 8869 | <glossdef> |
8552 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8870 | <para role="glossdeffirst"> |
8871 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8553 | Indicates the importance of a package. | 8872 | Indicates the importance of a package. |
8554 | </para> | 8873 | </para> |
8555 | 8874 | ||
@@ -8574,7 +8893,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8574 | PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." | 8893 | PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." |
8575 | </info> | 8894 | </info> |
8576 | <glossdef> | 8895 | <glossdef> |
8577 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8896 | <para role="glossdeffirst"> |
8897 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8578 | Specifies libraries installed within a recipe that | 8898 | Specifies libraries installed within a recipe that |
8579 | should be ignored by the OpenEmbedded build system's | 8899 | should be ignored by the OpenEmbedded build system's |
8580 | shared library resolver. | 8900 | shared library resolver. |
@@ -8609,7 +8929,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8609 | 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." | 8929 | 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." |
8610 | </info> | 8930 | </info> |
8611 | <glossdef> | 8931 | <glossdef> |
8612 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8932 | <para role="glossdeffirst"> |
8933 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8613 | A list of aliases by which a particular recipe can be | 8934 | A list of aliases by which a particular recipe can be |
8614 | known. | 8935 | known. |
8615 | By default, a recipe's own | 8936 | By default, a recipe's own |
@@ -8641,7 +8962,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8641 | PRSERV_HOST[doc] = "The network based PR service host and port." | 8962 | PRSERV_HOST[doc] = "The network based PR service host and port." |
8642 | </info> | 8963 | </info> |
8643 | <glossdef> | 8964 | <glossdef> |
8644 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8965 | <para role="glossdeffirst"> |
8966 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8645 | The network based | 8967 | The network based |
8646 | <link linkend='var-PR'><filename>PR</filename></link> | 8968 | <link linkend='var-PR'><filename>PR</filename></link> |
8647 | service host and port. | 8969 | service host and port. |
@@ -8670,7 +8992,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8670 | PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe." | 8992 | PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe." |
8671 | </info> | 8993 | </info> |
8672 | <glossdef> | 8994 | <glossdef> |
8673 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 8995 | <para role="glossdeffirst"> |
8996 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8674 | Specifies whether or not | 8997 | Specifies whether or not |
8675 | <ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Package Test</ulink> | 8998 | <ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Package Test</ulink> |
8676 | (ptest) functionality is enabled when building a recipe. | 8999 | (ptest) functionality is enabled when building a recipe. |
@@ -8688,7 +9011,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8688 | PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." | 9011 | PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." |
8689 | </info> | 9012 | </info> |
8690 | <glossdef> | 9013 | <glossdef> |
8691 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9014 | <para role="glossdeffirst"> |
9015 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8692 | The version of the recipe. | 9016 | The version of the recipe. |
8693 | The version is normally extracted from the recipe filename. | 9017 | The version is normally extracted from the recipe filename. |
8694 | For example, if the recipe is named | 9018 | For example, if the recipe is named |
@@ -8706,7 +9030,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8706 | 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." | 9030 | 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." |
8707 | </info> | 9031 | </info> |
8708 | <glossdef> | 9032 | <glossdef> |
8709 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9033 | <para role="glossdeffirst"> |
9034 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8710 | When used by recipes that inherit the | 9035 | When used by recipes that inherit the |
8711 | <link linkend='ref-classes-distutils3'><filename>distutils3</filename></link>, | 9036 | <link linkend='ref-classes-distutils3'><filename>distutils3</filename></link>, |
8712 | <link linkend='ref-classes-setuptools3'><filename>setuptools3</filename></link>, | 9037 | <link linkend='ref-classes-setuptools3'><filename>setuptools3</filename></link>, |
@@ -8742,7 +9067,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8742 | PYTHON_PN[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, specifies the major Python version being built." | 9067 | PYTHON_PN[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, specifies the major Python version being built." |
8743 | </info> | 9068 | </info> |
8744 | <glossdef> | 9069 | <glossdef> |
8745 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9070 | <para role="glossdeffirst"> |
9071 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8746 | When used by recipes that inherit the | 9072 | When used by recipes that inherit the |
8747 | <link linkend='ref-classes-distutils3'><filename>distutils3</filename></link>, | 9073 | <link linkend='ref-classes-distutils3'><filename>distutils3</filename></link>, |
8748 | <link linkend='ref-classes-setuptools3'><filename>setuptools3</filename></link>, | 9074 | <link linkend='ref-classes-setuptools3'><filename>setuptools3</filename></link>, |
@@ -8778,7 +9104,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8778 | QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." | 9104 | QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." |
8779 | </info> | 9105 | </info> |
8780 | <glossdef> | 9106 | <glossdef> |
8781 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9107 | <para role="glossdeffirst"> |
9108 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8782 | Specifies your own subset of <filename>.pro</filename> | 9109 | Specifies your own subset of <filename>.pro</filename> |
8783 | files to be built for use with | 9110 | files to be built for use with |
8784 | <filename>qmake</filename>. | 9111 | <filename>qmake</filename>. |
@@ -8806,7 +9133,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8806 | RANLIB[doc] = "Minimal command and arguments to run 'ranlib'." | 9133 | RANLIB[doc] = "Minimal command and arguments to run 'ranlib'." |
8807 | </info> | 9134 | </info> |
8808 | <glossdef> | 9135 | <glossdef> |
8809 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9136 | <para role="glossdeffirst"> |
9137 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8810 | The minimal command and arguments to run | 9138 | The minimal command and arguments to run |
8811 | <filename>ranlib</filename>. | 9139 | <filename>ranlib</filename>. |
8812 | </para> | 9140 | </para> |
@@ -8818,7 +9146,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8818 | 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." | 9146 | 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." |
8819 | </info> | 9147 | </info> |
8820 | <glossdef> | 9148 | <glossdef> |
8821 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9149 | <para role="glossdeffirst"> |
9150 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8822 | The list of packages that conflict with packages. | 9151 | The list of packages that conflict with packages. |
8823 | Note that packages will not be installed if conflicting | 9152 | Note that packages will not be installed if conflicting |
8824 | packages are not first removed. | 9153 | packages are not first removed. |
@@ -8866,7 +9195,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8866 | 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)." | 9195 | 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)." |
8867 | </info> | 9196 | </info> |
8868 | <glossdef> | 9197 | <glossdef> |
8869 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9198 | <para role="glossdeffirst"> |
9199 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8870 | Lists a package's runtime dependencies (i.e. other packages) | 9200 | Lists a package's runtime dependencies (i.e. other packages) |
8871 | that must be installed in order for the built package to run | 9201 | that must be installed in order for the built package to run |
8872 | correctly. | 9202 | correctly. |
@@ -9001,7 +9331,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9001 | 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." | 9331 | 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." |
9002 | </info> | 9332 | </info> |
9003 | <glossdef> | 9333 | <glossdef> |
9004 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9334 | <para role="glossdeffirst"> |
9335 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9005 | When inheriting the | 9336 | When inheriting the |
9006 | <link linkend='ref-classes-distro_features_check'><filename>distro_features_check</filename></link> | 9337 | <link linkend='ref-classes-distro_features_check'><filename>distro_features_check</filename></link> |
9007 | class, this | 9338 | class, this |
@@ -9023,7 +9354,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9023 | 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." | 9354 | 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." |
9024 | </info> | 9355 | </info> |
9025 | <glossdef> | 9356 | <glossdef> |
9026 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9357 | <para role="glossdeffirst"> |
9358 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9027 | Reclaims disk space by removing previously built | 9359 | Reclaims disk space by removing previously built |
9028 | versions of the same image from the | 9360 | versions of the same image from the |
9029 | <filename>images</filename> directory pointed to by the | 9361 | <filename>images</filename> directory pointed to by the |
@@ -9044,7 +9376,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9044 | RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed." | 9376 | RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed." |
9045 | </info> | 9377 | </info> |
9046 | <glossdef> | 9378 | <glossdef> |
9047 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9379 | <para role="glossdeffirst"> |
9380 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9048 | With <filename>rm_work</filename> enabled, this | 9381 | With <filename>rm_work</filename> enabled, this |
9049 | variable specifies a list of recipes whose work directories | 9382 | variable specifies a list of recipes whose work directories |
9050 | should not be removed. | 9383 | should not be removed. |
@@ -9059,7 +9392,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9059 | ROOT_HOME[doc] = "Defines the root home directory." | 9392 | ROOT_HOME[doc] = "Defines the root home directory." |
9060 | </info> | 9393 | </info> |
9061 | <glossdef> | 9394 | <glossdef> |
9062 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9395 | <para role="glossdeffirst"> |
9396 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9063 | Defines the root home directory. | 9397 | Defines the root home directory. |
9064 | By default, this directory is set as follows in the | 9398 | By default, this directory is set as follows in the |
9065 | BitBake configuration file: | 9399 | BitBake configuration file: |
@@ -9095,7 +9429,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9095 | ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem." | 9429 | ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem." |
9096 | </info> | 9430 | </info> |
9097 | <glossdef> | 9431 | <glossdef> |
9098 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9432 | <para role="glossdeffirst"> |
9433 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9099 | Indicates a filesystem image to include as the root | 9434 | Indicates a filesystem image to include as the root |
9100 | filesystem. | 9435 | filesystem. |
9101 | </para> | 9436 | </para> |
@@ -9114,7 +9449,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9114 | ROOTFS_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem." | 9449 | ROOTFS_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem." |
9115 | </info> | 9450 | </info> |
9116 | <glossdef> | 9451 | <glossdef> |
9117 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9452 | <para role="glossdeffirst"> |
9453 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9118 | Added by classes to run post processing commands once the | 9454 | Added by classes to run post processing commands once the |
9119 | OpenEmbedded build system has created the root filesystem. | 9455 | OpenEmbedded build system has created the root filesystem. |
9120 | You can specify shell commands separated by semicolons: | 9456 | You can specify shell commands separated by semicolons: |
@@ -9140,7 +9476,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9140 | 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." | 9476 | 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." |
9141 | </info> | 9477 | </info> |
9142 | <glossdef> | 9478 | <glossdef> |
9143 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9479 | <para role="glossdeffirst"> |
9480 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9144 | A list of package name aliases that a package also provides. | 9481 | A list of package name aliases that a package also provides. |
9145 | These aliases are useful for satisfying runtime dependencies | 9482 | These aliases are useful for satisfying runtime dependencies |
9146 | of other packages both during the build and on the target | 9483 | of other packages both during the build and on the target |
@@ -9168,7 +9505,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9168 | 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." | 9505 | 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." |
9169 | </info> | 9506 | </info> |
9170 | <glossdef> | 9507 | <glossdef> |
9171 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9508 | <para role="glossdeffirst"> |
9509 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9172 | A list of packages that extends the usability of a package | 9510 | A list of packages that extends the usability of a package |
9173 | being built. | 9511 | being built. |
9174 | The package being built does not depend on this list of | 9512 | The package being built does not depend on this list of |
@@ -9260,7 +9598,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9260 | 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." | 9598 | 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." |
9261 | </info> | 9599 | </info> |
9262 | <glossdef> | 9600 | <glossdef> |
9263 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9601 | <para role="glossdeffirst"> |
9602 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9264 | A list of packages replaced by a package. | 9603 | A list of packages replaced by a package. |
9265 | The package manager uses this variable to determine which | 9604 | The package manager uses this variable to determine which |
9266 | package should be installed to replace other package(s) | 9605 | package should be installed to replace other package(s) |
@@ -9315,7 +9654,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9315 | 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." | 9654 | 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." |
9316 | </info> | 9655 | </info> |
9317 | <glossdef> | 9656 | <glossdef> |
9318 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9657 | <para role="glossdeffirst"> |
9658 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9319 | A list of additional packages that you can suggest for | 9659 | A list of additional packages that you can suggest for |
9320 | installation by the package manager at the time a package | 9660 | installation by the package manager at the time a package |
9321 | is installed. | 9661 | is installed. |
@@ -9343,7 +9683,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9343 | S[doc] = "The location in the Build Directory where unpacked package source code resides." | 9683 | S[doc] = "The location in the Build Directory where unpacked package source code resides." |
9344 | </info> | 9684 | </info> |
9345 | <glossdef> | 9685 | <glossdef> |
9346 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9686 | <para role="glossdeffirst"> |
9687 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9347 | The location in the | 9688 | The location in the |
9348 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 9689 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
9349 | where unpacked recipe source code resides. | 9690 | where unpacked recipe source code resides. |
@@ -9380,7 +9721,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9380 | 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." | 9721 | 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." |
9381 | </info> | 9722 | </info> |
9382 | <glossdef> | 9723 | <glossdef> |
9383 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9724 | <para role="glossdeffirst"> |
9725 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9384 | Specifies a list of command-line utilities that should be | 9726 | Specifies a list of command-line utilities that should be |
9385 | checked for during the initial sanity checking process when | 9727 | checked for during the initial sanity checking process when |
9386 | running BitBake. | 9728 | running BitBake. |
@@ -9395,7 +9737,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9395 | SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against." | 9737 | SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against." |
9396 | </info> | 9738 | </info> |
9397 | <glossdef> | 9739 | <glossdef> |
9398 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9740 | <para role="glossdeffirst"> |
9741 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9399 | A list of the host distribution identifiers that the | 9742 | A list of the host distribution identifiers that the |
9400 | build system has been tested against. | 9743 | build system has been tested against. |
9401 | Identifiers consist of the host distributor ID | 9744 | Identifiers consist of the host distributor ID |
@@ -9419,7 +9762,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9419 | SDK_ARCH[doc] = "The target architecture for the SDK." | 9762 | SDK_ARCH[doc] = "The target architecture for the SDK." |
9420 | </info> | 9763 | </info> |
9421 | <glossdef> | 9764 | <glossdef> |
9422 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9765 | <para role="glossdeffirst"> |
9766 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9423 | The target architecture for the SDK. | 9767 | The target architecture for the SDK. |
9424 | Typically, you do not directly set this variable. | 9768 | Typically, you do not directly set this variable. |
9425 | Instead, use | 9769 | Instead, use |
@@ -9433,7 +9777,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9433 | SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed." | 9777 | SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed." |
9434 | </info> | 9778 | </info> |
9435 | <glossdef> | 9779 | <glossdef> |
9436 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9780 | <para role="glossdeffirst"> |
9781 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9437 | The directory set up and used by the | 9782 | The directory set up and used by the |
9438 | <link linkend='ref-classes-populate-sdk'><filename>populate_sdk_base</filename></link> | 9783 | <link linkend='ref-classes-populate-sdk'><filename>populate_sdk_base</filename></link> |
9439 | to which the SDK is deployed. | 9784 | to which the SDK is deployed. |
@@ -9451,7 +9796,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9451 | SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output." | 9796 | SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output." |
9452 | </info> | 9797 | </info> |
9453 | <glossdef> | 9798 | <glossdef> |
9454 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9799 | <para role="glossdeffirst"> |
9800 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9455 | The parent directory used by the OpenEmbedded build system | 9801 | The parent directory used by the OpenEmbedded build system |
9456 | when creating SDK output. | 9802 | when creating SDK output. |
9457 | The | 9803 | The |
@@ -9476,7 +9822,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9476 | SDK_NAME[doc] = "The base name for SDK output files." | 9822 | SDK_NAME[doc] = "The base name for SDK output files." |
9477 | </info> | 9823 | </info> |
9478 | <glossdef> | 9824 | <glossdef> |
9479 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9825 | <para role="glossdeffirst"> |
9826 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9480 | The base name for SDK output files. | 9827 | The base name for SDK output files. |
9481 | The name is derived from the | 9828 | The name is derived from the |
9482 | <link linkend='var-DISTRO'><filename>DISTRO</filename></link>, | 9829 | <link linkend='var-DISTRO'><filename>DISTRO</filename></link>, |
@@ -9498,7 +9845,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9498 | SDK_OS[doc] = "The operating system for which the SDK will be built." | 9845 | SDK_OS[doc] = "The operating system for which the SDK will be built." |
9499 | </info> | 9846 | </info> |
9500 | <glossdef> | 9847 | <glossdef> |
9501 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9848 | <para role="glossdeffirst"> |
9849 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9502 | Specifies the operating system for which the SDK | 9850 | Specifies the operating system for which the SDK |
9503 | will be built. | 9851 | will be built. |
9504 | The default value is the value of | 9852 | The default value is the value of |
@@ -9512,7 +9860,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9512 | SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." | 9860 | SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." |
9513 | </info> | 9861 | </info> |
9514 | <glossdef> | 9862 | <glossdef> |
9515 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9863 | <para role="glossdeffirst"> |
9864 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9516 | The location used by the OpenEmbedded build system when | 9865 | The location used by the OpenEmbedded build system when |
9517 | creating SDK output. | 9866 | creating SDK output. |
9518 | The | 9867 | The |
@@ -9538,7 +9887,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9538 | 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." | 9887 | 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." |
9539 | </info> | 9888 | </info> |
9540 | <glossdef> | 9889 | <glossdef> |
9541 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9890 | <para role="glossdeffirst"> |
9891 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9542 | Specifies a list of architectures compatible with | 9892 | Specifies a list of architectures compatible with |
9543 | the SDK machine. | 9893 | the SDK machine. |
9544 | This variable is set automatically and should not | 9894 | This variable is set automatically and should not |
@@ -9557,7 +9907,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9557 | SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes." | 9907 | SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes." |
9558 | </info> | 9908 | </info> |
9559 | <glossdef> | 9909 | <glossdef> |
9560 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9910 | <para role="glossdeffirst"> |
9911 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9561 | The toolchain binary prefix used for nativesdk recipes. | 9912 | The toolchain binary prefix used for nativesdk recipes. |
9562 | The OpenEmbedded build system uses the | 9913 | The OpenEmbedded build system uses the |
9563 | <filename>SDK_PREFIX</filename> value to set the | 9914 | <filename>SDK_PREFIX</filename> value to set the |
@@ -9573,7 +9924,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9573 | SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built." | 9924 | SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built." |
9574 | </info> | 9925 | </info> |
9575 | <glossdef> | 9926 | <glossdef> |
9576 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9927 | <para role="glossdeffirst"> |
9928 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9577 | Specifies the system, including the architecture and the | 9929 | Specifies the system, including the architecture and the |
9578 | operating system, for which the SDK will be built. | 9930 | operating system, for which the SDK will be built. |
9579 | </para> | 9931 | </para> |
@@ -9596,7 +9948,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9596 | SDK_VENDOR[doc] = "Specifies the name of the SDK vendor." | 9948 | SDK_VENDOR[doc] = "Specifies the name of the SDK vendor." |
9597 | </info> | 9949 | </info> |
9598 | <glossdef> | 9950 | <glossdef> |
9599 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9951 | <para role="glossdeffirst"> |
9952 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9600 | Specifies the name of the SDK vendor. | 9953 | Specifies the name of the SDK vendor. |
9601 | </para> | 9954 | </para> |
9602 | </glossdef> | 9955 | </glossdef> |
@@ -9607,7 +9960,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9607 | 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'." | 9960 | 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'." |
9608 | </info> | 9961 | </info> |
9609 | <glossdef> | 9962 | <glossdef> |
9610 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9963 | <para role="glossdeffirst"> |
9964 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9611 | Equivalent to | 9965 | Equivalent to |
9612 | <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>. | 9966 | <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>. |
9613 | However, this variable applies to the SDK generated from an | 9967 | However, this variable applies to the SDK generated from an |
@@ -9624,7 +9978,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9624 | SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items." | 9978 | SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items." |
9625 | </info> | 9979 | </info> |
9626 | <glossdef> | 9980 | <glossdef> |
9627 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 9981 | <para role="glossdeffirst"> |
9982 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9628 | The machine for which the Application Development Toolkit | 9983 | The machine for which the Application Development Toolkit |
9629 | (ADT) or SDK is built. | 9984 | (ADT) or SDK is built. |
9630 | In other words, the SDK or ADT is built such that it | 9985 | In other words, the SDK or ADT is built such that it |
@@ -9656,7 +10011,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9656 | SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system." | 10011 | SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system." |
9657 | </info> | 10012 | </info> |
9658 | <glossdef> | 10013 | <glossdef> |
9659 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10014 | <para role="glossdeffirst"> |
10015 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9660 | Defines the path offered to the user for installation | 10016 | Defines the path offered to the user for installation |
9661 | of the SDK that is generated by the OpenEmbedded build | 10017 | of the SDK that is generated by the OpenEmbedded build |
9662 | system. | 10018 | system. |
@@ -9673,7 +10029,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9673 | SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH." | 10029 | SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH." |
9674 | </info> | 10030 | </info> |
9675 | <glossdef> | 10031 | <glossdef> |
9676 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10032 | <para role="glossdeffirst"> |
10033 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9677 | The full path to the sysroot used for cross-compilation | 10034 | The full path to the sysroot used for cross-compilation |
9678 | within an SDK as it will be when installed into the | 10035 | within an SDK as it will be when installed into the |
9679 | default | 10036 | default |
@@ -9687,7 +10044,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9687 | SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." | 10044 | SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." |
9688 | </info> | 10045 | </info> |
9689 | <glossdef> | 10046 | <glossdef> |
9690 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10047 | <para role="glossdeffirst"> |
10048 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9691 | The section in which packages should be categorized. | 10049 | The section in which packages should be categorized. |
9692 | Package management utilities can make use of this variable. | 10050 | Package management utilities can make use of this variable. |
9693 | </para> | 10051 | </para> |
@@ -9699,7 +10057,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9699 | 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." | 10057 | 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." |
9700 | </info> | 10058 | </info> |
9701 | <glossdef> | 10059 | <glossdef> |
9702 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10060 | <para role="glossdeffirst"> |
10061 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9703 | Specifies the optimization flags passed to the C compiler | 10062 | Specifies the optimization flags passed to the C compiler |
9704 | when building for the target. | 10063 | when building for the target. |
9705 | The flags are passed through the default value of the | 10064 | The flags are passed through the default value of the |
@@ -9723,7 +10082,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9723 | 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." | 10082 | 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." |
9724 | </info> | 10083 | </info> |
9725 | <glossdef> | 10084 | <glossdef> |
9726 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10085 | <para role="glossdeffirst"> |
10086 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9727 | Defines a serial console (TTY) to enable using getty. | 10087 | Defines a serial console (TTY) to enable using getty. |
9728 | Provide a value that specifies the baud rate followed by | 10088 | Provide a value that specifies the baud rate followed by |
9729 | the TTY device name separated by a space. | 10089 | the TTY device name separated by a space. |
@@ -9747,7 +10107,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9747 | SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." | 10107 | SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." |
9748 | </info> | 10108 | </info> |
9749 | <glossdef> | 10109 | <glossdef> |
9750 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10110 | <para role="glossdeffirst"> |
10111 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9751 | Defines the serial consoles (TTYs) to enable using getty. | 10112 | Defines the serial consoles (TTYs) to enable using getty. |
9752 | Provide a value that specifies the baud rate followed by | 10113 | Provide a value that specifies the baud rate followed by |
9753 | the TTY device name separated by a semicolon. | 10114 | the TTY device name separated by a semicolon. |
@@ -9764,7 +10125,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9764 | SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit." | 10125 | SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit." |
9765 | </info> | 10126 | </info> |
9766 | <glossdef> | 10127 | <glossdef> |
9767 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10128 | <para role="glossdeffirst"> |
10129 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9768 | Similar to | 10130 | Similar to |
9769 | <link linkend='var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></link> | 10131 | <link linkend='var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></link> |
9770 | except the device is checked for existence before attempting | 10132 | except the device is checked for existence before attempting |
@@ -9780,7 +10142,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9780 | 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." | 10142 | 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." |
9781 | </info> | 10143 | </info> |
9782 | <glossdef> | 10144 | <glossdef> |
9783 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10145 | <para role="glossdeffirst"> |
10146 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9784 | A list of recipe dependencies that should not be used to | 10147 | A list of recipe dependencies that should not be used to |
9785 | determine signatures of tasks from one recipe when they | 10148 | determine signatures of tasks from one recipe when they |
9786 | depend on tasks from another recipe. | 10149 | depend on tasks from another recipe. |
@@ -9814,7 +10177,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9814 | SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." | 10177 | SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." |
9815 | </info> | 10178 | </info> |
9816 | <glossdef> | 10179 | <glossdef> |
9817 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10180 | <para role="glossdeffirst"> |
10181 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9818 | A list of recipes that are completely stable and will | 10182 | A list of recipes that are completely stable and will |
9819 | never change. | 10183 | never change. |
9820 | The ABI for the recipes in the list are presented by | 10184 | The ABI for the recipes in the list are presented by |
@@ -9837,7 +10201,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9837 | SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." | 10201 | SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." |
9838 | </info> | 10202 | </info> |
9839 | <glossdef> | 10203 | <glossdef> |
9840 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10204 | <para role="glossdeffirst"> |
10205 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9841 | Specifies the number of bits for the target system CPU. | 10206 | Specifies the number of bits for the target system CPU. |
9842 | The value should be either "32" or "64". | 10207 | The value should be either "32" or "64". |
9843 | </para> | 10208 | </para> |
@@ -9849,7 +10214,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9849 | 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'." | 10214 | 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'." |
9850 | </info> | 10215 | </info> |
9851 | <glossdef> | 10216 | <glossdef> |
9852 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10217 | <para role="glossdeffirst"> |
10218 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9853 | Specifies the endian byte order of the target system. | 10219 | Specifies the endian byte order of the target system. |
9854 | The value should be either "le" for little-endian or "be" for big-endian. | 10220 | The value should be either "le" for little-endian or "be" for big-endian. |
9855 | </para> | 10221 | </para> |
@@ -9861,7 +10227,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9861 | 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." | 10227 | 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." |
9862 | </info> | 10228 | </info> |
9863 | <glossdef> | 10229 | <glossdef> |
9864 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10230 | <para role="glossdeffirst"> |
10231 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9865 | Groups together machines based upon the same family | 10232 | Groups together machines based upon the same family |
9866 | of SOC (System On Chip). | 10233 | of SOC (System On Chip). |
9867 | You typically set this variable in a common | 10234 | You typically set this variable in a common |
@@ -9882,7 +10249,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9882 | SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." | 10249 | SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." |
9883 | </info> | 10250 | </info> |
9884 | <glossdef> | 10251 | <glossdef> |
9885 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10252 | <para role="glossdeffirst"> |
10253 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9886 | Defines the suffix for shared libraries used on the | 10254 | Defines the suffix for shared libraries used on the |
9887 | target platform. | 10255 | target platform. |
9888 | By default, this suffix is ".so.*" for all Linux-based | 10256 | By default, this suffix is ".so.*" for all Linux-based |
@@ -9903,7 +10271,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9903 | SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." | 10271 | SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." |
9904 | </info> | 10272 | </info> |
9905 | <glossdef> | 10273 | <glossdef> |
9906 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10274 | <para role="glossdeffirst"> |
10275 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9907 | Defines the suffix for the development symbolic link | 10276 | Defines the suffix for the development symbolic link |
9908 | (symlink) for shared libraries on the target platform. | 10277 | (symlink) for shared libraries on the target platform. |
9909 | By default, this suffix is ".so" for Linux-based | 10278 | By default, this suffix is ".so" for Linux-based |
@@ -9924,7 +10293,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9924 | SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks." | 10293 | SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks." |
9925 | </info> | 10294 | </info> |
9926 | <glossdef> | 10295 | <glossdef> |
9927 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10296 | <para role="glossdeffirst"> |
10297 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9928 | When you are fetching files to create a mirror of sources | 10298 | When you are fetching files to create a mirror of sources |
9929 | (i.e. creating a source mirror), setting | 10299 | (i.e. creating a source mirror), setting |
9930 | <filename>SOURCE_MIRROR_FETCH</filename> to "1" in your | 10300 | <filename>SOURCE_MIRROR_FETCH</filename> to "1" in your |
@@ -9955,7 +10325,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9955 | SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." | 10325 | SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." |
9956 | </info> | 10326 | </info> |
9957 | <glossdef> | 10327 | <glossdef> |
9958 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10328 | <para role="glossdeffirst"> |
10329 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9959 | Defines your own | 10330 | Defines your own |
9960 | <link linkend='var-PREMIRRORS'><filename>PREMIRRORS</filename></link> | 10331 | <link linkend='var-PREMIRRORS'><filename>PREMIRRORS</filename></link> |
9961 | from which to first fetch source before attempting to fetch | 10332 | from which to first fetch source before attempting to fetch |
@@ -9985,7 +10356,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9985 | SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/." | 10356 | SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/." |
9986 | </info> | 10357 | </info> |
9987 | <glossdef> | 10358 | <glossdef> |
9988 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10359 | <para role="glossdeffirst"> |
10360 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9989 | Maps commonly used license names to their SPDX counterparts | 10361 | Maps commonly used license names to their SPDX counterparts |
9990 | found in <filename>meta/files/common-licenses/</filename>. | 10362 | found in <filename>meta/files/common-licenses/</filename>. |
9991 | For the default <filename>SPDXLICENSEMAP</filename> | 10363 | For the default <filename>SPDXLICENSEMAP</filename> |
@@ -10006,7 +10378,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10006 | 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." | 10378 | 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." |
10007 | </info> | 10379 | </info> |
10008 | <glossdef> | 10380 | <glossdef> |
10009 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10381 | <para role="glossdeffirst"> |
10382 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10010 | A list of prefixes for <link linkend='var-PN'><filename>PN</filename></link> used by the | 10383 | A list of prefixes for <link linkend='var-PN'><filename>PN</filename></link> used by the |
10011 | OpenEmbedded build system to create variants of recipes or packages. | 10384 | OpenEmbedded build system to create variants of recipes or packages. |
10012 | The list specifies the prefixes to strip off during certain circumstances | 10385 | The list specifies the prefixes to strip off during certain circumstances |
@@ -10020,7 +10393,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10020 | 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." | 10393 | 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." |
10021 | </info> | 10394 | </info> |
10022 | <glossdef> | 10395 | <glossdef> |
10023 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10396 | <para role="glossdeffirst"> |
10397 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10024 | The list of source files - local or remote. | 10398 | The list of source files - local or remote. |
10025 | This variable tells the OpenEmbedded build system which bits | 10399 | This variable tells the OpenEmbedded build system which bits |
10026 | to pull in for the build and how to pull them in. | 10400 | to pull in for the build and how to pull them in. |
@@ -10185,7 +10559,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10185 | 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." | 10559 | 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." |
10186 | </info> | 10560 | </info> |
10187 | <glossdef> | 10561 | <glossdef> |
10188 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10562 | <para role="glossdeffirst"> |
10563 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10189 | By default, the OpenEmbedded build system automatically detects whether | 10564 | By default, the OpenEmbedded build system automatically detects whether |
10190 | <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename> | 10565 | <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename> |
10191 | contains files that are machine-specific. | 10566 | contains files that are machine-specific. |
@@ -10201,7 +10576,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10201 | 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)." | 10576 | 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)." |
10202 | </info> | 10577 | </info> |
10203 | <glossdef> | 10578 | <glossdef> |
10204 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10579 | <para role="glossdeffirst"> |
10580 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10205 | The date of the source code used to build the package. | 10581 | The date of the source code used to build the package. |
10206 | This variable applies only if the source was fetched from a Source Code Manager (SCM). | 10582 | This variable applies only if the source was fetched from a Source Code Manager (SCM). |
10207 | </para> | 10583 | </para> |
@@ -10213,7 +10589,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10213 | SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV." | 10589 | SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV." |
10214 | </info> | 10590 | </info> |
10215 | <glossdef> | 10591 | <glossdef> |
10216 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10592 | <para role="glossdeffirst"> |
10593 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10217 | Returns the version string of the current package. | 10594 | Returns the version string of the current package. |
10218 | This string is used to help define the value of | 10595 | This string is used to help define the value of |
10219 | <link linkend='var-PV'><filename>PV</filename></link>. | 10596 | <link linkend='var-PV'><filename>PV</filename></link>. |
@@ -10250,7 +10627,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10250 | SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only." | 10627 | SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only." |
10251 | </info> | 10628 | </info> |
10252 | <glossdef> | 10629 | <glossdef> |
10253 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10630 | <para role="glossdeffirst"> |
10631 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10254 | The revision of the source code used to build the package. | 10632 | The revision of the source code used to build the package. |
10255 | This variable applies to Subversion, Git, Mercurial and | 10633 | This variable applies to Subversion, Git, Mercurial and |
10256 | Bazaar only. | 10634 | Bazaar only. |
@@ -10276,7 +10654,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10276 | SSTATE_DIR[doc] = "The directory for the shared state cache." | 10654 | SSTATE_DIR[doc] = "The directory for the shared state cache." |
10277 | </info> | 10655 | </info> |
10278 | <glossdef> | 10656 | <glossdef> |
10279 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10657 | <para role="glossdeffirst"> |
10658 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10280 | The directory for the shared state cache. | 10659 | The directory for the shared state cache. |
10281 | </para> | 10660 | </para> |
10282 | </glossdef> | 10661 | </glossdef> |
@@ -10287,7 +10666,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10287 | 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"." | 10666 | 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"." |
10288 | </info> | 10667 | </info> |
10289 | <glossdef> | 10668 | <glossdef> |
10290 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10669 | <para role="glossdeffirst"> |
10670 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10291 | If set to "1", allows fetches from | 10671 | If set to "1", allows fetches from |
10292 | mirrors that are specified in | 10672 | mirrors that are specified in |
10293 | <link linkend='var-SSTATE_MIRRORS'><filename>SSTATE_MIRRORS</filename></link> | 10673 | <link linkend='var-SSTATE_MIRRORS'><filename>SSTATE_MIRRORS</filename></link> |
@@ -10309,7 +10689,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10309 | 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." | 10689 | 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." |
10310 | </info> | 10690 | </info> |
10311 | <glossdef> | 10691 | <glossdef> |
10312 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10692 | <para role="glossdeffirst"> |
10693 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10313 | Configures the OpenEmbedded build system to search other | 10694 | Configures the OpenEmbedded build system to search other |
10314 | mirror locations for prebuilt cache data objects before | 10695 | mirror locations for prebuilt cache data objects before |
10315 | building out the data. | 10696 | building out the data. |
@@ -10350,7 +10731,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10350 | STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host." | 10731 | STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host." |
10351 | </info> | 10732 | </info> |
10352 | <glossdef> | 10733 | <glossdef> |
10353 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10734 | <para role="glossdeffirst"> |
10735 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10354 | Specifies the path to the <filename>/lib</filename> | 10736 | Specifies the path to the <filename>/lib</filename> |
10355 | subdirectory of the sysroot directory for the | 10737 | subdirectory of the sysroot directory for the |
10356 | build host. | 10738 | build host. |
@@ -10363,7 +10745,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10363 | 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)." | 10745 | 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)." |
10364 | </info> | 10746 | </info> |
10365 | <glossdef> | 10747 | <glossdef> |
10366 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10748 | <para role="glossdeffirst"> |
10749 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10367 | Specifies the path to the <filename>/lib</filename> | 10750 | Specifies the path to the <filename>/lib</filename> |
10368 | subdirectory of the sysroot directory for the target | 10751 | subdirectory of the sysroot directory for the target |
10369 | for which the current recipe is being built | 10752 | for which the current recipe is being built |
@@ -10377,7 +10760,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10377 | 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)." | 10760 | 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)." |
10378 | </info> | 10761 | </info> |
10379 | <glossdef> | 10762 | <glossdef> |
10380 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10763 | <para role="glossdeffirst"> |
10764 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10381 | Specifies the path to the | 10765 | Specifies the path to the |
10382 | <filename>/usr/bin</filename> subdirectory of the | 10766 | <filename>/usr/bin</filename> subdirectory of the |
10383 | sysroot directory for the target for which the current | 10767 | sysroot directory for the target for which the current |
@@ -10392,7 +10776,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10392 | 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." | 10776 | 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." |
10393 | </info> | 10777 | </info> |
10394 | <glossdef> | 10778 | <glossdef> |
10395 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10779 | <para role="glossdeffirst"> |
10780 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10396 | Specifies the path to the directory containing binary | 10781 | Specifies the path to the directory containing binary |
10397 | configuration scripts. | 10782 | configuration scripts. |
10398 | These scripts provide configuration information for | 10783 | These scripts provide configuration information for |
@@ -10417,7 +10802,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10417 | STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host." | 10802 | STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host." |
10418 | </info> | 10803 | </info> |
10419 | <glossdef> | 10804 | <glossdef> |
10420 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10805 | <para role="glossdeffirst"> |
10806 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10421 | Specifies the path to the | 10807 | Specifies the path to the |
10422 | <filename>/usr/bin</filename> subdirectory of the | 10808 | <filename>/usr/bin</filename> subdirectory of the |
10423 | sysroot directory for the build host. | 10809 | sysroot directory for the build host. |
@@ -10430,7 +10816,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10430 | 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)." | 10816 | 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)." |
10431 | </info> | 10817 | </info> |
10432 | <glossdef> | 10818 | <glossdef> |
10433 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10819 | <para role="glossdeffirst"> |
10820 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10434 | Specifies the path to the <filename>/usr/share</filename> | 10821 | Specifies the path to the <filename>/usr/share</filename> |
10435 | subdirectory of the sysroot directory for the target | 10822 | subdirectory of the sysroot directory for the target |
10436 | for which the current recipe is being built | 10823 | for which the current recipe is being built |
@@ -10444,7 +10831,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10444 | STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host." | 10831 | STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host." |
10445 | </info> | 10832 | </info> |
10446 | <glossdef> | 10833 | <glossdef> |
10447 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10834 | <para role="glossdeffirst"> |
10835 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10448 | Specifies the path to the <filename>/usr/share</filename> | 10836 | Specifies the path to the <filename>/usr/share</filename> |
10449 | subdirectory of the sysroot directory for the build host. | 10837 | subdirectory of the sysroot directory for the build host. |
10450 | </para> | 10838 | </para> |
@@ -10456,7 +10844,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10456 | STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." | 10844 | STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." |
10457 | </info> | 10845 | </info> |
10458 | <glossdef> | 10846 | <glossdef> |
10459 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10847 | <para role="glossdeffirst"> |
10848 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10460 | Specifies the path to the top-level sysroots directory | 10849 | Specifies the path to the top-level sysroots directory |
10461 | (i.e. | 10850 | (i.e. |
10462 | <filename>${</filename><link linkend='var-TMPDIR'><filename>TMPDIR</filename></link><filename>}/sysroots</filename>). | 10851 | <filename>${</filename><link linkend='var-TMPDIR'><filename>TMPDIR</filename></link><filename>}/sysroots</filename>). |
@@ -10480,7 +10869,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10480 | STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built." | 10869 | STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built." |
10481 | </info> | 10870 | </info> |
10482 | <glossdef> | 10871 | <glossdef> |
10483 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10872 | <para role="glossdeffirst"> |
10873 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10484 | Specifies the path to the primary sysroot directory for | 10874 | Specifies the path to the primary sysroot directory for |
10485 | which the target is being built. | 10875 | which the target is being built. |
10486 | Depending on the type of recipe and the build target, the | 10876 | Depending on the type of recipe and the build target, the |
@@ -10509,7 +10899,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10509 | STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host." | 10899 | STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host." |
10510 | </info> | 10900 | </info> |
10511 | <glossdef> | 10901 | <glossdef> |
10512 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10902 | <para role="glossdeffirst"> |
10903 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10513 | Specifies the path to the sysroot directory for the | 10904 | Specifies the path to the sysroot directory for the |
10514 | build host. | 10905 | build host. |
10515 | </para> | 10906 | </para> |
@@ -10521,7 +10912,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10521 | STAGING_DIR_TARGET[doc] = "Specifies the path to the sysroot directory for the target for which the current recipe is being built." | 10912 | STAGING_DIR_TARGET[doc] = "Specifies the path to the sysroot directory for the target for which the current recipe is being built." |
10522 | </info> | 10913 | </info> |
10523 | <glossdef> | 10914 | <glossdef> |
10524 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10915 | <para role="glossdeffirst"> |
10916 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10525 | Specifies the path to the sysroot directory for the | 10917 | Specifies the path to the sysroot directory for the |
10526 | target for which the current recipe is being built. | 10918 | target for which the current recipe is being built. |
10527 | In most cases, this path is the | 10919 | In most cases, this path is the |
@@ -10548,7 +10940,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10548 | STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host." | 10940 | STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host." |
10549 | </info> | 10941 | </info> |
10550 | <glossdef> | 10942 | <glossdef> |
10551 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10943 | <para role="glossdeffirst"> |
10944 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10552 | Specifies the path to the <filename>/etc</filename> | 10945 | Specifies the path to the <filename>/etc</filename> |
10553 | subdirectory of the sysroot directory for the | 10946 | subdirectory of the sysroot directory for the |
10554 | build host. | 10947 | build host. |
@@ -10561,7 +10954,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10561 | 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)." | 10954 | 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)." |
10562 | </info> | 10955 | </info> |
10563 | <glossdef> | 10956 | <glossdef> |
10564 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10957 | <para role="glossdeffirst"> |
10958 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10565 | Specifies the path to the <filename>/usr</filename> | 10959 | Specifies the path to the <filename>/usr</filename> |
10566 | subdirectory of the sysroot directory for the target | 10960 | subdirectory of the sysroot directory for the target |
10567 | for which the current recipe is being built | 10961 | for which the current recipe is being built |
@@ -10575,7 +10969,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10575 | 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)." | 10969 | 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)." |
10576 | </info> | 10970 | </info> |
10577 | <glossdef> | 10971 | <glossdef> |
10578 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10972 | <para role="glossdeffirst"> |
10973 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10579 | Specifies the path to the | 10974 | Specifies the path to the |
10580 | <filename>/usr/include</filename> subdirectory of the | 10975 | <filename>/usr/include</filename> subdirectory of the |
10581 | sysroot directory for the target for which the current | 10976 | sysroot directory for the target for which the current |
@@ -10590,7 +10985,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10590 | STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host." | 10985 | STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host." |
10591 | </info> | 10986 | </info> |
10592 | <glossdef> | 10987 | <glossdef> |
10593 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 10988 | <para role="glossdeffirst"> |
10989 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10594 | Specifies the path to the <filename>/usr/include</filename> | 10990 | Specifies the path to the <filename>/usr/include</filename> |
10595 | subdirectory of the sysroot directory for the build host. | 10991 | subdirectory of the sysroot directory for the build host. |
10596 | </para> | 10992 | </para> |
@@ -10602,7 +10998,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10602 | STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules." | 10998 | STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules." |
10603 | </info> | 10999 | </info> |
10604 | <glossdef> | 11000 | <glossdef> |
10605 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11001 | <para role="glossdeffirst"> |
11002 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10606 | The directory with kernel headers that are required to build out-of-tree | 11003 | The directory with kernel headers that are required to build out-of-tree |
10607 | modules. | 11004 | modules. |
10608 | </para> | 11005 | </para> |
@@ -10614,7 +11011,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10614 | 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)." | 11011 | 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)." |
10615 | </info> | 11012 | </info> |
10616 | <glossdef> | 11013 | <glossdef> |
10617 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11014 | <para role="glossdeffirst"> |
11015 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10618 | Specifies the path to the <filename>/usr/lib</filename> | 11016 | Specifies the path to the <filename>/usr/lib</filename> |
10619 | subdirectory of the sysroot directory for the target for | 11017 | subdirectory of the sysroot directory for the target for |
10620 | which the current recipe is being built | 11018 | which the current recipe is being built |
@@ -10628,7 +11026,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10628 | STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host." | 11026 | STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host." |
10629 | </info> | 11027 | </info> |
10630 | <glossdef> | 11028 | <glossdef> |
10631 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11029 | <para role="glossdeffirst"> |
11030 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10632 | Specifies the path to the <filename>/usr/lib</filename> | 11031 | Specifies the path to the <filename>/usr/lib</filename> |
10633 | subdirectory of the sysroot directory for the build host. | 11032 | subdirectory of the sysroot directory for the build host. |
10634 | </para> | 11033 | </para> |
@@ -10640,7 +11039,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10640 | 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." | 11039 | 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." |
10641 | </info> | 11040 | </info> |
10642 | <glossdef> | 11041 | <glossdef> |
10643 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11042 | <para role="glossdeffirst"> |
11043 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10644 | Specifies the base path used to create recipe stamp files. | 11044 | Specifies the base path used to create recipe stamp files. |
10645 | The path to an actual stamp file is constructed by evaluating this | 11045 | The path to an actual stamp file is constructed by evaluating this |
10646 | string and then appending additional information. | 11046 | string and then appending additional information. |
@@ -10669,7 +11069,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10669 | STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps." | 11069 | STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps." |
10670 | </info> | 11070 | </info> |
10671 | <glossdef> | 11071 | <glossdef> |
10672 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11072 | <para role="glossdeffirst"> |
11073 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10673 | Specifies the base directory in which the OpenEmbedded | 11074 | Specifies the base directory in which the OpenEmbedded |
10674 | build system places stamps. | 11075 | build system places stamps. |
10675 | The default directory is | 11076 | The default directory is |
@@ -10683,7 +11084,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10683 | STRIP[doc] = "Minimal command and arguments to run 'strip' (strip symbols)." | 11084 | STRIP[doc] = "Minimal command and arguments to run 'strip' (strip symbols)." |
10684 | </info> | 11085 | </info> |
10685 | <glossdef> | 11086 | <glossdef> |
10686 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11087 | <para role="glossdeffirst"> |
11088 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10687 | The minimal command and arguments to run | 11089 | The minimal command and arguments to run |
10688 | <filename>strip</filename>, which is used to strip | 11090 | <filename>strip</filename>, which is used to strip |
10689 | symbols. | 11091 | symbols. |
@@ -10696,7 +11098,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10696 | 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." | 11098 | 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." |
10697 | </info> | 11099 | </info> |
10698 | <glossdef> | 11100 | <glossdef> |
10699 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11101 | <para role="glossdeffirst"> |
11102 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10700 | The short (72 characters or less) summary of the binary package for packaging | 11103 | The short (72 characters or less) summary of the binary package for packaging |
10701 | systems such as <filename>opkg</filename>, <filename>rpm</filename> or | 11104 | systems such as <filename>opkg</filename>, <filename>rpm</filename> or |
10702 | <filename>dpkg</filename>. | 11105 | <filename>dpkg</filename>. |
@@ -10713,7 +11116,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10713 | SVNDIR[doc] = "The directory where Subversion checkouts will be stored." | 11116 | SVNDIR[doc] = "The directory where Subversion checkouts will be stored." |
10714 | </info> | 11117 | </info> |
10715 | <glossdef> | 11118 | <glossdef> |
10716 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11119 | <para role="glossdeffirst"> |
11120 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10717 | The directory in which files checked out of a Subversion | 11121 | The directory in which files checked out of a Subversion |
10718 | system are stored. | 11122 | system are stored. |
10719 | </para> | 11123 | </para> |
@@ -10725,7 +11129,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10725 | SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." | 11129 | SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." |
10726 | </info> | 11130 | </info> |
10727 | <glossdef> | 11131 | <glossdef> |
10728 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11132 | <para role="glossdeffirst"> |
11133 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10729 | Specifies the kernel boot default console. | 11134 | Specifies the kernel boot default console. |
10730 | If you want to use a console other than the default, | 11135 | If you want to use a console other than the default, |
10731 | set this variable in your recipe as follows where "X" is | 11136 | set this variable in your recipe as follows where "X" is |
@@ -10749,7 +11154,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10749 | SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file." | 11154 | SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file." |
10750 | </info> | 11155 | </info> |
10751 | <glossdef> | 11156 | <glossdef> |
10752 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11157 | <para role="glossdeffirst"> |
11158 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10753 | Lists additional options to add to the syslinux file. | 11159 | Lists additional options to add to the syslinux file. |
10754 | You need to set this variable in your recipe. | 11160 | You need to set this variable in your recipe. |
10755 | If you want to list multiple options, separate the options | 11161 | If you want to list multiple options, separate the options |
@@ -10769,7 +11175,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10769 | SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off." | 11175 | SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off." |
10770 | </info> | 11176 | </info> |
10771 | <glossdef> | 11177 | <glossdef> |
10772 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11178 | <para role="glossdeffirst"> |
11179 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10773 | Specifies the alternate serial port or turns it off. | 11180 | Specifies the alternate serial port or turns it off. |
10774 | To turn off serial, set this variable to an empty string | 11181 | To turn off serial, set this variable to an empty string |
10775 | in your recipe. | 11182 | in your recipe. |
@@ -10792,7 +11199,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10792 | SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu." | 11199 | SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu." |
10793 | </info> | 11200 | </info> |
10794 | <glossdef> | 11201 | <glossdef> |
10795 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11202 | <para role="glossdeffirst"> |
11203 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10796 | An <filename>.LSS</filename> file used as the background | 11204 | An <filename>.LSS</filename> file used as the background |
10797 | for the VGA boot menu when you are using the boot menu. | 11205 | for the VGA boot menu when you are using the boot menu. |
10798 | You need to set this variable in your recipe. | 11206 | You need to set this variable in your recipe. |
@@ -10812,7 +11220,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10812 | SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument." | 11220 | SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument." |
10813 | </info> | 11221 | </info> |
10814 | <glossdef> | 11222 | <glossdef> |
10815 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11223 | <para role="glossdeffirst"> |
11224 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10816 | Specifies the alternate console=tty... kernel boot argument. | 11225 | Specifies the alternate console=tty... kernel boot argument. |
10817 | The variable's default value is set in the | 11226 | The variable's default value is set in the |
10818 | <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link> | 11227 | <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link> |
@@ -10833,7 +11242,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10833 | 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." | 11242 | 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." |
10834 | </info> | 11243 | </info> |
10835 | <glossdef> | 11244 | <glossdef> |
10836 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11245 | <para role="glossdeffirst"> |
11246 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10837 | A list of functions to execute after files are staged into | 11247 | A list of functions to execute after files are staged into |
10838 | the sysroot. | 11248 | the sysroot. |
10839 | These functions are usually used to apply additional | 11249 | These functions are usually used to apply additional |
@@ -10848,7 +11258,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10848 | 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." | 11258 | 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." |
10849 | </info> | 11259 | </info> |
10850 | <glossdef> | 11260 | <glossdef> |
10851 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11261 | <para role="glossdeffirst"> |
11262 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10852 | When inheriting the | 11263 | When inheriting the |
10853 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> | 11264 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> |
10854 | class, this variable specifies whether the service you have | 11265 | class, this variable specifies whether the service you have |
@@ -10877,7 +11288,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10877 | 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." | 11288 | 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." |
10878 | </info> | 11289 | </info> |
10879 | <glossdef> | 11290 | <glossdef> |
10880 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11291 | <para role="glossdeffirst"> |
11292 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10881 | When inheriting the | 11293 | When inheriting the |
10882 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> | 11294 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> |
10883 | class, this variable locates the systemd unit files when | 11295 | class, this variable locates the systemd unit files when |
@@ -10906,7 +11318,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10906 | SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package." | 11318 | SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package." |
10907 | </info> | 11319 | </info> |
10908 | <glossdef> | 11320 | <glossdef> |
10909 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11321 | <para role="glossdeffirst"> |
11322 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10910 | When inheriting the | 11323 | When inheriting the |
10911 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> | 11324 | <link linkend='ref-classes-systemd'><filename>systemd</filename></link> |
10912 | class, this variable specifies the systemd service name for | 11325 | class, this variable specifies the systemd service name for |
@@ -10930,7 +11343,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10930 | SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'." | 11343 | SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'." |
10931 | </info> | 11344 | </info> |
10932 | <glossdef> | 11345 | <glossdef> |
10933 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11346 | <para role="glossdeffirst"> |
11347 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10934 | When using | 11348 | When using |
10935 | <ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-enabling-system-services'>SysVinit</ulink>, | 11349 | <ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-enabling-system-services'>SysVinit</ulink>, |
10936 | specifies a space-separated list of the virtual terminals | 11350 | specifies a space-separated list of the virtual terminals |
@@ -10958,7 +11372,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10958 | 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." | 11372 | 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." |
10959 | </info> | 11373 | </info> |
10960 | <glossdef> | 11374 | <glossdef> |
10961 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11375 | <para role="glossdeffirst"> |
11376 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10962 | This variable points to a directory were BitBake places | 11377 | This variable points to a directory were BitBake places |
10963 | temporary files, which consist mostly of task logs and | 11378 | temporary files, which consist mostly of task logs and |
10964 | scripts, when building a particular recipe. | 11379 | scripts, when building a particular recipe. |
@@ -10986,7 +11401,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10986 | TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system supports the following architectures: arm, mips, ppc, x86, x86-64." | 11401 | TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system supports the following architectures: arm, mips, ppc, x86, x86-64." |
10987 | </info> | 11402 | </info> |
10988 | <glossdef> | 11403 | <glossdef> |
10989 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11404 | <para role="glossdeffirst"> |
11405 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10990 | The target machine's architecture. | 11406 | The target machine's architecture. |
10991 | The OpenEmbedded build system supports many | 11407 | The OpenEmbedded build system supports many |
10992 | architectures. | 11408 | architectures. |
@@ -11018,7 +11434,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11018 | TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system." | 11434 | TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system." |
11019 | </info> | 11435 | </info> |
11020 | <glossdef> | 11436 | <glossdef> |
11021 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11437 | <para role="glossdeffirst"> |
11438 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11022 | Specifies architecture-specific assembler flags for the | 11439 | Specifies architecture-specific assembler flags for the |
11023 | target system. | 11440 | target system. |
11024 | <filename>TARGET_AS_ARCH</filename> is initialized from | 11441 | <filename>TARGET_AS_ARCH</filename> is initialized from |
@@ -11037,7 +11454,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11037 | TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system." | 11454 | TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system." |
11038 | </info> | 11455 | </info> |
11039 | <glossdef> | 11456 | <glossdef> |
11040 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11457 | <para role="glossdeffirst"> |
11458 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11041 | Specifies architecture-specific C compiler flags for the | 11459 | Specifies architecture-specific C compiler flags for the |
11042 | target system. | 11460 | target system. |
11043 | <filename>TARGET_CC_ARCH</filename> is initialized from | 11461 | <filename>TARGET_CC_ARCH</filename> is initialized from |
@@ -11060,7 +11478,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11060 | TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune." | 11478 | TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune." |
11061 | </info> | 11479 | </info> |
11062 | <glossdef> | 11480 | <glossdef> |
11063 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11481 | <para role="glossdeffirst"> |
11482 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11064 | This is a specific kernel compiler flag for a CPU or | 11483 | This is a specific kernel compiler flag for a CPU or |
11065 | Application Binary Interface (ABI) tune. | 11484 | Application Binary Interface (ABI) tune. |
11066 | The flag is used rarely and only for cases where a | 11485 | The flag is used rarely and only for cases where a |
@@ -11084,7 +11503,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11084 | TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS." | 11503 | TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS." |
11085 | </info> | 11504 | </info> |
11086 | <glossdef> | 11505 | <glossdef> |
11087 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11506 | <para role="glossdeffirst"> |
11507 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11088 | Specifies the flags to pass to the C compiler when building | 11508 | Specifies the flags to pass to the C compiler when building |
11089 | for the target. | 11509 | for the target. |
11090 | When building in the target context, | 11510 | When building in the target context, |
@@ -11109,7 +11529,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11109 | 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." | 11529 | 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." |
11110 | </info> | 11530 | </info> |
11111 | <glossdef> | 11531 | <glossdef> |
11112 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11532 | <para role="glossdeffirst"> |
11533 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11113 | Specifies the flags to pass to the C pre-processor | 11534 | Specifies the flags to pass to the C pre-processor |
11114 | (i.e. to both the C and the C++ compilers) when building | 11535 | (i.e. to both the C and the C++ compilers) when building |
11115 | for the target. | 11536 | for the target. |
@@ -11135,7 +11556,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11135 | TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target." | 11556 | TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target." |
11136 | </info> | 11557 | </info> |
11137 | <glossdef> | 11558 | <glossdef> |
11138 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11559 | <para role="glossdeffirst"> |
11560 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11139 | Specifies the flags to pass to the C++ compiler when | 11561 | Specifies the flags to pass to the C++ compiler when |
11140 | building for the target. | 11562 | building for the target. |
11141 | When building in the target context, | 11563 | When building in the target context, |
@@ -11160,7 +11582,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11160 | 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." | 11582 | 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." |
11161 | </info> | 11583 | </info> |
11162 | <glossdef> | 11584 | <glossdef> |
11163 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11585 | <para role="glossdeffirst"> |
11586 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11164 | Specifies the method for handling FPU code. | 11587 | Specifies the method for handling FPU code. |
11165 | For FPU-less targets, which include most ARM CPUs, the variable must be | 11588 | For FPU-less targets, which include most ARM CPUs, the variable must be |
11166 | set to "soft". | 11589 | set to "soft". |
@@ -11174,7 +11597,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11174 | TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system." | 11597 | TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system." |
11175 | </info> | 11598 | </info> |
11176 | <glossdef> | 11599 | <glossdef> |
11177 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11600 | <para role="glossdeffirst"> |
11601 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11178 | Specifies architecture-specific linker flags for the | 11602 | Specifies architecture-specific linker flags for the |
11179 | target system. | 11603 | target system. |
11180 | <filename>TARGET_LD_ARCH</filename> is initialized from | 11604 | <filename>TARGET_LD_ARCH</filename> is initialized from |
@@ -11193,7 +11617,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11193 | TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target." | 11617 | TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target." |
11194 | </info> | 11618 | </info> |
11195 | <glossdef> | 11619 | <glossdef> |
11196 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11620 | <para role="glossdeffirst"> |
11621 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11197 | Specifies the flags to pass to the linker when building | 11622 | Specifies the flags to pass to the linker when building |
11198 | for the target. | 11623 | for the target. |
11199 | When building in the target context, | 11624 | When building in the target context, |
@@ -11218,7 +11643,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11218 | TARGET_OS[doc] = "Specifies the target's operating system." | 11643 | TARGET_OS[doc] = "Specifies the target's operating system." |
11219 | </info> | 11644 | </info> |
11220 | <glossdef> | 11645 | <glossdef> |
11221 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11646 | <para role="glossdeffirst"> |
11647 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11222 | Specifies the target's operating system. | 11648 | Specifies the target's operating system. |
11223 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and | 11649 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and |
11224 | to "linux-uclibc" for <filename>uclibc</filename>. | 11650 | to "linux-uclibc" for <filename>uclibc</filename>. |
@@ -11233,7 +11659,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11233 | TARGET_PREFIX[doc] = "The prefix used for the toolchain binary target tools." | 11659 | TARGET_PREFIX[doc] = "The prefix used for the toolchain binary target tools." |
11234 | </info> | 11660 | </info> |
11235 | <glossdef> | 11661 | <glossdef> |
11236 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11662 | <para role="glossdeffirst"> |
11663 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11237 | Specifies the prefix used for the toolchain binary target | 11664 | Specifies the prefix used for the toolchain binary target |
11238 | tools. | 11665 | tools. |
11239 | </para> | 11666 | </para> |
@@ -11267,7 +11694,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11267 | TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS." | 11694 | TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS." |
11268 | </info> | 11695 | </info> |
11269 | <glossdef> | 11696 | <glossdef> |
11270 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11697 | <para role="glossdeffirst"> |
11698 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11271 | Specifies the system, including the architecture and the | 11699 | Specifies the system, including the architecture and the |
11272 | operating system, for which the build is occurring in | 11700 | operating system, for which the build is occurring in |
11273 | the context of the current recipe. | 11701 | the context of the current recipe. |
@@ -11310,7 +11738,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11310 | TARGET_VENDOR[doc] = "The name of the target vendor." | 11738 | TARGET_VENDOR[doc] = "The name of the target vendor." |
11311 | </info> | 11739 | </info> |
11312 | <glossdef> | 11740 | <glossdef> |
11313 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11741 | <para role="glossdeffirst"> |
11742 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11314 | Specifies the name of the target vendor. | 11743 | Specifies the name of the target vendor. |
11315 | </para> | 11744 | </para> |
11316 | </glossdef> | 11745 | </glossdef> |
@@ -11321,7 +11750,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11321 | TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." | 11750 | TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." |
11322 | </info> | 11751 | </info> |
11323 | <glossdef> | 11752 | <glossdef> |
11324 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11753 | <para role="glossdeffirst"> |
11754 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11325 | Specifies a suffix to be appended onto the | 11755 | Specifies a suffix to be appended onto the |
11326 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> | 11756 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> |
11327 | value. | 11757 | value. |
@@ -11351,7 +11781,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11351 | TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." | 11781 | TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." |
11352 | </info> | 11782 | </info> |
11353 | <glossdef> | 11783 | <glossdef> |
11354 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11784 | <para role="glossdeffirst"> |
11785 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11355 | Specifies the GNU standard C library (<filename>libc</filename>) | 11786 | Specifies the GNU standard C library (<filename>libc</filename>) |
11356 | variant to use during the build process. | 11787 | variant to use during the build process. |
11357 | This variable replaces <filename>POKYLIBC</filename>, which is no longer | 11788 | This variable replaces <filename>POKYLIBC</filename>, which is no longer |
@@ -11373,7 +11804,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11373 | TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." | 11804 | TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." |
11374 | </info> | 11805 | </info> |
11375 | <glossdef> | 11806 | <glossdef> |
11376 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11807 | <para role="glossdeffirst"> |
11808 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11377 | Specifies the toolchain selector. | 11809 | Specifies the toolchain selector. |
11378 | <filename>TCMODE</filename> controls the characteristics | 11810 | <filename>TCMODE</filename> controls the characteristics |
11379 | of the generated packages and images by telling the | 11811 | of the generated packages and images by telling the |
@@ -11440,7 +11872,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11440 | TEST_EXPORT_DIR[doc] = "The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY variable is set to "1"." | 11872 | TEST_EXPORT_DIR[doc] = "The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY variable is set to "1"." |
11441 | </info> | 11873 | </info> |
11442 | <glossdef> | 11874 | <glossdef> |
11443 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11875 | <para role="glossdeffirst"> |
11876 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11444 | The location the OpenEmbedded build system uses to export | 11877 | The location the OpenEmbedded build system uses to export |
11445 | tests when the | 11878 | tests when the |
11446 | <link linkend='var-TEST_EXPORT_ONLY'><filename>TEST_EXPORT_ONLY</filename></link> | 11879 | <link linkend='var-TEST_EXPORT_ONLY'><filename>TEST_EXPORT_ONLY</filename></link> |
@@ -11459,7 +11892,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11459 | 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." | 11892 | 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." |
11460 | </info> | 11893 | </info> |
11461 | <glossdef> | 11894 | <glossdef> |
11462 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11895 | <para role="glossdeffirst"> |
11896 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11463 | Specifies to export the tests only. | 11897 | Specifies to export the tests only. |
11464 | Set this variable to "1" if you do not want to run the | 11898 | Set this variable to "1" if you do not want to run the |
11465 | tests but you want them to be exported in a manner that | 11899 | tests but you want them to be exported in a manner that |
@@ -11473,7 +11907,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11473 | 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." | 11907 | 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." |
11474 | </info> | 11908 | </info> |
11475 | <glossdef> | 11909 | <glossdef> |
11476 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11910 | <para role="glossdeffirst"> |
11911 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11477 | Automatically runs the series of automated tests for | 11912 | Automatically runs the series of automated tests for |
11478 | images when an image is successfully built. | 11913 | images when an image is successfully built. |
11479 | </para> | 11914 | </para> |
@@ -11506,7 +11941,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11506 | 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"." | 11941 | 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"." |
11507 | </info> | 11942 | </info> |
11508 | <glossdef> | 11943 | <glossdef> |
11509 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11944 | <para role="glossdeffirst"> |
11945 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11510 | Holds the SSH log and the boot log for QEMU machines. | 11946 | Holds the SSH log and the boot log for QEMU machines. |
11511 | The <filename>TEST_LOG_DIR</filename> variable defaults | 11947 | The <filename>TEST_LOG_DIR</filename> variable defaults |
11512 | to <filename>"${WORKDIR}/testimage"</filename>. | 11948 | to <filename>"${WORKDIR}/testimage"</filename>. |
@@ -11524,7 +11960,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11524 | TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test" | 11960 | TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test" |
11525 | </info> | 11961 | </info> |
11526 | <glossdef> | 11962 | <glossdef> |
11527 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11963 | <para role="glossdeffirst"> |
11964 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11528 | For automated hardware testing, specifies the command to | 11965 | For automated hardware testing, specifies the command to |
11529 | use to control the power of the target machine under test. | 11966 | use to control the power of the target machine under test. |
11530 | Typically, this command would point to a script that | 11967 | Typically, this command would point to a script that |
@@ -11543,7 +11980,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11543 | TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD" | 11980 | TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD" |
11544 | </info> | 11981 | </info> |
11545 | <glossdef> | 11982 | <glossdef> |
11546 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 11983 | <para role="glossdeffirst"> |
11984 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11547 | For automated hardware testing, specifies additional | 11985 | For automated hardware testing, specifies additional |
11548 | arguments to pass through to the command specified in | 11986 | arguments to pass through to the command specified in |
11549 | <link linkend='var-TEST_POWERCONTROL_CMD'><filename>TEST_POWERCONTROL_CMD</filename></link>. | 11987 | <link linkend='var-TEST_POWERCONTROL_CMD'><filename>TEST_POWERCONTROL_CMD</filename></link>. |
@@ -11561,7 +11999,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11561 | TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image." | 11999 | TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image." |
11562 | </info> | 12000 | </info> |
11563 | <glossdef> | 12001 | <glossdef> |
11564 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12002 | <para role="glossdeffirst"> |
12003 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11565 | The time in seconds allowed for an image to boot before | 12004 | The time in seconds allowed for an image to boot before |
11566 | automated runtime tests begin to run against an | 12005 | automated runtime tests begin to run against an |
11567 | image. | 12006 | image. |
@@ -11584,7 +12023,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11584 | 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." | 12023 | 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." |
11585 | </info> | 12024 | </info> |
11586 | <glossdef> | 12025 | <glossdef> |
11587 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12026 | <para role="glossdeffirst"> |
12027 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11588 | For automated hardware testing, specifies the command | 12028 | For automated hardware testing, specifies the command |
11589 | to use to connect to the serial console of the target | 12029 | to use to connect to the serial console of the target |
11590 | machine under test. | 12030 | machine under test. |
@@ -11609,7 +12049,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11609 | TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD." | 12049 | TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD." |
11610 | </info> | 12050 | </info> |
11611 | <glossdef> | 12051 | <glossdef> |
11612 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12052 | <para role="glossdeffirst"> |
12053 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11613 | For automated hardware testing, specifies additional | 12054 | For automated hardware testing, specifies additional |
11614 | arguments to pass through to the command specified in | 12055 | arguments to pass through to the command specified in |
11615 | <link linkend='var-TEST_SERIALCONTROL_CMD'><filename>TEST_SERIALCONTROL_CMD</filename></link>. | 12056 | <link linkend='var-TEST_SERIALCONTROL_CMD'><filename>TEST_SERIALCONTROL_CMD</filename></link>. |
@@ -11627,7 +12068,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11627 | TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected." | 12068 | TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected." |
11628 | </info> | 12069 | </info> |
11629 | <glossdef> | 12070 | <glossdef> |
11630 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12071 | <para role="glossdeffirst"> |
12072 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11631 | The IP address of the build machine (host machine). | 12073 | The IP address of the build machine (host machine). |
11632 | This IP address is usually automatically detected. | 12074 | This IP address is usually automatically detected. |
11633 | However, if detection fails, this variable needs to be set | 12075 | However, if detection fails, this variable needs to be set |
@@ -11648,7 +12090,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11648 | TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine." | 12090 | TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine." |
11649 | </info> | 12091 | </info> |
11650 | <glossdef> | 12092 | <glossdef> |
11651 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12093 | <para role="glossdeffirst"> |
12094 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11652 | Specifies the target controller to use when running tests | 12095 | Specifies the target controller to use when running tests |
11653 | against a test image. | 12096 | against a test image. |
11654 | The default controller to use is "qemu": | 12097 | The default controller to use is "qemu": |
@@ -11719,7 +12162,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11719 | TEST_TARGET_IP[doc] = "The IP address of your hardware under test." | 12162 | TEST_TARGET_IP[doc] = "The IP address of your hardware under test." |
11720 | </info> | 12163 | </info> |
11721 | <glossdef> | 12164 | <glossdef> |
11722 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12165 | <para role="glossdeffirst"> |
12166 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11723 | The IP address of your hardware under test. | 12167 | The IP address of your hardware under test. |
11724 | The <filename>TEST_TARGET_IP</filename> variable has no | 12168 | The <filename>TEST_TARGET_IP</filename> variable has no |
11725 | effect when | 12169 | effect when |
@@ -11748,7 +12192,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11748 | TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." | 12192 | TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." |
11749 | </info> | 12193 | </info> |
11750 | <glossdef> | 12194 | <glossdef> |
11751 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12195 | <para role="glossdeffirst"> |
12196 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11752 | An ordered list of tests (modules) to run against | 12197 | An ordered list of tests (modules) to run against |
11753 | an image when performing automated runtime testing. | 12198 | an image when performing automated runtime testing. |
11754 | </para> | 12199 | </para> |
@@ -11806,7 +12251,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11806 | THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." | 12251 | THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." |
11807 | </info> | 12252 | </info> |
11808 | <glossdef> | 12253 | <glossdef> |
11809 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12254 | <para role="glossdeffirst"> |
12255 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11810 | The directory in which the file BitBake is currently | 12256 | The directory in which the file BitBake is currently |
11811 | parsing is located. | 12257 | parsing is located. |
11812 | Do not manually set this variable. | 12258 | Do not manually set this variable. |
@@ -11819,7 +12265,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11819 | TIME[doc] = "The time the build was started using HMS format." | 12265 | TIME[doc] = "The time the build was started using HMS format." |
11820 | </info> | 12266 | </info> |
11821 | <glossdef> | 12267 | <glossdef> |
11822 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12268 | <para role="glossdeffirst"> |
12269 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11823 | The time the build was started. | 12270 | The time the build was started. |
11824 | Times appear using the hour, minute, and second (HMS) | 12271 | Times appear using the hour, minute, and second (HMS) |
11825 | format (e.g. "140159" for one minute and fifty-nine | 12272 | format (e.g. "140159" for one minute and fifty-nine |
@@ -11833,7 +12280,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11833 | 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." | 12280 | 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." |
11834 | </info> | 12281 | </info> |
11835 | <glossdef> | 12282 | <glossdef> |
11836 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12283 | <para role="glossdeffirst"> |
12284 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11837 | This variable is the base directory the OpenEmbedded | 12285 | This variable is the base directory the OpenEmbedded |
11838 | build system uses for all build output and intermediate | 12286 | build system uses for all build output and intermediate |
11839 | files (other than the shared state cache). | 12287 | files (other than the shared state cache). |
@@ -11874,7 +12322,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11874 | TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment." | 12322 | TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment." |
11875 | </info> | 12323 | </info> |
11876 | <glossdef> | 12324 | <glossdef> |
11877 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12325 | <para role="glossdeffirst"> |
12326 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11878 | This variable lists packages the OpenEmbedded build system | 12327 | This variable lists packages the OpenEmbedded build system |
11879 | uses when building an SDK, which contains a | 12328 | uses when building an SDK, which contains a |
11880 | cross-development environment. | 12329 | cross-development environment. |
@@ -11907,7 +12356,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11907 | 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." | 12356 | 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." |
11908 | </info> | 12357 | </info> |
11909 | <glossdef> | 12358 | <glossdef> |
11910 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12359 | <para role="glossdeffirst"> |
12360 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11911 | This variable lists packages the OpenEmbedded build system | 12361 | This variable lists packages the OpenEmbedded build system |
11912 | uses when it creates the target part of an SDK | 12362 | uses when it creates the target part of an SDK |
11913 | (i.e. the part built for the target hardware), which | 12363 | (i.e. the part built for the target hardware), which |
@@ -11932,7 +12382,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11932 | TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." | 12382 | TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." |
11933 | </info> | 12383 | </info> |
11934 | <glossdef> | 12384 | <glossdef> |
11935 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12385 | <para role="glossdeffirst"> |
12386 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11936 | The top-level | 12387 | The top-level |
11937 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 12388 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. |
11938 | BitBake automatically sets this variable when you | 12389 | BitBake automatically sets this variable when you |
@@ -11949,7 +12400,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11949 | 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." | 12400 | 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." |
11950 | </info> | 12401 | </info> |
11951 | <glossdef> | 12402 | <glossdef> |
11952 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12403 | <para role="glossdeffirst"> |
12404 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11953 | A sanitized version of | 12405 | A sanitized version of |
11954 | <link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>. | 12406 | <link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>. |
11955 | This variable is used where the architecture is needed in | 12407 | This variable is used where the architecture is needed in |
@@ -11970,7 +12422,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11970 | TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)." | 12422 | TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)." |
11971 | </info> | 12423 | </info> |
11972 | <glossdef> | 12424 | <glossdef> |
11973 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12425 | <para role="glossdeffirst"> |
12426 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
11974 | The GNU canonical architecture for a specific architecture | 12427 | The GNU canonical architecture for a specific architecture |
11975 | (i.e. <filename>arm</filename>, | 12428 | (i.e. <filename>arm</filename>, |
11976 | <filename>armeb</filename>, | 12429 | <filename>armeb</filename>, |
@@ -12028,7 +12481,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12028 | TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system." | 12481 | TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system." |
12029 | </info> | 12482 | </info> |
12030 | <glossdef> | 12483 | <glossdef> |
12031 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12484 | <para role="glossdeffirst"> |
12485 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12032 | Specifies architecture-specific assembler flags for | 12486 | Specifies architecture-specific assembler flags for |
12033 | the target system. | 12487 | the target system. |
12034 | The set of flags is based on the selected tune features. | 12488 | The set of flags is based on the selected tune features. |
@@ -12058,7 +12512,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12058 | TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system." | 12512 | TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system." |
12059 | </info> | 12513 | </info> |
12060 | <glossdef> | 12514 | <glossdef> |
12061 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12515 | <para role="glossdeffirst"> |
12516 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12062 | Specifies architecture-specific C compiler flags for | 12517 | Specifies architecture-specific C compiler flags for |
12063 | the target system. | 12518 | the target system. |
12064 | The set of flags is based on the selected tune features. | 12519 | The set of flags is based on the selected tune features. |
@@ -12082,7 +12537,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12082 | TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system." | 12537 | TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system." |
12083 | </info> | 12538 | </info> |
12084 | <glossdef> | 12539 | <glossdef> |
12085 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12540 | <para role="glossdeffirst"> |
12541 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12086 | Specifies architecture-specific linker flags for | 12542 | Specifies architecture-specific linker flags for |
12087 | the target system. | 12543 | the target system. |
12088 | The set of flags is based on the selected tune features. | 12544 | The set of flags is based on the selected tune features. |
@@ -12112,7 +12568,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12112 | TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor." | 12568 | TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor." |
12113 | </info> | 12569 | </info> |
12114 | <glossdef> | 12570 | <glossdef> |
12115 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12571 | <para role="glossdeffirst"> |
12572 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12116 | Features used to "tune" a compiler for optimal use | 12573 | Features used to "tune" a compiler for optimal use |
12117 | given a specific processor. | 12574 | given a specific processor. |
12118 | The features are defined within the tune files and allow | 12575 | The features are defined within the tune files and allow |
@@ -12145,7 +12602,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12145 | TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." | 12602 | TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." |
12146 | </info> | 12603 | </info> |
12147 | <glossdef> | 12604 | <glossdef> |
12148 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12605 | <para role="glossdeffirst"> |
12606 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12149 | The package architecture understood by the packaging | 12607 | The package architecture understood by the packaging |
12150 | system to define the architecture, ABI, and tuning of | 12608 | system to define the architecture, ABI, and tuning of |
12151 | output packages. | 12609 | output packages. |
@@ -12175,7 +12633,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12175 | 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." | 12633 | 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." |
12176 | </info> | 12634 | </info> |
12177 | <glossdef> | 12635 | <glossdef> |
12178 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12636 | <para role="glossdeffirst"> |
12637 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12179 | An underlying Application Binary Interface (ABI) used by | 12638 | An underlying Application Binary Interface (ABI) used by |
12180 | a particular tuning in a given toolchain layer. | 12639 | a particular tuning in a given toolchain layer. |
12181 | Providers that use prebuilt libraries can use the | 12640 | Providers that use prebuilt libraries can use the |
@@ -12202,7 +12661,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12202 | TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." | 12661 | TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." |
12203 | </info> | 12662 | </info> |
12204 | <glossdef> | 12663 | <glossdef> |
12205 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12664 | <para role="glossdeffirst"> |
12665 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12206 | If set, the OpenEmbedded system ignores the | 12666 | If set, the OpenEmbedded system ignores the |
12207 | <link linkend='var-TUNEABI_WHITELIST'><filename>TUNEABI_WHITELIST</filename></link> | 12667 | <link linkend='var-TUNEABI_WHITELIST'><filename>TUNEABI_WHITELIST</filename></link> |
12208 | variable. | 12668 | variable. |
@@ -12228,7 +12688,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12228 | TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." | 12688 | TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." |
12229 | </info> | 12689 | </info> |
12230 | <glossdef> | 12690 | <glossdef> |
12231 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12691 | <para role="glossdeffirst"> |
12692 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12232 | A whitelist of permissible | 12693 | A whitelist of permissible |
12233 | <link linkend='var-TUNEABI'><filename>TUNEABI</filename></link> | 12694 | <link linkend='var-TUNEABI'><filename>TUNEABI</filename></link> |
12234 | values. | 12695 | values. |
@@ -12255,7 +12716,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12255 | TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature." | 12716 | TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature." |
12256 | </info> | 12717 | </info> |
12257 | <glossdef> | 12718 | <glossdef> |
12258 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12719 | <para role="glossdeffirst"> |
12720 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12259 | Specifies CPU or Application Binary Interface (ABI) | 12721 | Specifies CPU or Application Binary Interface (ABI) |
12260 | tuning features that conflict with <replaceable>feature</replaceable>. | 12722 | tuning features that conflict with <replaceable>feature</replaceable>. |
12261 | </para> | 12723 | </para> |
@@ -12280,7 +12742,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12280 | TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." | 12742 | TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." |
12281 | </info> | 12743 | </info> |
12282 | <glossdef> | 12744 | <glossdef> |
12283 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12745 | <para role="glossdeffirst"> |
12746 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12284 | Specifies a valid CPU or Application Binary Interface (ABI) | 12747 | Specifies a valid CPU or Application Binary Interface (ABI) |
12285 | tuning feature. | 12748 | tuning feature. |
12286 | The specified feature is stored as a flag. | 12749 | The specified feature is stored as a flag. |
@@ -12309,7 +12772,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12309 | UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases." | 12772 | UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases." |
12310 | </info> | 12773 | </info> |
12311 | <glossdef> | 12774 | <glossdef> |
12312 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12775 | <para role="glossdeffirst"> |
12776 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12313 | Configures the | 12777 | Configures the |
12314 | <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link> | 12778 | <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link> |
12315 | and can also define | 12779 | and can also define |
@@ -12351,7 +12815,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12351 | UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." | 12815 | UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." |
12352 | </info> | 12816 | </info> |
12353 | <glossdef> | 12817 | <glossdef> |
12354 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12818 | <para role="glossdeffirst"> |
12819 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12355 | Specifies the entry point for the U-Boot image. | 12820 | Specifies the entry point for the U-Boot image. |
12356 | During U-Boot image creation, the | 12821 | During U-Boot image creation, the |
12357 | <filename>UBOOT_ENTRYPOINT</filename> variable is passed | 12822 | <filename>UBOOT_ENTRYPOINT</filename> variable is passed |
@@ -12366,7 +12831,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12366 | UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image." | 12831 | UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image." |
12367 | </info> | 12832 | </info> |
12368 | <glossdef> | 12833 | <glossdef> |
12369 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12834 | <para role="glossdeffirst"> |
12835 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12370 | Specifies the load address for the U-Boot image. | 12836 | Specifies the load address for the U-Boot image. |
12371 | During U-Boot image creation, the | 12837 | During U-Boot image creation, the |
12372 | <filename>UBOOT_LOADADDRESS</filename> variable is passed | 12838 | <filename>UBOOT_LOADADDRESS</filename> variable is passed |
@@ -12381,7 +12847,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12381 | UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image." | 12847 | UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image." |
12382 | </info> | 12848 | </info> |
12383 | <glossdef> | 12849 | <glossdef> |
12384 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12850 | <para role="glossdeffirst"> |
12851 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12385 | Appends a string to the name of the local version of the | 12852 | Appends a string to the name of the local version of the |
12386 | U-Boot image. | 12853 | U-Boot image. |
12387 | For example, assuming the version of the U-Boot image | 12854 | For example, assuming the version of the U-Boot image |
@@ -12400,7 +12867,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12400 | UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image." | 12867 | UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image." |
12401 | </info> | 12868 | </info> |
12402 | <glossdef> | 12869 | <glossdef> |
12403 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12870 | <para role="glossdeffirst"> |
12871 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12404 | Specifies the value passed on the | 12872 | Specifies the value passed on the |
12405 | <filename>make</filename> command line when building | 12873 | <filename>make</filename> command line when building |
12406 | a U-Boot image. | 12874 | a U-Boot image. |
@@ -12423,7 +12891,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12423 | UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile." | 12891 | UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile." |
12424 | </info> | 12892 | </info> |
12425 | <glossdef> | 12893 | <glossdef> |
12426 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12894 | <para role="glossdeffirst"> |
12895 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12427 | Specifies the target called in the | 12896 | Specifies the target called in the |
12428 | <filename>Makefile</filename>. | 12897 | <filename>Makefile</filename>. |
12429 | The default target is "all". | 12898 | The default target is "all". |
@@ -12436,7 +12905,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12436 | UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension." | 12905 | UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension." |
12437 | </info> | 12906 | </info> |
12438 | <glossdef> | 12907 | <glossdef> |
12439 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12908 | <para role="glossdeffirst"> |
12909 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12440 | Points to the generated U-Boot extension. | 12910 | Points to the generated U-Boot extension. |
12441 | For example, <filename>u-boot.sb</filename> has a | 12911 | For example, <filename>u-boot.sb</filename> has a |
12442 | <filename>.sb</filename> extension. | 12912 | <filename>.sb</filename> extension. |
@@ -12454,7 +12924,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12454 | UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot." | 12924 | UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot." |
12455 | </info> | 12925 | </info> |
12456 | <glossdef> | 12926 | <glossdef> |
12457 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12927 | <para role="glossdeffirst"> |
12928 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12458 | Specifies the target used for building U-Boot. | 12929 | Specifies the target used for building U-Boot. |
12459 | The target is passed directly as part of the "make" command | 12930 | The target is passed directly as part of the "make" command |
12460 | (e.g. SPL and AIS). | 12931 | (e.g. SPL and AIS). |
@@ -12470,7 +12941,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12470 | UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." | 12941 | UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." |
12471 | </info> | 12942 | </info> |
12472 | <glossdef> | 12943 | <glossdef> |
12473 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12944 | <para role="glossdeffirst"> |
12945 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12474 | For recipes inheriting the | 12946 | For recipes inheriting the |
12475 | <link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link> | 12947 | <link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link> |
12476 | class, <filename>UPDATERCPN</filename> specifies | 12948 | class, <filename>UPDATERCPN</filename> specifies |
@@ -12492,7 +12964,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12492 | USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population." | 12964 | USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population." |
12493 | </info> | 12965 | </info> |
12494 | <glossdef> | 12966 | <glossdef> |
12495 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12967 | <para role="glossdeffirst"> |
12968 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12496 | Determines if <filename>devtmpfs</filename> is used for | 12969 | Determines if <filename>devtmpfs</filename> is used for |
12497 | <filename>/dev</filename> population. | 12970 | <filename>/dev</filename> population. |
12498 | The default value used for <filename>USE_DEVFS</filename> | 12971 | The default value used for <filename>USE_DEVFS</filename> |
@@ -12516,7 +12989,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12516 | 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." | 12989 | 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." |
12517 | </info> | 12990 | </info> |
12518 | <glossdef> | 12991 | <glossdef> |
12519 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 12992 | <para role="glossdeffirst"> |
12993 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12520 | When using | 12994 | When using |
12521 | <ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-enabling-system-services'>SysVinit</ulink>, | 12995 | <ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-enabling-system-services'>SysVinit</ulink>, |
12522 | determines whether or not to run a | 12996 | determines whether or not to run a |
@@ -12541,7 +13015,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12541 | USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features." | 13015 | USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features." |
12542 | </info> | 13016 | </info> |
12543 | <glossdef> | 13017 | <glossdef> |
12544 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13018 | <para role="glossdeffirst"> |
13019 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12545 | A list of classes to globally inherit. | 13020 | A list of classes to globally inherit. |
12546 | These classes are used by the OpenEmbedded build system | 13021 | These classes are used by the OpenEmbedded build system |
12547 | to enable extra features (e.g. | 13022 | to enable extra features (e.g. |
@@ -12568,7 +13043,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12568 | 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." | 13043 | 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." |
12569 | </info> | 13044 | </info> |
12570 | <glossdef> | 13045 | <glossdef> |
12571 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13046 | <para role="glossdeffirst"> |
13047 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12572 | Forces the OpenEmbedded build system to produce an error | 13048 | Forces the OpenEmbedded build system to produce an error |
12573 | if the user identification (<filename>uid</filename>) and | 13049 | if the user identification (<filename>uid</filename>) and |
12574 | group identification (<filename>gid</filename>) values | 13050 | group identification (<filename>gid</filename>) values |
@@ -12608,7 +13084,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12608 | 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." | 13084 | 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." |
12609 | </info> | 13085 | </info> |
12610 | <glossdef> | 13086 | <glossdef> |
12611 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13087 | <para role="glossdeffirst"> |
13088 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12612 | Specifies a password file to use for obtaining static | 13089 | Specifies a password file to use for obtaining static |
12613 | group identification (<filename>gid</filename>) values | 13090 | group identification (<filename>gid</filename>) values |
12614 | when the OpenEmbedded build system adds a group to the | 13091 | when the OpenEmbedded build system adds a group to the |
@@ -12643,7 +13120,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12643 | 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." | 13120 | 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." |
12644 | </info> | 13121 | </info> |
12645 | <glossdef> | 13122 | <glossdef> |
12646 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13123 | <para role="glossdeffirst"> |
13124 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12647 | When inheriting the | 13125 | When inheriting the |
12648 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> | 13126 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> |
12649 | class, this variable | 13127 | class, this variable |
@@ -12679,7 +13157,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12679 | 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." | 13157 | 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." |
12680 | </info> | 13158 | </info> |
12681 | <glossdef> | 13159 | <glossdef> |
12682 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13160 | <para role="glossdeffirst"> |
13161 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12683 | When inheriting the | 13162 | When inheriting the |
12684 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> | 13163 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> |
12685 | class, this variable | 13164 | class, this variable |
@@ -12709,7 +13188,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12709 | 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." | 13188 | 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." |
12710 | </info> | 13189 | </info> |
12711 | <glossdef> | 13190 | <glossdef> |
12712 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13191 | <para role="glossdeffirst"> |
13192 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12713 | Specifies a password file to use for obtaining static | 13193 | Specifies a password file to use for obtaining static |
12714 | user identification (<filename>uid</filename>) values | 13194 | user identification (<filename>uid</filename>) values |
12715 | when the OpenEmbedded build system adds a user to the | 13195 | when the OpenEmbedded build system adds a user to the |
@@ -12744,7 +13224,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12744 | 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." | 13224 | 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." |
12745 | </info> | 13225 | </info> |
12746 | <glossdef> | 13226 | <glossdef> |
12747 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13227 | <para role="glossdeffirst"> |
13228 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12748 | When set to "useradd-staticids", causes the | 13229 | When set to "useradd-staticids", causes the |
12749 | OpenEmbedded build system to base all user and group | 13230 | OpenEmbedded build system to base all user and group |
12750 | additions on a static | 13231 | additions on a static |
@@ -12799,7 +13280,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12799 | WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system." | 13280 | WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system." |
12800 | </info> | 13281 | </info> |
12801 | <glossdef> | 13282 | <glossdef> |
12802 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13283 | <para role="glossdeffirst"> |
13284 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12803 | Specifies the quality assurance checks whose failures are | 13285 | Specifies the quality assurance checks whose failures are |
12804 | reported as warnings by the OpenEmbedded build system. | 13286 | reported as warnings by the OpenEmbedded build system. |
12805 | You set this variable in your distribution configuration | 13287 | You set this variable in your distribution configuration |
@@ -12817,7 +13299,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12817 | 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." | 13299 | 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." |
12818 | </info> | 13300 | </info> |
12819 | <glossdef> | 13301 | <glossdef> |
12820 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13302 | <para role="glossdeffirst"> |
13303 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12821 | The pathname of the work directory in which the OpenEmbedded | 13304 | The pathname of the work directory in which the OpenEmbedded |
12822 | build system builds a recipe. | 13305 | build system builds a recipe. |
12823 | This directory is located within the | 13306 | This directory is located within the |
@@ -12879,7 +13362,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12879 | to provide an X server and drivers for the current machine." | 13362 | to provide an X server and drivers for the current machine." |
12880 | </info> | 13363 | </info> |
12881 | <glossdef> | 13364 | <glossdef> |
12882 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | 13365 | <para role="glossdeffirst"> |
13366 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
12883 | Specifies the packages that should be installed to | 13367 | Specifies the packages that should be installed to |
12884 | provide an X server and drivers for the current machine, | 13368 | provide an X server and drivers for the current machine, |
12885 | assuming your image directly includes | 13369 | assuming your image directly includes |