diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-06-03 11:07:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-11 23:59:13 +0100 |
commit | 11774198ef6ebb7df1b695be5fd1261d7102b343 (patch) | |
tree | fb3bd4bfcce514412cc87ca99c734c62e1073fb7 /meta/conf | |
parent | 24be4dfe6a8af419474c937946fb502eacb6f941 (diff) | |
download | poky-11774198ef6ebb7df1b695be5fd1261d7102b343.tar.gz |
documentation.conf: Document do_vmimg
Changes due to new combined support for both vmdk and vdi files.
(From OE-Core rev: e4244af33888ef3c39e31ed89c5184f6a4c5e80c)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 3a918e8bbf..bd34c9924d 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -57,7 +57,7 @@ do_testsdk[doc] = "Installs an SDK and performs runtime tests on the tools insta | |||
57 | do_uboot_mkimage[doc] = "Creates a uImage file from the kernel for the U-Boot bootloader" | 57 | do_uboot_mkimage[doc] = "Creates a uImage file from the kernel for the U-Boot bootloader" |
58 | do_unpack[doc] = "Unpacks the source code into a working directory" | 58 | do_unpack[doc] = "Unpacks the source code into a working directory" |
59 | do_validate_branches[doc] = "Ensures that the source/meta branches are on the locations specified by their SRCREV values for a linux-yocto style kernel" | 59 | do_validate_branches[doc] = "Ensures that the source/meta branches are on the locations specified by their SRCREV values for a linux-yocto style kernel" |
60 | do_vmdkimg[doc] = "Creates a .vmdk image for use with VMware and compatible virtual machine hosts" | 60 | do_vmimg[doc] = "Creates an image for use with VMware or VirtualBox compatible virtual machine hosts (based on IMAGE_FSTYPES either .vmdk or .vdi)" |
61 | 61 | ||
62 | # DESCRIPTIONS FOR VARIABLES # | 62 | # DESCRIPTIONS FOR VARIABLES # |
63 | 63 | ||