summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst4
-rw-r--r--documentation/ref-manual/structure.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 9a1fc2c93f..a6347449f1 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1260,8 +1260,8 @@ The following list shows the tests you can list with the ``WARN_QA`` and
1260 1260
1261 .. note:: 1261 .. note::
1262 1262
1263 If you are not using runtime package management on your target 1263 This is only relevant when you are using runtime package management
1264 system, then you do not need to worry about this situation. 1264 on your target system.
1265 1265
1266- ``xorg-driver-abi:`` Checks that all packages containing Xorg 1266- ``xorg-driver-abi:`` Checks that all packages containing Xorg
1267 drivers have ABI dependencies. The ``xserver-xorg`` recipe provides 1267 drivers have ABI dependencies. The ``xserver-xorg`` recipe provides
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 6bcb6359f2..2106a8083b 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -38,7 +38,7 @@ usually matches the current stable BitBake release from the BitBake
38project. BitBake, a :term:`Metadata` interpreter, reads the 38project. BitBake, a :term:`Metadata` interpreter, reads the
39Yocto Project Metadata and runs the tasks defined by that data. Failures 39Yocto Project Metadata and runs the tasks defined by that data. Failures
40are usually caused by errors in your Metadata and not from BitBake 40are usually caused by errors in your Metadata and not from BitBake
41itself; consequently, most users do not need to worry about BitBake. 41itself.
42 42
43When you run the ``bitbake`` command, the main BitBake executable (which 43When you run the ``bitbake`` command, the main BitBake executable (which
44resides in the ``bitbake/bin/`` directory) starts. Sourcing the 44resides in the ``bitbake/bin/`` directory) starts. Sourcing the