diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.5.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.5.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst index 15b0b43092..0306b99c65 100644 --- a/documentation/migration-guides/migration-1.5.rst +++ b/documentation/migration-guides/migration-1.5.rst | |||
@@ -87,8 +87,7 @@ The following changes have been made to the package QA checks: | |||
87 | item not mentioned in :term:`ERROR_QA` or :term:`WARN_QA` would be treated as | 87 | item not mentioned in :term:`ERROR_QA` or :term:`WARN_QA` would be treated as |
88 | a warning. Consequently, several important items were not already in | 88 | a warning. Consequently, several important items were not already in |
89 | the default value of :term:`WARN_QA`. All of the possible QA checks are | 89 | the default value of :term:`WARN_QA`. All of the possible QA checks are |
90 | now documented in the ":ref:`insane.bbclass <ref-classes-insane>`" | 90 | now documented in the ":ref:`ref-classes-insane`" section. |
91 | section. | ||
92 | 91 | ||
93 | - An additional QA check has been added to check if | 92 | - An additional QA check has been added to check if |
94 | ``/usr/share/info/dir`` is being installed. Your recipe should delete | 93 | ``/usr/share/info/dir`` is being installed. Your recipe should delete |
@@ -102,8 +101,7 @@ The following changes have been made to the package QA checks: | |||
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 |
104 | variables depending on how you wish it to be handled. See the | 103 | variables depending on how you wish it to be handled. See the |
105 | documented QA checks in the | 104 | documented QA checks in the ":ref:`ref-classes-insane`" section. |
106 | ":ref:`insane.bbclass <ref-classes-insane>`" section. | ||
107 | 105 | ||
108 | .. _migration-1.5-directory-layout-changes: | 106 | .. _migration-1.5-directory-layout-changes: |
109 | 107 | ||
@@ -222,8 +220,7 @@ recipes that previously inherited from this class, you should rename | |||
222 | them from ``task-*`` to ``packagegroup-*`` and inherit packagegroup | 220 | them from ``task-*`` to ``packagegroup-*`` and inherit packagegroup |
223 | instead. | 221 | instead. |
224 | 222 | ||
225 | For more information, see the | 223 | For more information, see the ":ref:`ref-classes-packagegroup`" section. |
226 | ":ref:`packagegroup.bbclass <ref-classes-packagegroup>`" section. | ||
227 | 224 | ||
228 | .. _migration-1.5-busybox: | 225 | .. _migration-1.5-busybox: |
229 | 226 | ||