1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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 <trini@konsulko.com>
(From yocto-docs rev: ce86da3d48507cee12208e0138c285b4be83d8cd)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-09-22 08:31:50 -07:00
committed by Richard Purdie
parent 8f7df8648a
commit f94f6e655f
6 changed files with 19 additions and 53 deletions
-10
View File
@@ -842,16 +842,6 @@
section in the Yocto Project Development Manual.
</para>
</section>
<section id='ref-tasks-vmdkimg'>
<title><filename>do_vmdkimg</filename></title>
<para>
Creates a <filename>.vmdk</filename> image for use with
<ulink url='http://www.vmware.com/'>VMware</ulink>
and compatible virtual machine hosts.
</para>
</section>
</section>
<section id='kernel-related-tasks'>