summaryrefslogtreecommitdiffstats
path: root/meta/classes/rm_work.bbclass
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-07-31 10:56:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-03 11:14:13 +0100
commit7a25294b714a183ff18d1a95a0f8a8208ce51865 (patch)
treee308ae9a99dd7cc24f07844f291d076f17e20596 /meta/classes/rm_work.bbclass
parent86abf0c1afd8b93606e0102df8c29902dd3394db (diff)
downloadpoky-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/classes/rm_work.bbclass')
-rw-r--r--meta/classes/rm_work.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 71c21a0f37..3d7fb52e81 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -66,7 +66,7 @@ do_rm_work () {
66 i=dummy 66 i=dummy
67 break 67 break
68 ;; 68 ;;
69 *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*|*do_write_qemuboot_conf*) 69 *do_rootfs*|*do_image*|*do_bootimg*|*do_write_qemuboot_conf*)
70 i=dummy 70 i=dummy
71 break 71 break
72 ;; 72 ;;