summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.4.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.4.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.4.rst')
-rw-r--r--documentation/migration-guides/migration-2.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-2.4.rst b/documentation/migration-guides/migration-2.4.rst
index ef5f32e6ef..964ed92937 100644
--- a/documentation/migration-guides/migration-2.4.rst
+++ b/documentation/migration-guides/migration-2.4.rst
@@ -301,7 +301,7 @@ The following are additional changes:
301 likely be removed in the next Yocto Project release. 301 likely be removed in the next Yocto Project release.
302 302
303- The ``vmdk``, ``vdi``, and ``qcow2`` image file types are now used in 303- The ``vmdk``, ``vdi``, and ``qcow2`` image file types are now used in
304 conjunction with the "wic" image type through ``CONVERSION_CMD``. 304 conjunction with the "wic" image type through :term:`CONVERSION_CMD`.
305 Consequently, the equivalent image types are now ``wic.vmdk``, 305 Consequently, the equivalent image types are now ``wic.vmdk``,
306 ``wic.vdi``, and ``wic.qcow2``, respectively. 306 ``wic.vdi``, and ``wic.qcow2``, respectively.
307 307