aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/rm_work.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-12-09 17:17:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-13 22:47:30 +0000
commit3206f408e908870629eb47afac6249a3c9497a66 (patch)
tree832df975416e2aae68f457050549eecb47379d61 /meta/classes/rm_work.bbclass
parentdaeee2d6731014c33f0d1f8a3846830c099932b4 (diff)
downloadopenembedded-core-contrib-3206f408e908870629eb47afac6249a3c9497a66.tar.gz
rm_work: add do_write_qemuboot_conf to task list
We need to add do_write_qemuboot_conf to the list of tasks to be wiped as otherwise the second time an image is built it will fail. [ YOCTO #10758 ] Signed-off-by: Ross Burton <ross.burton@intel.com>
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 64b6981a45..263ad8be9f 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -66,7 +66,7 @@ do_rm_work () {
i=dummy
break
;;
- *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*)
+ *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*|*do_write_qemuboot_conf*)
i=dummy
break
;;