diff mbox series

ref-manual: drop documentation for oelint class

Message ID 20251219-drop-oelint-v1-1-3b40014fef28@bootlin.com
State Under Review
Headers show
Series ref-manual: drop documentation for oelint class | expand

Commit Message

Antonin Godard Dec. 19, 2025, 9:36 a.m. UTC
Dropped with commit f35f00c5fe8c ("oelint: Remove obsolete class") in
OE-Core. Add a note in the migration guide.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Patch based on master-next in order to edit the migration guide.
---
 documentation/migration-guides/migration-6.0.rst |  3 +++
 documentation/ref-manual/classes.rst             | 14 --------------
 2 files changed, 3 insertions(+), 14 deletions(-)


---
base-commit: d5fb3c5e262d2c0cfe98f00734f403c2dd6340bc
change-id: 20251218-drop-oelint-5f462e8db959
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-6.0.rst b/documentation/migration-guides/migration-6.0.rst
index f5b7da1dc..b18206b21 100644
--- a/documentation/migration-guides/migration-6.0.rst
+++ b/documentation/migration-guides/migration-6.0.rst
@@ -58,6 +58,9 @@  Removed classes
 
 The following classes have been removed in this release:
 
+-  ``oelint``: remove as most of the checks done by this class are done in other
+   areas of code now, making this class obsolete.
+
 Removed features
 ----------------
 
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 7fc2f417d..eae15fd62 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1901,20 +1901,6 @@  For information on how to create NPM packages, see the
 ":ref:`dev-manual/packages:creating node package manager (npm) packages`"
 section in the Yocto Project Development Tasks Manual.
 
-.. _ref-classes-oelint:
-
-``oelint``
-==========
-
-The :ref:`ref-classes-oelint` class is an obsolete lint checking tool available in
-``meta/classes`` in the :term:`Source Directory`.
-
-There are some classes that could be generally useful in OE-Core but
-are never actually used within OE-Core itself. The :ref:`ref-classes-oelint` class is
-one such example. However, being aware of this class can reduce the
-proliferation of different versions of similar classes across multiple
-layers.
-
 .. _ref-classes-overlayfs:
 
 ``overlayfs``