summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/user-manual/user-manual-ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/user-manual/user-manual-ref-variables.xml')
-rw-r--r--bitbake/doc/user-manual/user-manual-ref-variables.xml53
1 files changed, 34 insertions, 19 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml
index b785f04aba..6a5af89ffa 100644
--- a/bitbake/doc/user-manual/user-manual-ref-variables.xml
+++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml
@@ -102,6 +102,15 @@
102 </glossdef> 102 </glossdef>
103 </glossentry> 103 </glossentry>
104 104
105 <glossentry id='var-BB_CONSOLELOG'><glossterm>BB_CONSOLELOG</glossterm>
106 <glossdef>
107 <para>
108 Specifies the path to a log file into which BitBake's user
109 interface writes output during the build.
110 </para>
111 </glossdef>
112 </glossentry>
113
105 <glossentry id='var-BB_CURRENTTASK'><glossterm>BB_CURRENTTASK</glossterm> 114 <glossentry id='var-BB_CURRENTTASK'><glossterm>BB_CURRENTTASK</glossterm>
106 <glossdef> 115 <glossdef>
107 <para> 116 <para>
@@ -681,12 +690,19 @@
681 <glossentry id='var-BB_SIGNATURE_EXCLUDE_FLAGS'><glossterm>BB_SIGNATURE_EXCLUDE_FLAGS</glossterm> 690 <glossentry id='var-BB_SIGNATURE_EXCLUDE_FLAGS'><glossterm>BB_SIGNATURE_EXCLUDE_FLAGS</glossterm>
682 <glossdef> 691 <glossdef>
683 <para> 692 <para>
684 Lists flags that can be safely excluded from checksum 693 Lists variable flags (varflags)
694 that can be safely excluded from checksum
685 and dependency data for keys in the datastore. 695 and dependency data for keys in the datastore.
686 When generating checksum or dependency data for keys in the 696 When generating checksum or dependency data for keys in the
687 datastore, the flags set against that key are normally 697 datastore, the flags set against that key are normally
688 included in the checksum. 698 included in the checksum.
689 </para> 699 </para>
700
701 <para>
702 For more information on varflags, see the
703 "<link linkend='variable-flags'>Variable Flags</link>"
704 section.
705 </para>
690 </glossdef> 706 </glossdef>
691 </glossentry> 707 </glossentry>
692 708
@@ -959,7 +975,23 @@
959 975
960 <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm> 976 <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm>
961 <glossdef> 977 <glossdef>
962 <para>Variable that controls how BitBake displays logs on build failure.</para> 978 <para>
979 If set to a value, enables printing the task log when
980 reporting a failed task.
981 </para>
982 </glossdef>
983 </glossentry>
984
985 <glossentry id='var-BBINCLUDELOGS_LINES'><glossterm>BBINCLUDELOGS_LINES</glossterm>
986 <glossdef>
987 <para>
988 If
989 <link linkend='var-BBINCLUDELOGS'><filename>BBINCLUDELOGS</filename></link>
990 is set, specifies the maximum number of lines from the
991 task log file to print when reporting a failed task.
992 If you do not set <filename>BBINCLUDELOGS_LINES</filename>,
993 the entire log is printed.
994 </para>
963 </glossdef> 995 </glossdef>
964 </glossentry> 996 </glossentry>
965 997
@@ -1483,14 +1515,6 @@
1483 the upstream source, and then locations specified by 1515 the upstream source, and then locations specified by
1484 <filename>MIRRORS</filename> in that order. 1516 <filename>MIRRORS</filename> in that order.
1485 </para> 1517 </para>
1486
1487 <para>
1488 Assuming your distribution (<filename>DISTRO</filename>)
1489 is "poky", the default value for
1490 <filename>MIRRORS</filename> is defined in the
1491 <filename>conf/distro/poky.conf</filename> file in the
1492 <filename>meta-yocto</filename> Git repository.
1493 </para>
1494 </glossdef> 1518 </glossdef>
1495 </glossentry> 1519 </glossentry>
1496 1520
@@ -1697,15 +1721,6 @@
1697 </para> 1721 </para>
1698 1722
1699 <para> 1723 <para>
1700 Assuming your distribution
1701 (<filename>DISTRO</filename>)
1702 is "poky", the default value for
1703 <filename>PREMIRRORS</filename> is defined in the
1704 <filename>conf/distro/poky.conf</filename> file in the
1705 <filename>meta-yocto</filename> Git repository.
1706 </para>
1707
1708 <para>
1709 Typically, you would add a specific server for the 1724 Typically, you would add a specific server for the
1710 build system to attempt before any others by adding 1725 build system to attempt before any others by adding
1711 something like the following to your configuration: 1726 something like the following to your configuration: