summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-16 11:36:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-21 15:18:24 +0000
commit1b719e90431b34831be80c7caf6d7450535ae168 (patch)
tree13de27b1c6495970fd04b2036b76a12600a6459f /documentation
parent2fd4d2cb70fc244499ccf45bf7248c2a530ea9e2 (diff)
downloadpoky-1b719e90431b34831be80c7caf6d7450535ae168.tar.gz
doc: migration-3.5: move the distutils changes to the class changes section
(From yocto-docs rev: 2289b74b0cc4d991445ed6fbd01b7e17cb630fc3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/migration-3.5.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-3.5.rst b/documentation/migration-guides/migration-3.5.rst
index da09b6f449..8380ffbf4a 100644
--- a/documentation/migration-guides/migration-3.5.rst
+++ b/documentation/migration-guides/migration-3.5.rst
@@ -54,12 +54,12 @@ Recipe changes
54- :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages 54- :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages
55 which use :term:`PKG` renaming such as :ref:`ref-classes-debian`. 55 which use :term:`PKG` renaming such as :ref:`ref-classes-debian`.
56 56
57- The `distutils*.bbclasses` have been moved to `meta-python`. The classes and
58 `DISTUTILS*` variables have been removed from the documentation.
59
60Class changes 57Class changes
61------------- 58-------------
62 59
60- The `distutils*.bbclasses` have been moved to `meta-python`. The classes and
61 `DISTUTILS*` variables have been removed from the documentation.
62
63- ``blacklist.bbclass`` is removed and the functionality moved to the 63- ``blacklist.bbclass`` is removed and the functionality moved to the
64 :ref:`base <ref-classes-base>` class with a more descriptive 64 :ref:`base <ref-classes-base>` class with a more descriptive
65 ``varflag`` named :term:`SKIP_RECIPE` which will use the `SkipRecipe()` 65 ``varflag`` named :term:`SKIP_RECIPE` which will use the `SkipRecipe()`