diff options
Diffstat (limited to 'documentation/migration-guides')
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 | |||
110 | removed in future releases. You should also rename any custom ``task-*`` | 110 | removed in future releases. You should also rename any custom ``task-*`` |
111 | recipes to ``packagegroup-*``, and change them to inherit | 111 | recipes 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 |
113 | to remove anything now handled by ``packagegroup.bbclass``, such as | 113 | to remove anything now handled by :ref:`ref-classes-packagegroup`, such as |
114 | providing ``-dev`` and ``-dbg`` packages, setting | 114 | providing ``-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 | ||
242 | A new automated image testing framework has been added through the | 242 | A 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 |
244 | framework replaces the older ``imagetest-qemu`` framework. | 244 | framework replaces the older ``imagetest-qemu`` framework. |
245 | 245 | ||
246 | You can learn more about performing automated image tests in the | 246 | You 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 | ||