diff options
Diffstat (limited to 'documentation/dev-manual/debugging.rst')
-rw-r--r-- | documentation/dev-manual/debugging.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/dev-manual/debugging.rst b/documentation/dev-manual/debugging.rst index 921022475f..9fb159eae6 100644 --- a/documentation/dev-manual/debugging.rst +++ b/documentation/dev-manual/debugging.rst | |||
@@ -153,7 +153,7 @@ In addition to variable values, the output of the ``bitbake -e`` and | |||
153 | classes included globally, recursively listing the files they include | 153 | classes included globally, recursively listing the files they include |
154 | or inherit in turn. Much of the behavior of the OpenEmbedded build | 154 | or inherit in turn. Much of the behavior of the OpenEmbedded build |
155 | system (including the behavior of the :ref:`ref-manual/tasks:normal recipe build tasks`) is | 155 | system (including the behavior of the :ref:`ref-manual/tasks:normal recipe build tasks`) is |
156 | implemented in the :ref:`base <ref-classes-base>` class and the | 156 | implemented in the :ref:`ref-classes-base` class and the |
157 | classes it inherits, rather than being built into BitBake itself. | 157 | classes it inherits, rather than being built into BitBake itself. |
158 | 158 | ||
159 | - After the variable values, all functions appear in the output. For | 159 | - After the variable values, all functions appear in the output. For |
@@ -196,8 +196,7 @@ Following are a few of the available ``oe-pkgdata-util`` subcommands. | |||
196 | which contains the files stored in that package. | 196 | which contains the files stored in that package. |
197 | 197 | ||
198 | If you want to inspect the ``${WORKDIR}/packages-split`` | 198 | If you want to inspect the ``${WORKDIR}/packages-split`` |
199 | directory, make sure that | 199 | directory, make sure that :ref:`ref-classes-rm-work` is not |
200 | :ref:`rm_work <ref-classes-rm-work>` is not | ||
201 | enabled when you build the recipe. | 200 | enabled when you build the recipe. |
202 | 201 | ||
203 | - ``oe-pkgdata-util find-path path ...``: Lists the names of | 202 | - ``oe-pkgdata-util find-path path ...``: Lists the names of |
@@ -598,8 +597,7 @@ log to ``${T}/log.do_``\ `task`, and can also log to standard output | |||
598 | 597 | ||
599 | The same logging functions are also available in shell functions, under | 598 | The same logging functions are also available in shell functions, under |
600 | the names ``bbplain``, ``bbnote``, ``bbdebug``, ``bbwarn``, ``bberror``, | 599 | the names ``bbplain``, ``bbnote``, ``bbdebug``, ``bbwarn``, ``bberror``, |
601 | and ``bbfatal``. The | 600 | and ``bbfatal``. The :ref:`ref-classes-logging` class |
602 | :ref:`logging <ref-classes-logging>` class | ||
603 | implements these functions. See that class in the ``meta/classes`` | 601 | implements these functions. See that class in the ``meta/classes`` |
604 | folder of the :term:`Source Directory` for information. | 602 | folder of the :term:`Source Directory` for information. |
605 | 603 | ||