summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-11 17:49:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-17 11:59:50 +0000
commitfc30301d4cf6a1aa4934cc8572cfd4d3659df817 (patch)
tree12a008ef225acad396e563d5d2bec4e86f6b698a /documentation/migration-guides
parent8dbd3a1757f2703c5183155dda3f52f6f9a79a96 (diff)
downloadpoky-fc30301d4cf6a1aa4934cc8572cfd4d3659df817.tar.gz
manuals: simplify references to class sections
Replace ":ref:`classname.bbclass <ref-classes-classname>`" section by ":ref:`ref-classes-classname`" section because each section has "classname.bbclass" as title, therefore the result is the same. (From yocto-docs rev: e3f438e4a71b155bd09bc7988c8e5626a063fde3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.3.rst2
-rw-r--r--documentation/migration-guides/migration-1.5.rst9
-rw-r--r--documentation/migration-guides/migration-1.6.rst3
3 files changed, 5 insertions, 9 deletions
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst
index afb868e7cb..9a1539172e 100644
--- a/documentation/migration-guides/migration-1.3.rst
+++ b/documentation/migration-guides/migration-1.3.rst
@@ -113,7 +113,7 @@ recipes to ``packagegroup-*``, and change them to inherit
113to remove anything now handled by ``packagegroup.bbclass``, such as 113to remove anything now handled by ``packagegroup.bbclass``, such as
114providing ``-dev`` and ``-dbg`` packages, setting 114providing ``-dev`` and ``-dbg`` packages, setting
115:term:`LIC_FILES_CHKSUM`, and so forth. See the 115:term:`LIC_FILES_CHKSUM`, and so forth. See the
116":ref:`packagegroup.bbclass <ref-classes-packagegroup>`" section for 116:ref:`ref-classes-packagegroup` section for
117further details. 117further details.
118 118
119.. _migration-1.3-image-features: 119.. _migration-1.3-image-features:
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
222them from ``task-*`` to ``packagegroup-*`` and inherit packagegroup 220them from ``task-*`` to ``packagegroup-*`` and inherit packagegroup
223instead. 221instead.
224 222
225For more information, see the 223For 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
diff --git a/documentation/migration-guides/migration-1.6.rst b/documentation/migration-guides/migration-1.6.rst
index e240038a7b..358086560b 100644
--- a/documentation/migration-guides/migration-1.6.rst
+++ b/documentation/migration-guides/migration-1.6.rst
@@ -222,8 +222,7 @@ Package Tests (ptest) are built but not installed by default. For
222information on using Package Tests, see the 222information on using Package Tests, see the
223":ref:`dev-manual/common-tasks:testing packages with ptest`" 223":ref:`dev-manual/common-tasks:testing packages with ptest`"
224section in the Yocto Project Development Tasks Manual. For information on the 224section in the Yocto Project Development Tasks Manual. For information on the
225``ptest`` class, see the ":ref:`ptest.bbclass <ref-classes-ptest>`" 225``ptest`` class, see the ":ref:`ref-classes-ptest`" section.
226section.
227 226
228.. _migration-1.6-build-changes: 227.. _migration-1.6-build-changes:
229 228