From 8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 5 Jan 2023 08:34:26 +0100 Subject: manuals: simplify references to classes Now that .bbclass is removed from class section titles. We can now have, for example, :ref:`ref-classes-insane` instead of :ref:`insane `. Then, when necessary, rework paragraphs so that they have lines of even length, not exceeding 80 characters. (From yocto-docs rev: e76190e3be78c1e483bec0469f1e437dbf8f3791) Signed-off-by: Michael Opdenacker Suggested-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/dev-manual/debugging.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'documentation/dev-manual/debugging.rst') 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 classes included globally, recursively listing the files they include or inherit in turn. Much of the behavior of the OpenEmbedded build system (including the behavior of the :ref:`ref-manual/tasks:normal recipe build tasks`) is - implemented in the :ref:`base ` class and the + implemented in the :ref:`ref-classes-base` class and the classes it inherits, rather than being built into BitBake itself. - 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. which contains the files stored in that package. If you want to inspect the ``${WORKDIR}/packages-split`` - directory, make sure that - :ref:`rm_work ` is not + directory, make sure that :ref:`ref-classes-rm-work` is not enabled when you build the recipe. - ``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 The same logging functions are also available in shell functions, under the names ``bbplain``, ``bbnote``, ``bbdebug``, ``bbwarn``, ``bberror``, -and ``bbfatal``. The -:ref:`logging ` class +and ``bbfatal``. The :ref:`ref-classes-logging` class implements these functions. See that class in the ``meta/classes`` folder of the :term:`Source Directory` for information. -- cgit v1.2.3-54-g00ecf