summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.5.rst
diff options
context:
space:
mode:
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