diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 204 |
1 files changed, 204 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6bfacece07..0435f88347 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -353,6 +353,18 @@ system and gives an overview of their function and contents. | |||
353 | host listed in :term:`SRC_URI` after a successful fetch from the | 353 | host listed in :term:`SRC_URI` after a successful fetch from the |
354 | :term:`PREMIRRORS` occurs. | 354 | :term:`PREMIRRORS` occurs. |
355 | 355 | ||
356 | :term:`BB_BASEHASH_IGNORE_VARS` | ||
357 | See :term:`bitbake:BB_BASEHASH_IGNORE_VARS` in the BitBake manual. | ||
358 | |||
359 | :term:`BB_CHECK_SSL_CERTS` | ||
360 | See :term:`bitbake:BB_CHECK_SSL_CERTS` in the BitBake manual. | ||
361 | |||
362 | :term:`BB_CONSOLELOG` | ||
363 | See :term:`bitbake:BB_CONSOLELOG` in the BitBake manual. | ||
364 | |||
365 | :term:`BB_CURRENTTASK` | ||
366 | See :term:`bitbake:BB_CURRENTTASK` in the BitBake manual. | ||
367 | |||
356 | :term:`BB_DANGLINGAPPENDS_WARNONLY` | 368 | :term:`BB_DANGLINGAPPENDS_WARNONLY` |
357 | Defines how BitBake handles situations where an append file | 369 | Defines how BitBake handles situations where an append file |
358 | (``.bbappend``) has no corresponding recipe file (``.bb``). This | 370 | (``.bbappend``) has no corresponding recipe file (``.bb``). This |
@@ -371,6 +383,12 @@ system and gives an overview of their function and contents. | |||
371 | 383 | ||
372 | BB_DANGLINGAPPENDS_WARNONLY = "1" | 384 | BB_DANGLINGAPPENDS_WARNONLY = "1" |
373 | 385 | ||
386 | :term:`BB_DEFAULT_TASK` | ||
387 | See :term:`bitbake:BB_DEFAULT_TASK` in the BitBake manual. | ||
388 | |||
389 | :term:`BB_DEFAULT_UMASK` | ||
390 | See :term:`bitbake:BB_DEFAULT_UMASK` in the BitBake manual. | ||
391 | |||
374 | :term:`BB_DISKMON_DIRS` | 392 | :term:`BB_DISKMON_DIRS` |
375 | Monitors disk space and available inodes during the build and allows | 393 | Monitors disk space and available inodes during the build and allows |
376 | you to control the build based on these parameters. | 394 | you to control the build based on these parameters. |
@@ -492,6 +510,18 @@ system and gives an overview of their function and contents. | |||
492 | a respective interval is reached beyond the initial warning (i.e. 1 | 510 | a respective interval is reached beyond the initial warning (i.e. 1 |
493 | Gbytes and 100 Kbytes). | 511 | Gbytes and 100 Kbytes). |
494 | 512 | ||
513 | :term:`BB_ENV_PASSTHROUGH` | ||
514 | See :term:`bitbake:BB_ENV_PASSTHROUGH` in the BitBake manual. | ||
515 | |||
516 | :term:`BB_ENV_PASSTHROUGH_ADDITIONS` | ||
517 | See :term:`bitbake:BB_ENV_PASSTHROUGH_ADDITIONS` in the BitBake manual. | ||
518 | |||
519 | :term:`BB_FETCH_PREMIRRORONLY` | ||
520 | See :term:`bitbake:BB_FETCH_PREMIRRORONLY` in the BitBake manual. | ||
521 | |||
522 | :term:`BB_FILENAME` | ||
523 | See :term:`bitbake:BB_FILENAME` in the BitBake manual. | ||
524 | |||
495 | :term:`BB_GENERATE_MIRROR_TARBALLS` | 525 | :term:`BB_GENERATE_MIRROR_TARBALLS` |
496 | Causes tarballs of the source control repositories (e.g. Git | 526 | Causes tarballs of the source control repositories (e.g. Git |
497 | repositories), including metadata, to be placed in the | 527 | repositories), including metadata, to be placed in the |
@@ -511,6 +541,48 @@ system and gives an overview of their function and contents. | |||
511 | clean up your :term:`DL_DIR` directory by deleting any Git or other | 541 | clean up your :term:`DL_DIR` directory by deleting any Git or other |
512 | source control work directories. | 542 | source control work directories. |
513 | 543 | ||
544 | :term:`BB_GENERATE_SHALLOW_TARBALLS` | ||
545 | See :term:`bitbake:BB_GENERATE_SHALLOW_TARBALLS` in the BitBake manual. | ||
546 | |||
547 | :term:`BB_GIT_SHALLOW` | ||
548 | See :term:`bitbake:BB_GIT_SHALLOW` in the BitBake manual. | ||
549 | |||
550 | :term:`BB_GIT_SHALLOW_DEPTH` | ||
551 | See :term:`bitbake:BB_GIT_SHALLOW_DEPTH` in the BitBake manual. | ||
552 | |||
553 | :term:`BB_HASHCHECK_FUNCTION` | ||
554 | See :term:`bitbake:BB_HASHCHECK_FUNCTION` in the BitBake manual. | ||
555 | |||
556 | :term:`BB_HASHCONFIG_IGNORE_VARS` | ||
557 | See :term:`bitbake:BB_HASHCONFIG_IGNORE_VARS` in the BitBake manual. | ||
558 | |||
559 | :term:`BB_HASHSERVE` | ||
560 | See :term:`bitbake:BB_HASHSERVE` in the BitBake manual. | ||
561 | |||
562 | :term:`BB_HASHSERVE_UPSTREAM` | ||
563 | See :term:`bitbake:BB_HASHSERVE_UPSTREAM` in the BitBake manual. | ||
564 | |||
565 | :term:`BB_INVALIDCONF` | ||
566 | See :term:`bitbake:BB_INVALIDCONF` in the BitBake manual. | ||
567 | |||
568 | :term:`BB_LOGCONFIG` | ||
569 | See :term:`bitbake:BB_LOGCONFIG` in the BitBake manual. | ||
570 | |||
571 | :term:`BB_LOGFMT` | ||
572 | See :term:`bitbake:BB_LOGFMT` in the BitBake manual. | ||
573 | |||
574 | :term:`BB_MULTI_PROVIDER_ALLOWED` | ||
575 | See :term:`bitbake:BB_MULTI_PROVIDER_ALLOWED` in the BitBake manual. | ||
576 | |||
577 | :term:`BB_NICE_LEVEL` | ||
578 | See :term:`bitbake:BB_NICE_LEVEL` in the BitBake manual. | ||
579 | |||
580 | :term:`BB_NO_NETWORK` | ||
581 | See :term:`bitbake:BB_NO_NETWORK` in the BitBake manual. | ||
582 | |||
583 | :term:`BB_NUMBER_PARSE_THREADS` | ||
584 | See :term:`bitbake:BB_NUMBER_PARSE_THREADS` in the BitBake manual. | ||
585 | |||
514 | :term:`BB_NUMBER_THREADS` | 586 | :term:`BB_NUMBER_THREADS` |
515 | The maximum number of tasks BitBake should run in parallel at any one | 587 | The maximum number of tasks BitBake should run in parallel at any one |
516 | time. The OpenEmbedded build system automatically configures this | 588 | time. The OpenEmbedded build system automatically configures this |
@@ -556,6 +628,33 @@ system and gives an overview of their function and contents. | |||
556 | tasks already being run from using all CPU threads on the system | 628 | tasks already being run from using all CPU threads on the system |
557 | if :term:`PARALLEL_MAKE` is not set to a low value. | 629 | if :term:`PARALLEL_MAKE` is not set to a low value. |
558 | 630 | ||
631 | :term:`BB_ORIGENV` | ||
632 | See :term:`bitbake:BB_ORIGENV` in the BitBake manual. | ||
633 | |||
634 | :term:`BB_PRESERVE_ENV` | ||
635 | See :term:`bitbake:BB_PRESERVE_ENV` in the BitBake manual. | ||
636 | |||
637 | :term:`BB_PRESSURE_MAX_CPU` | ||
638 | See :term:`bitbake:BB_PRESSURE_MAX_CPU` in the BitBake manual. | ||
639 | |||
640 | :term:`BB_PRESSURE_MAX_IO` | ||
641 | See :term:`bitbake:BB_PRESSURE_MAX_IO` in the BitBake manual. | ||
642 | |||
643 | :term:`BB_PRESSURE_MAX_MEMORY` | ||
644 | See :term:`bitbake:BB_PRESSURE_MAX_MEMORY` in the BitBake manual. | ||
645 | |||
646 | :term:`BB_RUNFMT` | ||
647 | See :term:`bitbake:BB_RUNFMT` in the BitBake manual. | ||
648 | |||
649 | :term:`BB_RUNTASK` | ||
650 | See :term:`bitbake:BB_RUNTASK` in the BitBake manual. | ||
651 | |||
652 | :term:`BB_SCHEDULER` | ||
653 | See :term:`bitbake:BB_SCHEDULER` in the BitBake manual. | ||
654 | |||
655 | :term:`BB_SCHEDULERS` | ||
656 | See :term:`bitbake:BB_SCHEDULERS` in the BitBake manual. | ||
657 | |||
559 | :term:`BB_SERVER_TIMEOUT` | 658 | :term:`BB_SERVER_TIMEOUT` |
560 | Specifies the time (in seconds) after which to unload the BitBake | 659 | Specifies the time (in seconds) after which to unload the BitBake |
561 | server due to inactivity. Set :term:`BB_SERVER_TIMEOUT` to determine how | 660 | server due to inactivity. Set :term:`BB_SERVER_TIMEOUT` to determine how |
@@ -569,6 +668,36 @@ system and gives an overview of their function and contents. | |||
569 | If you want the server to never be unloaded, | 668 | If you want the server to never be unloaded, |
570 | set :term:`BB_SERVER_TIMEOUT` to "-1". | 669 | set :term:`BB_SERVER_TIMEOUT` to "-1". |
571 | 670 | ||
671 | :term:`BB_SETSCENE_DEPVALID` | ||
672 | See :term:`bitbake:BB_SETSCENE_DEPVALID` in the BitBake manual. | ||
673 | |||
674 | :term:`BB_SIGNATURE_EXCLUDE_FLAGS` | ||
675 | See :term:`bitbake:BB_SIGNATURE_EXCLUDE_FLAGS` in the BitBake manual. | ||
676 | |||
677 | :term:`BB_SIGNATURE_HANDLER` | ||
678 | See :term:`bitbake:BB_SIGNATURE_HANDLER` in the BitBake manual. | ||
679 | |||
680 | :term:`BB_SRCREV_POLICY` | ||
681 | See :term:`bitbake:BB_SRCREV_POLICY` in the BitBake manual. | ||
682 | |||
683 | :term:`BB_STRICT_CHECKSUM` | ||
684 | See :term:`bitbake:BB_STRICT_CHECKSUM` in the BitBake manual. | ||
685 | |||
686 | :term:`BB_TASK_IONICE_LEVEL` | ||
687 | See :term:`bitbake:BB_TASK_IONICE_LEVEL` in the BitBake manual. | ||
688 | |||
689 | :term:`BB_TASK_NICE_LEVEL` | ||
690 | See :term:`bitbake:BB_TASK_NICE_LEVEL` in the BitBake manual. | ||
691 | |||
692 | :term:`BB_TASKHASH` | ||
693 | See :term:`bitbake:BB_TASKHASH` in the BitBake manual. | ||
694 | |||
695 | :term:`BB_VERBOSE_LOGS` | ||
696 | See :term:`bitbake:BB_VERBOSE_LOGS` in the BitBake manual. | ||
697 | |||
698 | :term:`BB_WORKERCONTEXT` | ||
699 | See :term:`bitbake:BB_WORKERCONTEXT` in the BitBake manual. | ||
700 | |||
572 | :term:`BBCLASSEXTEND` | 701 | :term:`BBCLASSEXTEND` |
573 | Allows you to extend a recipe so that it builds variants of the | 702 | Allows you to extend a recipe so that it builds variants of the |
574 | software. There are common variants for recipes as "natives" like | 703 | software. There are common variants for recipes as "natives" like |
@@ -599,6 +728,9 @@ system and gives an overview of their function and contents. | |||
599 | since ``include`` statements are processed when the recipe is | 728 | since ``include`` statements are processed when the recipe is |
600 | parsed. | 729 | parsed. |
601 | 730 | ||
731 | :term:`BBDEBUG` | ||
732 | See :term:`bitbake:BBDEBUG` in the BitBake manual. | ||
733 | |||
602 | :term:`BBFILE_COLLECTIONS` | 734 | :term:`BBFILE_COLLECTIONS` |
603 | Lists the names of configured layers. These names are used to find | 735 | Lists the names of configured layers. These names are used to find |
604 | the other ``BBFILE_*`` variables. Typically, each layer will append | 736 | the other ``BBFILE_*`` variables. Typically, each layer will append |
@@ -674,6 +806,9 @@ system and gives an overview of their function and contents. | |||
674 | /work/my-layer/bbappends/meta-security-isafw/*/*/*.bbappend | 806 | /work/my-layer/bbappends/meta-security-isafw/*/*/*.bbappend |
675 | /work/my-layer/bbappends/openembedded-core/meta/*/*/*.bbappend | 807 | /work/my-layer/bbappends/openembedded-core/meta/*/*/*.bbappend |
676 | 808 | ||
809 | :term:`BBINCLUDED` | ||
810 | See :term:`bitbake:BBINCLUDED` in the BitBake manual. | ||
811 | |||
677 | :term:`BBINCLUDELOGS` | 812 | :term:`BBINCLUDELOGS` |
678 | Variable that controls how BitBake displays logs on build failure. | 813 | Variable that controls how BitBake displays logs on build failure. |
679 | 814 | ||
@@ -698,6 +833,9 @@ system and gives an overview of their function and contents. | |||
698 | This example enables four layers, one of which is a custom, | 833 | This example enables four layers, one of which is a custom, |
699 | user-defined layer named ``meta-mykernel``. | 834 | user-defined layer named ``meta-mykernel``. |
700 | 835 | ||
836 | :term:`BBLAYERS_FETCH_DIR` | ||
837 | See :term:`bitbake:BBLAYERS_FETCH_DIR` in the BitBake manual. | ||
838 | |||
701 | :term:`BBMASK` | 839 | :term:`BBMASK` |
702 | Prevents BitBake from processing recipes and recipe append files. | 840 | Prevents BitBake from processing recipes and recipe append files. |
703 | 841 | ||
@@ -754,6 +892,9 @@ system and gives an overview of their function and contents. | |||
754 | ":ref:`dev-manual/building:building images for multiple targets using multiple configurations`" | 892 | ":ref:`dev-manual/building:building images for multiple targets using multiple configurations`" |
755 | section in the Yocto Project Development Tasks Manual. | 893 | section in the Yocto Project Development Tasks Manual. |
756 | 894 | ||
895 | :term:`BBPATH` | ||
896 | See :term:`bitbake:BBPATH` in the BitBake manual. | ||
897 | |||
757 | :term:`BBSERVER` | 898 | :term:`BBSERVER` |
758 | If defined in the BitBake environment, :term:`BBSERVER` points to the | 899 | If defined in the BitBake environment, :term:`BBSERVER` points to the |
759 | BitBake remote server. | 900 | BitBake remote server. |
@@ -767,6 +908,9 @@ system and gives an overview of their function and contents. | |||
767 | Consequently, :term:`BBSERVER` is excluded from checksum and dependency | 908 | Consequently, :term:`BBSERVER` is excluded from checksum and dependency |
768 | data. | 909 | data. |
769 | 910 | ||
911 | :term:`BBTARGETS` | ||
912 | See :term:`bitbake:BBTARGETS` in the BitBake manual. | ||
913 | |||
770 | :term:`BINCONFIG` | 914 | :term:`BINCONFIG` |
771 | When inheriting the | 915 | When inheriting the |
772 | :ref:`binconfig-disabled <ref-classes-binconfig-disabled>` class, | 916 | :ref:`binconfig-disabled <ref-classes-binconfig-disabled>` class, |
@@ -804,6 +948,9 @@ system and gives an overview of their function and contents. | |||
804 | information on the class in the | 948 | information on the class in the |
805 | ":ref:`ref-classes-binconfig`" section. | 949 | ":ref:`ref-classes-binconfig`" section. |
806 | 950 | ||
951 | :term:`BITBAKE_UI` | ||
952 | See :term:`bitbake:BITBAKE_UI` in the BitBake manual. | ||
953 | |||
807 | :term:`BP` | 954 | :term:`BP` |
808 | The base recipe name and version but without any special recipe name | 955 | The base recipe name and version but without any special recipe name |
809 | suffix (i.e. ``-native``, ``lib64-``, and so forth). :term:`BP` is | 956 | suffix (i.e. ``-native``, ``lib64-``, and so forth). :term:`BP` is |
@@ -1051,6 +1198,9 @@ system and gives an overview of their function and contents. | |||
1051 | 1198 | ||
1052 | BUILDHISTORY_PUSH_REPO ?= "" | 1199 | BUILDHISTORY_PUSH_REPO ?= "" |
1053 | 1200 | ||
1201 | :term:`BUILDNAME` | ||
1202 | See :term:`bitbake:BUILDNAME` in the BitBake manual. | ||
1203 | |||
1054 | :term:`BUILDSDK_CFLAGS` | 1204 | :term:`BUILDSDK_CFLAGS` |
1055 | Specifies the flags to pass to the C compiler when building for the | 1205 | Specifies the flags to pass to the C compiler when building for the |
1056 | SDK. When building in the ``nativesdk-`` context, | 1206 | SDK. When building in the ``nativesdk-`` context, |
@@ -1092,6 +1242,9 @@ system and gives an overview of their function and contents. | |||
1092 | splitting the output executable file. Set the variable to "0" to get | 1242 | splitting the output executable file. Set the variable to "0" to get |
1093 | a single output executable file. | 1243 | a single output executable file. |
1094 | 1244 | ||
1245 | :term:`BZRDIR` | ||
1246 | See :term:`bitbake:BZRDIR` in the BitBake manual. | ||
1247 | |||
1095 | :term:`CACHE` | 1248 | :term:`CACHE` |
1096 | Specifies the directory BitBake uses to store a cache of the | 1249 | Specifies the directory BitBake uses to store a cache of the |
1097 | :term:`Metadata` so it does not need to be parsed every time | 1250 | :term:`Metadata` so it does not need to be parsed every time |
@@ -2461,6 +2614,24 @@ system and gives an overview of their function and contents. | |||
2461 | 2614 | ||
2462 | EXTRANATIVEPATH = "foo bar" | 2615 | EXTRANATIVEPATH = "foo bar" |
2463 | 2616 | ||
2617 | :term:`FAKEROOT` | ||
2618 | See :term:`bitbake:FAKEROOT` in the BitBake manual. | ||
2619 | |||
2620 | :term:`FAKEROOTBASEENV` | ||
2621 | See :term:`bitbake:FAKEROOTBASEENV` in the BitBake manual. | ||
2622 | |||
2623 | :term:`FAKEROOTCMD` | ||
2624 | See :term:`bitbake:FAKEROOTCMD` in the BitBake manual. | ||
2625 | |||
2626 | :term:`FAKEROOTDIRS` | ||
2627 | See :term:`bitbake:FAKEROOTDIRS` in the BitBake manual. | ||
2628 | |||
2629 | :term:`FAKEROOTENV` | ||
2630 | See :term:`bitbake:FAKEROOTENV` in the BitBake manual. | ||
2631 | |||
2632 | :term:`FAKEROOTNOENV` | ||
2633 | See :term:`bitbake:FAKEROOTNOENV` in the BitBake manual. | ||
2634 | |||
2464 | :term:`FEATURE_PACKAGES` | 2635 | :term:`FEATURE_PACKAGES` |
2465 | Defines one or more packages to include in an image when a specific | 2636 | Defines one or more packages to include in an image when a specific |
2466 | item is included in :term:`IMAGE_FEATURES`. | 2637 | item is included in :term:`IMAGE_FEATURES`. |
@@ -2496,6 +2667,12 @@ system and gives an overview of their function and contents. | |||
2496 | a set of configuration files for you in your target that work with | 2667 | a set of configuration files for you in your target that work with |
2497 | the feed. | 2668 | the feed. |
2498 | 2669 | ||
2670 | :term:`FETCHCMD` | ||
2671 | See :term:`bitbake:FETCHCMD` in the BitBake manual. | ||
2672 | |||
2673 | :term:`FILE` | ||
2674 | See :term:`bitbake:FILE` in the BitBake manual. | ||
2675 | |||
2499 | :term:`FILES` | 2676 | :term:`FILES` |
2500 | The list of files and directories that are placed in a package. The | 2677 | The list of files and directories that are placed in a package. The |
2501 | :term:`PACKAGES` variable lists the packages | 2678 | :term:`PACKAGES` variable lists the packages |
@@ -2903,6 +3080,9 @@ system and gives an overview of their function and contents. | |||
2903 | method modules being installed when the modules are in packages other | 3080 | method modules being installed when the modules are in packages other |
2904 | than the main package. | 3081 | than the main package. |
2905 | 3082 | ||
3083 | :term:`HGDIR` | ||
3084 | See :term:`bitbake:HGDIR` in the BitBake manual. | ||
3085 | |||
2906 | :term:`HOMEPAGE` | 3086 | :term:`HOMEPAGE` |
2907 | Website where more information about the software the recipe is | 3087 | Website where more information about the software the recipe is |
2908 | building can be found. | 3088 | building can be found. |
@@ -4456,6 +4636,9 @@ system and gives an overview of their function and contents. | |||
4456 | available outside of ``layer.conf`` and references are expanded | 4636 | available outside of ``layer.conf`` and references are expanded |
4457 | immediately when parsing of the file completes. | 4637 | immediately when parsing of the file completes. |
4458 | 4638 | ||
4639 | :term:`LAYERDIR_RE` | ||
4640 | See :term:`bitbake:LAYERDIR_RE` in the BitBake manual. | ||
4641 | |||
4459 | :term:`LAYERRECOMMENDS` | 4642 | :term:`LAYERRECOMMENDS` |
4460 | Lists the layers, separated by spaces, recommended for use with this | 4643 | Lists the layers, separated by spaces, recommended for use with this |
4461 | layer. | 4644 | layer. |
@@ -5349,6 +5532,9 @@ system and gives an overview of their function and contents. | |||
5349 | 5532 | ||
5350 | ${PN}-${PV} | 5533 | ${PN}-${PV} |
5351 | 5534 | ||
5535 | :term:`P4DIR` | ||
5536 | See :term:`bitbake:P4DIR` in the BitBake manual. | ||
5537 | |||
5352 | :term:`PACKAGE_ADD_METADATA` | 5538 | :term:`PACKAGE_ADD_METADATA` |
5353 | This variable defines additional metadata to add to packages. | 5539 | This variable defines additional metadata to add to packages. |
5354 | 5540 | ||
@@ -5915,6 +6101,9 @@ system and gives an overview of their function and contents. | |||
5915 | denotes the path to ``dist/`` (short for distribution) where the | 6101 | denotes the path to ``dist/`` (short for distribution) where the |
5916 | binary archive ``wheel`` is built. | 6102 | binary archive ``wheel`` is built. |
5917 | 6103 | ||
6104 | :term:`PERSISTENT_DIR` | ||
6105 | See :term:`bitbake:PERSISTENT_DIR` in the BitBake manual. | ||
6106 | |||
5918 | :term:`PF` | 6107 | :term:`PF` |
5919 | Specifies the recipe or package name and includes all version and | 6108 | Specifies the recipe or package name and includes all version and |
5920 | revision numbers (i.e. ``glibc-2.13-r20+svnr15508/`` and | 6109 | revision numbers (i.e. ``glibc-2.13-r20+svnr15508/`` and |
@@ -6118,6 +6307,9 @@ system and gives an overview of their function and contents. | |||
6118 | desirable since this mechanism is designed to select between mutually | 6307 | desirable since this mechanism is designed to select between mutually |
6119 | exclusive alternative providers. | 6308 | exclusive alternative providers. |
6120 | 6309 | ||
6310 | :term:`PREFERRED_PROVIDERS` | ||
6311 | See :term:`bitbake:PREFERRED_PROVIDERS` in the BitBake manual. | ||
6312 | |||
6121 | :term:`PREFERRED_VERSION` | 6313 | :term:`PREFERRED_VERSION` |
6122 | If there are multiple versions of a recipe available, this variable | 6314 | If there are multiple versions of a recipe available, this variable |
6123 | determines which version should be given preference. You must always | 6315 | determines which version should be given preference. You must always |
@@ -6539,6 +6731,9 @@ system and gives an overview of their function and contents. | |||
6539 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" | 6731 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" |
6540 | section. | 6732 | section. |
6541 | 6733 | ||
6734 | :term:`REPODIR` | ||
6735 | See :term:`bitbake:REPODIR` in the BitBake manual. | ||
6736 | |||
6542 | :term:`REQUIRED_DISTRO_FEATURES` | 6737 | :term:`REQUIRED_DISTRO_FEATURES` |
6543 | When inheriting the :ref:`features_check <ref-classes-features_check>` | 6738 | When inheriting the :ref:`features_check <ref-classes-features_check>` |
6544 | class, this variable identifies distribution features that must exist | 6739 | class, this variable identifies distribution features that must exist |
@@ -7444,6 +7639,9 @@ system and gives an overview of their function and contents. | |||
7444 | section in the Yocto Project Board Support Package Developer's Guide | 7639 | section in the Yocto Project Board Support Package Developer's Guide |
7445 | for additional information. | 7640 | for additional information. |
7446 | 7641 | ||
7642 | :term:`SRCREV_FORMAT` | ||
7643 | See :term:`bitbake:SRCREV_FORMAT` in the BitBake manual. | ||
7644 | |||
7447 | :term:`SRC_URI` | 7645 | :term:`SRC_URI` |
7448 | 7646 | ||
7449 | See the BitBake manual for the initial description for this variable: | 7647 | See the BitBake manual for the initial description for this variable: |
@@ -7826,6 +8024,9 @@ system and gives an overview of their function and contents. | |||
7826 | :term:`PV`, and :term:`PR` for related variable | 8024 | :term:`PV`, and :term:`PR` for related variable |
7827 | information. | 8025 | information. |
7828 | 8026 | ||
8027 | :term:`STAMPCLEAN` | ||
8028 | See :term:`bitbake:STAMPCLEAN` in the BitBake manual. | ||
8029 | |||
7829 | :term:`STAMPS_DIR` | 8030 | :term:`STAMPS_DIR` |
7830 | Specifies the base directory in which the OpenEmbedded build system | 8031 | Specifies the base directory in which the OpenEmbedded build system |
7831 | places stamps. The default directory is ``${TMPDIR}/stamps``. | 8032 | places stamps. The default directory is ``${TMPDIR}/stamps``. |
@@ -8601,6 +8802,9 @@ system and gives an overview of their function and contents. | |||
8601 | information on setting up a cross-development environment, see the | 8802 | information on setting up a cross-development environment, see the |
8602 | :doc:`/sdk-manual/index` manual. | 8803 | :doc:`/sdk-manual/index` manual. |
8603 | 8804 | ||
8805 | :term:`TOPDIR` | ||
8806 | See :term:`bitbake:TOPDIR` in the BitBake manual. | ||
8807 | |||
8604 | :term:`TRANSLATED_TARGET_ARCH` | 8808 | :term:`TRANSLATED_TARGET_ARCH` |
8605 | A sanitized version of :term:`TARGET_ARCH`. This | 8809 | A sanitized version of :term:`TARGET_ARCH`. This |
8606 | variable is used where the architecture is needed in a value where | 8810 | variable is used where the architecture is needed in a value where |