From f94f6e655fc16213b0980c6f462785dc745dc445 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 22 Sep 2017 08:31:50 -0700 Subject: dev-manual, ref-manual: Image format implementation changes Recently a number of changes have happened on the implementation side of some image formats, and a few have been renamed. The u-boot image signing code is now always available and no longer in a stand-alone file. The vmdk/mdi/qcow2 images have been removed and are now just a conversion type that is applied to wic images. Reported-by: Tom Rini (From yocto-docs rev: ce86da3d48507cee12208e0138c285b4be83d8cd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'documentation/ref-manual/ref-tasks.xml') diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 10c67ab529..2d23bbaabf 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -842,16 +842,6 @@ section in the Yocto Project Development Manual. - -
- <filename>do_vmdkimg</filename> - - - Creates a .vmdk image for use with - VMware - and compatible virtual machine hosts. - -