summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.5.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-01-05 08:34:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 17:39:09 +0000
commit8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch)
treee1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/migration-guides/migration-1.5.rst
parentae280972ffba62d7ed839b692957f61b0955cbca (diff)
downloadpoky-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-1.5.rst')
-rw-r--r--documentation/migration-guides/migration-1.5.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index 14b1f4a0a5..d82d33f91f 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -95,9 +95,8 @@ The following changes have been made to the package QA checks:
95 this file within :ref:`ref-tasks-install` if "make 95 this file within :ref:`ref-tasks-install` if "make
96 install" is installing it. 96 install" is installing it.
97 97
98- If you are using the :ref:`buildhistory <ref-classes-buildhistory>` class, 98- If you are using the :ref:`ref-classes-buildhistory` class, the check for the
99 the check for the package 99 package version going backwards is now controlled using a standard QA check.
100 version going backwards is now controlled using a standard QA check.
101 Thus, if you have customized your :term:`ERROR_QA` or :term:`WARN_QA` values 100 Thus, if you have customized your :term:`ERROR_QA` or :term:`WARN_QA` values
102 and still wish to have this check performed, you should add 101 and still wish to have this check performed, you should add
103 "version-going-backwards" to your value for one or the other 102 "version-going-backwards" to your value for one or the other
@@ -131,7 +130,7 @@ The following directory changes exist:
131 it easier to delete :term:`TMPDIR` and preserve the build history. 130 it easier to delete :term:`TMPDIR` and preserve the build history.
132 Additionally, data for produced SDKs is now split by :term:`IMAGE_NAME`. 131 Additionally, data for produced SDKs is now split by :term:`IMAGE_NAME`.
133 132
134- When :ref:`buildhistory <ref-classes-buildhistory>` is enabled, its output 133- When :ref:`ref-classes-buildhistory` is enabled, its output
135 is now written under the :term:`Build Directory` rather than :term:`TMPDIR`. 134 is now written under the :term:`Build Directory` rather than :term:`TMPDIR`.
136 Doing so makes it easier to delete :term:`TMPDIR` and preserve the build 135 Doing so makes it easier to delete :term:`TMPDIR` and preserve the build
137 history. Additionally, data for produced SDKs is now split by :term:`IMAGE_NAME`. 136 history. Additionally, data for produced SDKs is now split by :term:`IMAGE_NAME`.
@@ -223,7 +222,7 @@ Task Recipes
223The previously deprecated ``task.bbclass`` has now been dropped. For 222The previously deprecated ``task.bbclass`` has now been dropped. For
224recipes that previously inherited from this class, you should rename 223recipes that previously inherited from this class, you should rename
225them from ``task-*`` to ``packagegroup-*`` and inherit 224them from ``task-*`` to ``packagegroup-*`` and inherit
226:ref:`packagegroup <ref-classes-packagegroup>` instead. 225:ref:`ref-classes-packagegroup` instead.
227 226
228For more information, see the ":ref:`ref-classes-packagegroup`" section. 227For more information, see the ":ref:`ref-classes-packagegroup`" section.
229 228