summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.2.rst
diff options
context:
space:
mode:
authorAatir Manzur <aatrapps@gmail.com>2022-06-28 14:31:43 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-30 17:09:51 +0100
commit9900bb5d13ff309fdf6ac28d211a50366a7288eb (patch)
tree85ed00333af0cc2096ca0eebb332d3b4ac2ef2ad /documentation/migration-guides/migration-2.2.rst
parentb10ba003c828856bd7778e73a9b8d9600891cae2 (diff)
downloadpoky-9900bb5d13ff309fdf6ac28d211a50366a7288eb.tar.gz
docs: add CONVERSION_CMD definition
(From yocto-docs rev: 05d376ccc65510a7d636e2685fb92a48d4712b0b) Signed-off-by: Aatir Manzur <aatrapps@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r--documentation/migration-guides/migration-2.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index fe7bc2cf55..16e48cc87c 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -442,7 +442,7 @@ The following miscellaneous changes have occurred:
442- :ref:`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 :term:`CONVERSION_CMD`. The ``COMPRESS*``
446 variable names will still work in the 2.2 release but metadata that 446 variable names will still work in the 2.2 release but metadata that
447 does not need to be backwards-compatible should be changed to use the 447 does not need to be backwards-compatible should be changed to use the
448 new names as the ``COMPRESS*`` ones will be removed in a future 448 new names as the ``COMPRESS*`` ones will be removed in a future