diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-02-07 04:37:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-08 17:41:17 +0000 |
commit | 94208e7bf4b700dd71b7d528f604af5944126c0d (patch) | |
tree | 578c45aebb8f5bd6599baddb1af5392f8cf3032d /bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | |
parent | 9f6a310002ad557a27b442322e91bc25bf096cb3 (diff) | |
download | poky-94208e7bf4b700dd71b7d528f604af5944126c0d.tar.gz |
bitbake: doc: Standardize spelling on 'BitBake' throughout docs
Since the proper spelling is, in fact, 'BitBake', might as well make
it consistent throughout the user manual.
(Bitbake rev: 79ada807de0b202c3d568fc4365a1d3f17ba1bce)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.xml | 8 |
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 |