diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-07-31 10:56:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-03 11:14:13 +0100 |
commit | 7a25294b714a183ff18d1a95a0f8a8208ce51865 (patch) | |
tree | e308ae9a99dd7cc24f07844f291d076f17e20596 /meta/conf/documentation.conf | |
parent | 86abf0c1afd8b93606e0102df8c29902dd3394db (diff) | |
download | poky-7a25294b714a183ff18d1a95a0f8a8208ce51865.tar.gz |
meta: drop do_bootdirectdisk do_vmimg references
do_bootdirectdisk and do_vmimg had been dropped by commit 929ba563:
[ image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types ]
Also drop the references to them and image-vm.
(From OE-Core rev: 609f7f4ecd17c8299b97d9face098e3cc44fa6eb)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r-- | meta/conf/documentation.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 35b9103b4a..a55e2836b5 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -56,7 +56,6 @@ do_testsdk[doc] = "Installs an SDK and performs runtime tests on the tools insta | |||
56 | do_uboot_mkimage[doc] = "Creates a uImage file from the kernel for the U-Boot bootloader" | 56 | do_uboot_mkimage[doc] = "Creates a uImage file from the kernel for the U-Boot bootloader" |
57 | do_unpack[doc] = "Unpacks the source code into a working directory" | 57 | do_unpack[doc] = "Unpacks the source code into a working directory" |
58 | 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" | 58 | 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_vmimg[doc] = "Creates an image for use with VMware or VirtualBox compatible virtual machine hosts (based on IMAGE_FSTYPES either .vmdk or .vdi)" | ||
60 | 59 | ||
61 | # DESCRIPTIONS FOR VARIABLES # | 60 | # DESCRIPTIONS FOR VARIABLES # |
62 | 61 | ||