summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
index 46dafeee30..8f606676b4 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
@@ -113,7 +113,7 @@
113 </para> 113 </para>
114 114
115 <para> 115 <para>
116 Prior to parsing configuration files, Bitbake looks 116 Prior to parsing configuration files, BitBake looks
117 at certain variables, including: 117 at certain variables, including:
118 <itemizedlist> 118 <itemizedlist>
119 <listitem><para> 119 <listitem><para>
@@ -339,7 +339,7 @@
339 <link linkend='var-bb-BB_HASHCONFIG_WHITELIST'><filename>BB_HASHCONFIG_WHITELIST</filename></link>) 339 <link linkend='var-bb-BB_HASHCONFIG_WHITELIST'><filename>BB_HASHCONFIG_WHITELIST</filename></link>)
340 and then checking if the checksum matches. 340 and then checking if the checksum matches.
341 If that checksum matches what is in the cache and the recipe 341 If that checksum matches what is in the cache and the recipe
342 and class files have not changed, Bitbake is able to use 342 and class files have not changed, BitBake is able to use
343 the cache. 343 the cache.
344 BitBake then reloads the cached information about the recipe 344 BitBake then reloads the cached information about the recipe
345 instead of reparsing it from scratch. 345 instead of reparsing it from scratch.
@@ -429,7 +429,7 @@
429 The default 429 The default
430 <link linkend='var-bb-PREFERRED_PROVIDER'><filename>PREFERRED_PROVIDER</filename></link> 430 <link linkend='var-bb-PREFERRED_PROVIDER'><filename>PREFERRED_PROVIDER</filename></link>
431 is the provider with the same name as the target. 431 is the provider with the same name as the target.
432 Bitbake iterates through each target it needs to build and 432 BitBake iterates through each target it needs to build and
433 resolves them and their dependencies using this process. 433 resolves them and their dependencies using this process.
434 </para> 434 </para>
435 435
@@ -821,7 +821,7 @@
821 821
822 <para> 822 <para>
823 It is worth noting that BitBake's "-S" option lets you 823 It is worth noting that BitBake's "-S" option lets you
824 debug Bitbake's processing of signatures. 824 debug BitBake's processing of signatures.
825 The options passed to -S allow different debugging modes 825 The options passed to -S allow different debugging modes
826 to be used, either using BitBake's own debug functions 826 to be used, either using BitBake's own debug functions
827 or possibly those defined in the metadata/signature handler 827 or possibly those defined in the metadata/signature handler