diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-02 14:46:08 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:35 +0000 |
commit | 6b1b052e874afc42b515f8b3aead60076f8af1b4 (patch) | |
tree | 038d729414eb44d06dfeffa3b09428e543847cbd /documentation | |
parent | 5f20fb847ef9595e61c203f4e3ec030594e71118 (diff) | |
download | poky-6b1b052e874afc42b515f8b3aead60076f8af1b4.tar.gz |
ref-manual: Added image-vmdk class.
(From yocto-docs rev: bb4b26ce0c400db95915b6a2a07cad45a446493b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
865 | </para> | 865 | </para> |
866 | </section> | 866 | </section> |
867 | 867 | ||
868 | <section id='ref-classes-image-vmdk'> | ||
869 | <title><filename>image-vmdk.bbclass</filename></title> | ||
870 | |||
871 | <para> | ||
872 | The Virtual Machine Disk image (<filename>image-vmdk</filename>) class | ||
873 | supports building VMware VMDK images. | ||
874 | Normally, you do not use this class directly. | ||
875 | Instead, you add "vmdk" to | ||
876 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>. | ||
877 | </para> | ||
878 | </section> | ||
879 | |||
868 | <section id='ref-classes-mime'> | 880 | <section id='ref-classes-mime'> |
869 | <title><filename>mime.bbclass</filename></title> | 881 | <title><filename>mime.bbclass</filename></title> |
870 | 882 | ||