diff options
Diffstat (limited to 'documentation/migration-guides/migration-3.5.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.5.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-3.5.rst b/documentation/migration-guides/migration-3.5.rst index 556d7da0b6..da09b6f449 100644 --- a/documentation/migration-guides/migration-3.5.rst +++ b/documentation/migration-guides/migration-3.5.rst | |||
@@ -56,3 +56,13 @@ Recipe changes | |||
56 | 56 | ||
57 | - The `distutils*.bbclasses` have been moved to `meta-python`. The classes and | 57 | - The `distutils*.bbclasses` have been moved to `meta-python`. The classes and |
58 | `DISTUTILS*` variables have been removed from the documentation. | 58 | `DISTUTILS*` variables have been removed from the documentation. |
59 | |||
60 | Class changes | ||
61 | ------------- | ||
62 | |||
63 | - ``blacklist.bbclass`` is removed and the functionality moved to the | ||
64 | :ref:`base <ref-classes-base>` class with a more descriptive | ||
65 | ``varflag`` named :term:`SKIP_RECIPE` which will use the `SkipRecipe()` | ||
66 | function. The usage will remain the same:: | ||
67 | |||
68 | SKIP_RECIPE[my-recipe] = "Reason for skipping recipe" | ||