summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-22 08:31:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:53:44 +0100
commitf94f6e655fc16213b0980c6f462785dc745dc445 (patch)
tree10f1a53f218480a5fb97879f630838cb63fcf4c9 /documentation/ref-manual/ref-tasks.xml
parent8f7df8648acf0ed2a5a8bdd01e327240b03f38e8 (diff)
downloadpoky-f94f6e655fc16213b0980c6f462785dc745dc445.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r--documentation/ref-manual/ref-tasks.xml10
1 files changed, 0 insertions, 10 deletions
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 @@
842 section in the Yocto Project Development Manual. 842 section in the Yocto Project Development Manual.
843 </para> 843 </para>
844 </section> 844 </section>
845
846 <section id='ref-tasks-vmdkimg'>
847 <title><filename>do_vmdkimg</filename></title>
848
849 <para>
850 Creates a <filename>.vmdk</filename> image for use with
851 <ulink url='http://www.vmware.com/'>VMware</ulink>
852 and compatible virtual machine hosts.
853 </para>
854 </section>
855</section> 845</section>
856 846
857<section id='kernel-related-tasks'> 847<section id='kernel-related-tasks'>