@@ -213,7 +213,7 @@ BitBake supports class files installed in three different directories:
- ``classes-global/``: these classes must be inherited globally through the
:term:`INHERIT` variable in a :ref:`configuration file
- <bitbake-user-manual/bitbake-user-manual-intro:Configuration Files>`. These
+ <bitbake-user-manual/bitbake-user-manual-intro:Configuration Files>`. These
classes are included for every recipe being built. For example, you would use
the global class named ``myclass`` like so::
@@ -227,7 +227,7 @@ BitBake supports class files installed in three different directories:
inherit myclass
- ``classes/``: this final directory is meant for classes that can be used in
- the two contexts explain above. In other words, they can be inherit either
+ the two contexts explain above. In other words, they can be inherited either
globally or in a recipe.
For details on how BitBake locates class files, see the
@@ -1060,7 +1060,7 @@ Additionally, BitBake searches the current directory for :ref:`include
.. note::
- The BBPATH variable is analogous to the environment variable PATH .
+ The BBPATH variable is analogous to the environment variable PATH.
For these two directives, BitBake includes the first file it finds.
@@ -1135,7 +1135,7 @@ would be searched in this order::
.. note::
- Note that the order of the list above does not depend on where the class in
+ Note that the order of the list above does not depend on where the class is
inherited from.
Likewise, for classes inherited with the :term:`INHERIT` variable, the