From fa5efc2dda369d16b20e15141f9a1dda16604649 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Dec 2013 14:46:08 -0600 Subject: [PATCH] ref-manual: Added image-vmdk class. (From yocto-docs rev: 7f3212cc983d25db94db57c214dbe8d49ef4b912) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5a75199387..05e0fa6ce3 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -865,6 +865,18 @@ +
+ <filename>image-vmdk.bbclass</filename> + + + The Virtual Machine Disk image (image-vmdk) class + supports building VMware VMDK images. + Normally, you do not use this class directly. + Instead, you add "vmdk" to + IMAGE_FSTYPES. + +
+
<filename>mime.bbclass</filename>