diff options
author | Ross Burton <ross.burton@intel.com> | 2016-12-09 17:17:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:20 +0000 |
commit | 7966afa64a846a6ae55341a8ebae3631d5ed1bfd (patch) | |
tree | d4447928a3ac7bee098421085409763be143a1d2 /meta/classes | |
parent | 9eb89487ff5a7e6965f3e3d696ef868d7901b13d (diff) | |
download | poky-7966afa64a846a6ae55341a8ebae3631d5ed1bfd.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 ]
(From OE-Core rev: 3206f408e908870629eb47afac6249a3c9497a66)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/rm_work.bbclass | 2 |
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 () { | |||
66 | i=dummy | 66 | i=dummy |
67 | break | 67 | break |
68 | ;; | 68 | ;; |
69 | *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*) | 69 | *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*|*do_write_qemuboot_conf*) |
70 | i=dummy | 70 | i=dummy |
71 | break | 71 | break |
72 | ;; | 72 | ;; |