@@ -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
----------------
@@ -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``
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