diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-01-05 08:34:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 17:39:09 +0000 |
| commit | 8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch) | |
| tree | e1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/migration-guides/migration-3.1.rst | |
| parent | ae280972ffba62d7ed839b692957f61b0955cbca (diff) | |
| download | poky-8b1909aa6f7a51a878dc3d4a9223403ad3e164a9.tar.gz | |
manuals: simplify references to classes
Now that .bbclass is removed from class section titles.
We can now have, for example, :ref:`ref-classes-insane`
instead of :ref:`insane <ref-classes-insane>`.
Then, when necessary, rework paragraphs so that they
have lines of even length, not exceeding 80 characters.
(From yocto-docs rev: e76190e3be78c1e483bec0469f1e437dbf8f3791)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.1.rst')
| -rw-r--r-- | documentation/migration-guides/migration-3.1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-3.1.rst b/documentation/migration-guides/migration-3.1.rst index cbad40112b..fdb959c4af 100644 --- a/documentation/migration-guides/migration-3.1.rst +++ b/documentation/migration-guides/migration-3.1.rst | |||
| @@ -127,7 +127,7 @@ renamed to ``features_check``; the ``distro_features_check`` class still | |||
| 127 | exists but generates a warning and redirects to the new class. In | 127 | exists but generates a warning and redirects to the new class. In |
| 128 | preparation for a future removal of the old class it is recommended that | 128 | preparation for a future removal of the old class it is recommended that |
| 129 | you update recipes currently inheriting ``distro_features_check`` to | 129 | you update recipes currently inheriting ``distro_features_check`` to |
| 130 | inherit :ref:`features_check <ref-classes-features_check>` instead. | 130 | inherit :ref:`ref-classes-features_check` instead. |
| 131 | 131 | ||
| 132 | .. _migration-3.1-removed-classes: | 132 | .. _migration-3.1-removed-classes: |
| 133 | 133 | ||
| @@ -240,10 +240,10 @@ Warnings will now be shown at :ref:`ref-tasks-package_qa` time in the following | |||
| 240 | circumstances: | 240 | circumstances: |
| 241 | 241 | ||
| 242 | - A recipe installs ``.desktop`` files containing ``MimeType`` keys but | 242 | - A recipe installs ``.desktop`` files containing ``MimeType`` keys but |
| 243 | does not inherit the new :ref:`mime-xdg <ref-classes-mime-xdg>` class | 243 | does not inherit the new :ref:`ref-classes-mime-xdg` class |
| 244 | 244 | ||
| 245 | - A recipe installs ``.xml`` files into ``${datadir}/mime/packages`` | 245 | - A recipe installs ``.xml`` files into ``${datadir}/mime/packages`` |
| 246 | but does not inherit the :ref:`mime <ref-classes-mime>` class | 246 | but does not inherit the :ref:`ref-classes-mime` class |
| 247 | 247 | ||
| 248 | .. _migration-3.1-x86-live-wic: | 248 | .. _migration-3.1-x86-live-wic: |
| 249 | 249 | ||
