diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-20 13:16:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-28 10:57:46 +0000 |
commit | f185c782637d4001636abe0cf581cf6e45c93959 (patch) | |
tree | 8493cac6695d806147a7c91d2958be208caee269 /documentation | |
parent | 60e143a5893504de43aab98079b99af90efb4c26 (diff) | |
download | poky-f185c782637d4001636abe0cf581cf6e45c93959.tar.gz |
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 <quentin.schulz@cherry.de>
(From yocto-docs rev: 0da4f50b2105e0ee2d992338b390e966f38a51c0)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
1 files changed, 0 insertions, 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` | |||
1877 | class is enabled by default because it is inherited by the | 1877 | class is enabled by default because it is inherited by the |
1878 | :ref:`ref-classes-base` class. | 1878 | :ref:`ref-classes-base` class. |
1879 | 1879 | ||
1880 | .. _ref-classes-migrate_localcount: | ||
1881 | |||
1882 | ``migrate_localcount`` | ||
1883 | ====================== | ||
1884 | |||
1885 | The :ref:`ref-classes-migrate_localcount` class verifies a recipe's localcount data and | ||
1886 | increments it appropriately. | ||
1887 | |||
1888 | .. _ref-classes-mime: | 1880 | .. _ref-classes-mime: |
1889 | 1881 | ||
1890 | ``mime`` | 1882 | ``mime`` |