diff options
Diffstat (limited to 'meta/classes/rm_work.bbclass')
| -rw-r--r-- | meta/classes/rm_work.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 2a4e808b88..71c21a0f37 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass | |||
| @@ -61,6 +61,11 @@ do_rm_work () { | |||
| 61 | i=dummy | 61 | i=dummy |
| 62 | break | 62 | break |
| 63 | ;; | 63 | ;; |
| 64 | *do_image_complete*) | ||
| 65 | mv $i `echo $i | sed -e "s#${j}#${j}_setscene#"` | ||
| 66 | i=dummy | ||
| 67 | break | ||
| 68 | ;; | ||
| 64 | *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*|*do_write_qemuboot_conf*) | 69 | *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*|*do_write_qemuboot_conf*) |
| 65 | i=dummy | 70 | i=dummy |
| 66 | break | 71 | break |
