From f185c782637d4001636abe0cf581cf6e45c93959 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 20 Dec 2024 13:16:29 +0100 Subject: [PATCH] ref-manual/classes: drop the migrate_localcount class This class is obsolete and was removed from openembedded-core with commits fca25fc4d7721f85f64c942307ebe7ba9f2fad3e ("migrate_localcount: Drop long obsolete code") and d0f35207f9e19b440393a79ebf621649c495738d ("bitbake: fetch2: remove localcount and use AUTOINC instead"). Reviewed-by: Quentin Schulz (From yocto-docs rev: 0da4f50b2105e0ee2d992338b390e966f38a51c0) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/classes.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index e5fe44052d..3d61d8d7a0 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -1877,14 +1877,6 @@ each layer before starting every build. The :ref:`ref-classes-metadata_scm` class is enabled by default because it is inherited by the :ref:`ref-classes-base` class. -.. _ref-classes-migrate_localcount: - -``migrate_localcount`` -====================== - -The :ref:`ref-classes-migrate_localcount` class verifies a recipe's localcount data and -increments it appropriately. - .. _ref-classes-mime: ``mime``