@@ -402,7 +402,7 @@ Here are some example URLs::
easy to share metadata without removing passwords. SSH keys, ``~/.netrc``
and ``~/.ssh/config`` files can be used as alternatives.
-Using tags with the git fetcher may cause surprising behaviour. Bitbake needs to
+Using tags with the git fetcher may cause surprising behaviour. BitBake needs to
resolve the tag to a specific revision and to do that, it has to connect to and use
the upstream repository. This is because the revision the tags point at can change and
we've seen cases of this happening in well known public repositories. This can mean
@@ -233,7 +233,7 @@ BitBake supports class files installed in three different directories:
For details on how BitBake locates class files, see the
:ref:`bitbake-user-manual/bitbake-user-manual-metadata:Locating Class Files`
-section of the Bitbake User Manual.
+section of the BitBake User Manual.
Layers
------
@@ -539,7 +539,7 @@ Following is the usage and syntax for BitBake::
make dependency graphs more appealing.
..
- Bitbake help output generated with "stty columns 80; bin/bitbake -h"
+ BitBake help output generated with "stty columns 80; bin/bitbake -h"
.. _bitbake-examples:
@@ -1158,7 +1158,7 @@ Like include files, class files are located using the :term:`BBPATH` variable.
The classes can be included in the ``classes-recipe``, ``classes-global`` and
``classes`` directories, as explained in the
:ref:`bitbake-user-manual/bitbake-user-manual-intro:Class types` section of the
-Bitbake User Manual. Like for the :ref:`include <ref-include-directive>` and
+BitBake User Manual. Like for the :ref:`include <ref-include-directive>` and
:ref:`require <require-inclusion>` directives, BitBake stops and inherits the
first class that it finds.
@@ -1339,7 +1339,7 @@ overview of their function and contents.
- When recipes are parsed - then for each parsed recipe.
- Bitbake ignores changes to :term:`INHERIT` in individual recipes.
+ BitBake ignores changes to :term:`INHERIT` in individual recipes.
For more information on :term:`INHERIT`, see the
":ref:`bitbake-user-manual/bitbake-user-manual-metadata:\`\`inherit\`\` configuration directive`"
Use correct spelling of "BitBake" in a few places. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---