diff mbox series

[04/20] ref-manual/classes.rst: linux-kernel-base: drop the class documentation

Message ID 20260918-releases-notes-6-1-v1-4-2d0fceffa242@bootlin.com
State New
Headers show
Series Updates and release notes for 6.1 | expand

Commit Message

Antonin Godard Sept. 18, 2026, 1:53 p.m. UTC
Class was dropped with 06057ac24f74 ("linux-kernel-base: Fold remainder
into kernel-arch and drop") in OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/classes.rst | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index eb28c794d..c88180835 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1316,8 +1316,7 @@  information on how to build an :term:`Initramfs`, see the
 the Yocto Project Development Tasks Manual.
 
 Various other classes are used by the :ref:`ref-classes-kernel` and :ref:`ref-classes-module` classes
-internally including the :ref:`ref-classes-kernel-arch`, :ref:`ref-classes-module-base`, and
-:ref:`ref-classes-linux-kernel-base` classes.
+internally including the :ref:`ref-classes-kernel-arch` and :ref:`ref-classes-module-base` classes.
 
 .. _ref-classes-kernel-arch:
 
@@ -1597,16 +1596,6 @@  The :ref:`ref-classes-license` class provides license manifest creation and lice
 exclusion. This class is enabled by default using the default value for
 the :term:`INHERIT_DISTRO` variable.
 
-.. _ref-classes-linux-kernel-base:
-
-``linux-kernel-base``
-=====================
-
-The :ref:`ref-classes-linux-kernel-base` class provides common functionality for
-recipes that build out of the Linux kernel source tree. These builds
-goes beyond the kernel itself. For example, the Perf recipe also
-inherits this class.
-
 .. _ref-classes-linuxloader:
 
 ``linuxloader``