From: Ross Burton Date: Fri, 9 Dec 2016 17:17:37 +0000 (+0000) Subject: rm_work: add do_write_qemuboot_conf to task list X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3206f408e908870629eb47afac6249a3c9497a66;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 64b6981a45d..263ad8be9f8 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 ;;