[oe-commits] Juro Bystricky : documentation.conf: Document do_vmimg

git at git.openembedded.org git at git.openembedded.org
Thu Jun 11 23:00:48 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e4244af33888ef3c39e31ed89c5184f6a4c5e80c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e4244af33888ef3c39e31ed89c5184f6a4c5e80c

Author: Juro Bystricky <juro.bystricky at intel.com>
Date:   Wed Jun  3 11:07:25 2015 -0700

documentation.conf: Document do_vmimg

Changes due to new combined support for both vmdk and vdi files.

Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/conf/documentation.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 3a918e8..bd34c99 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
 do_uboot_mkimage[doc] = "Creates a uImage file from the kernel for the U-Boot bootloader"
 do_unpack[doc] = "Unpacks the source code into a working directory"
 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"
-do_vmdkimg[doc] = "Creates a .vmdk image for use with VMware and compatible virtual machine hosts"
+do_vmimg[doc] = "Creates an image for use with VMware or VirtualBox compatible virtual machine hosts (based on IMAGE_FSTYPES either .vmdk or .vdi)"
 
 # DESCRIPTIONS FOR VARIABLES #
 



More information about the Openembedded-commits mailing list