summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-22 11:19:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit4d01625794c6517e07fe0b6218c7c3ce004f5951 (patch)
tree7d1cc8da1e784d73b344d231f2a093ab46f61abc /documentation/migration-guides
parent55621c31f1edbdb2f3d72e80916fed031e2ba298 (diff)
downloadpoky-4d01625794c6517e07fe0b6218c7c3ce004f5951.tar.gz
manuals: fix paragraphs with the "inherit" word
Nothing wrong with this word, but instances of "inherit" were looked for while looking for class names without references. Fixing alignment and sometimes syntax. (From yocto-docs rev: c418c645a360e74ebb91765a3041336f03097e0d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.5.rst4
-rw-r--r--documentation/migration-guides/migration-3.0.rst4
-rw-r--r--documentation/migration-guides/migration-3.3.rst6
3 files changed, 8 insertions, 6 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index b47980dc67..ad7e239eaf 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -221,8 +221,8 @@ Task Recipes
221 221
222The previously deprecated ``task.bbclass`` has now been dropped. For 222The previously deprecated ``task.bbclass`` has now been dropped. For
223recipes that previously inherited from this class, you should rename 223recipes that previously inherited from this class, you should rename
224them from ``task-*`` to ``packagegroup-*`` and inherit packagegroup 224them from ``task-*`` to ``packagegroup-*`` and inherit
225instead. 225:ref:`packagegroup <ref-classes-packagegroup>` instead.
226 226
227For more information, see the ":ref:`ref-classes-packagegroup`" section. 227For more information, see the ":ref:`ref-classes-packagegroup`" section.
228 228
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst
index 95a33d4dd4..107d2b8797 100644
--- a/documentation/migration-guides/migration-3.0.rst
+++ b/documentation/migration-guides/migration-3.0.rst
@@ -259,7 +259,9 @@ The following miscellaneous changes have occurred.
259 259
260- The ``gnome`` class has been removed because it now does very little. 260- The ``gnome`` class has been removed because it now does very little.
261 You should update recipes that previously inherited this class to do 261 You should update recipes that previously inherited this class to do
262 the following: inherit gnomebase gtk-icon-cache gconf mime 262 the following::
263
264 inherit gnomebase gtk-icon-cache gconf mime
263 265
264- The ``meta/recipes-kernel/linux/linux-dtb.inc`` file has been 266- The ``meta/recipes-kernel/linux/linux-dtb.inc`` file has been
265 removed. This file was previously deprecated in favor of setting 267 removed. This file was previously deprecated in favor of setting
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst
index d110aacd81..e8e5935e19 100644
--- a/documentation/migration-guides/migration-3.3.rst
+++ b/documentation/migration-guides/migration-3.3.rst
@@ -99,9 +99,9 @@ variable so that recipes can specify it explicitly, for example::
99 99
100Recipes that inherit from ``distutils3`` (or 100Recipes that inherit from ``distutils3`` (or
101:ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits 101:ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits
102``distutils3``) that also set :term:`S` to 102``distutils3``) that also set :term:`S` to point to a Python module within a
103point to a Python module within a subdirectory in the aforementioned 103subdirectory in the aforementioned manner should be changed to set
104manner should be changed to set ``DISTUTILS_SETUP_PATH`` instead. 104``DISTUTILS_SETUP_PATH`` instead.
105 105
106 106
107.. _migration-3.3-bitbake: 107.. _migration-3.3-bitbake: