diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-23 18:47:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:31:34 +0000 |
commit | a19add4aaaa4ff64ae3403eae415c08713bbdb38 (patch) | |
tree | 35e27a4aa032849c826344fd99f0207c39cb18bb /documentation/migration-guides/migration-1.5.rst | |
parent | 2b578eae4e50774dd449282beb287e10b0485cbc (diff) | |
download | poky-a19add4aaaa4ff64ae3403eae415c08713bbdb38.tar.gz |
migration-guides: add more class references
(From yocto-docs rev: 29031a9da0f1a500a8b2b6a642ee553a352255f8)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
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.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst index 11c821265c..15b0b43092 100644 --- a/documentation/migration-guides/migration-1.5.rst +++ b/documentation/migration-guides/migration-1.5.rst | |||
@@ -95,7 +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 ``buildhistory`` class, the check for the package | 98 | - If you are using the :ref:`buildhistory <ref-classes-buildhistory>` class, |
99 | the check for the package | ||
99 | version going backwards is now controlled using a standard QA check. | 100 | version going backwards is now controlled using a standard QA check. |
100 | Thus, if you have customized your :term:`ERROR_QA` or :term:`WARN_QA` values | 101 | Thus, if you have customized your :term:`ERROR_QA` or :term:`WARN_QA` values |
101 | and still wish to have this check performed, you should add | 102 | and still wish to have this check performed, you should add |