summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-18 19:11:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 13:47:50 +0000
commit3a6185404e241790bd17cb563e33eec4a0a9296a (patch)
treef7d1b86f5f2b82631491d6ae5f295c948d296e69 /documentation/migration-guides
parenta9fdd010b9382c05a0fd5aefb14280dc125f1808 (diff)
downloadpoky-3a6185404e241790bd17cb563e33eec4a0a9296a.tar.gz
manuals: improve references to classes
- Simplify references to class sections, by replacing references such as :ref:`image.bbclass <ref-classes-image>` by :ref:`ref-classes-image` That's equivalent, because the class sections always called <class>.bbclass - Adding references to class sections, by replacing strings such as ``image.bbclass`` by :ref:`ref-classes-image` - Simplifying a few class section links (From yocto-docs rev: 29d66aaa898390c19f121baf0f4fdcc178e4cd80) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> 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.rst4
-rw-r--r--documentation/migration-guides/migration-2.2.rst2
-rw-r--r--documentation/migration-guides/migration-2.3.rst3
-rw-r--r--documentation/migration-guides/migration-3.5.rst2
5 files changed, 6 insertions, 7 deletions
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst
index 9a1539172e..6a1755d1dc 100644
--- a/documentation/migration-guides/migration-1.3.rst
+++ b/documentation/migration-guides/migration-1.3.rst
@@ -110,7 +110,7 @@ references in your own recipes and configurations as they could be
110removed in future releases. You should also rename any custom ``task-*`` 110removed in future releases. You should also rename any custom ``task-*``
111recipes to ``packagegroup-*``, and change them to inherit 111recipes to ``packagegroup-*``, and change them to inherit
112``packagegroup`` instead of ``task``, as well as taking the opportunity 112``packagegroup`` instead of ``task``, as well as taking the opportunity
113to remove anything now handled by ``packagegroup.bbclass``, such as 113to remove anything now handled by :ref:`ref-classes-packagegroup`, 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:`ref-classes-packagegroup` section for 116:ref:`ref-classes-packagegroup` section for
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index 0306b99c65..93db14c3ba 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -240,7 +240,7 @@ Automated Image Testing
240----------------------- 240-----------------------
241 241
242A new automated image testing framework has been added through the 242A new automated image testing framework has been added through the
243:ref:`testimage.bbclass <ref-classes-testimage*>` class. This 243:ref:`ref-classes-testimage*` classes. This
244framework replaces the older ``imagetest-qemu`` framework. 244framework replaces the older ``imagetest-qemu`` framework.
245 245
246You can learn more about performing automated image tests in the 246You can learn more about performing automated image tests in the
@@ -341,7 +341,7 @@ Following is a list of short entries describing other changes:
341 341
342- ``libpam``: Deny all services for the ``OTHER`` entries. 342- ``libpam``: Deny all services for the ``OTHER`` entries.
343 343
344- ``image.bbclass``: Move ``runtime_mapping_rename`` to avoid conflict 344- :ref:`ref-classes-image`: Move ``runtime_mapping_rename`` to avoid conflict
345 with ``multilib``. See :yocto_bugs:`YOCTO #4993 </show_bug.cgi?id=4993>` 345 with ``multilib``. See :yocto_bugs:`YOCTO #4993 </show_bug.cgi?id=4993>`
346 in Bugzilla for more information. 346 in Bugzilla for more information.
347 347
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index a6c1a4aa48..3e35b2b8aa 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -439,7 +439,7 @@ The following miscellaneous changes have occurred:
439 439
440- ``packagegroup-core-tools-testapps``: Removed Piglit. 440- ``packagegroup-core-tools-testapps``: Removed Piglit.
441 441
442- :ref:`image.bbclass <ref-classes-image>`: Renamed COMPRESS(ION) to CONVERSION. This change 442- :ref:`ref-classes-image`: Renamed COMPRESS(ION) to CONVERSION. This change
443 means that ``COMPRESSIONTYPES``, ``COMPRESS_DEPENDS`` and 443 means that ``COMPRESSIONTYPES``, ``COMPRESS_DEPENDS`` and
444 ``COMPRESS_CMD`` are deprecated in favor of ``CONVERSIONTYPES``, 444 ``COMPRESS_CMD`` are deprecated in favor of ``CONVERSIONTYPES``,
445 ``CONVERSION_DEPENDS`` and ``CONVERSION_CMD``. The ``COMPRESS*`` 445 ``CONVERSION_DEPENDS`` and ``CONVERSION_CMD``. The ``COMPRESS*``
diff --git a/documentation/migration-guides/migration-2.3.rst b/documentation/migration-guides/migration-2.3.rst
index 0b6b33d2cb..59271abbc0 100644
--- a/documentation/migration-guides/migration-2.3.rst
+++ b/documentation/migration-guides/migration-2.3.rst
@@ -304,8 +304,7 @@ The following package management changes took place:
304 This change was made because too many places in DNF/RPM4 stack 304 This change was made because too many places in DNF/RPM4 stack
305 already make that assumption. Only the filenames and the architecture 305 already make that assumption. Only the filenames and the architecture
306 tag has changed. Nothing else has changed in OE-core system, 306 tag has changed. Nothing else has changed in OE-core system,
307 particularly in the :ref:`allarch.bbclass <ref-classes-allarch>` 307 particularly in the :ref:`ref-classes-allarch` class.
308 class.
309 308
310- Signing of remote package feeds using ``PACKAGE_FEED_SIGN`` is not 309- Signing of remote package feeds using ``PACKAGE_FEED_SIGN`` is not
311 currently supported. This issue will be fully addressed in a future 310 currently supported. This issue will be fully addressed in a future
diff --git a/documentation/migration-guides/migration-3.5.rst b/documentation/migration-guides/migration-3.5.rst
index df15487b10..8c2a7d2c65 100644
--- a/documentation/migration-guides/migration-3.5.rst
+++ b/documentation/migration-guides/migration-3.5.rst
@@ -52,5 +52,5 @@ Recipe changes
52 and :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`. 52 and :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`.
53 53
54- :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages 54- :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages
55 which use :term:`PKG` renaming such as :ref:`debian.bbclass <ref-classes-debian>`. 55 which use :term:`PKG` renaming such as :ref:`ref-classes-debian`.
56 56