]> code.ossystems Code Review - openembedded-core.git/commitdiff
rm_work: add do_write_qemuboot_conf to task list
authorRoss Burton <ross.burton@intel.com>
Fri, 9 Dec 2016 17:17:37 +0000 (17:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Dec 2016 22:47:30 +0000 (22:47 +0000)
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>
meta/classes/rm_work.bbclass

index 64b6981a45db99f80055cd631b1597b0f4876dcc..263ad8be9f85d578e09a6642c516801f45beafe9 100644 (file)
@@ -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
                 ;;