diff options
| author | Jacob Kroon <jacob.kroon@gmail.com> | 2019-11-06 13:34:58 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-07 15:12:00 +0000 |
| commit | 369ef217ff8a0a765b80cf0bfaaf30dcd2669b13 (patch) | |
| tree | 60d1f5603684314d0b1d2a43bb3143e4d51b1f45 /meta | |
| parent | 65dc16aa3358f9a8dbbce081d5adebf041f1973b (diff) | |
| download | poky-369ef217ff8a0a765b80cf0bfaaf30dcd2669b13.tar.gz | |
rm_work: Promote do_image_qa stamps to setscene versions
[ YOCTO #13212 ]
Suggested-by: Romuald Jeanne <romuald.jeanne@st.com>
(From OE-Core rev: 3d3bd7952cf4bf5c94e4d18b45a604b95b69e8c3)
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes/rm_work.bbclass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index a6bd3f719f..0bbc450100 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass | |||
| @@ -64,6 +64,15 @@ do_rm_work () { | |||
| 64 | mv $i `echo $i | sed -e "s#do_image_complete#do_image_complete_setscene#"` | 64 | mv $i `echo $i | sed -e "s#do_image_complete#do_image_complete_setscene#"` |
| 65 | i=dummy | 65 | i=dummy |
| 66 | ;; | 66 | ;; |
| 67 | *do_image_qa_setscene*) | ||
| 68 | # Ensure we don't 'stack' setscene extensions to this stamp with the section below | ||
| 69 | i=dummy | ||
| 70 | ;; | ||
| 71 | *do_image_qa*) | ||
| 72 | # Promote do_image_qa stamps to setscene versions (ahead of *do_image* below) | ||
| 73 | mv $i `echo $i | sed -e "s#do_image_qa#do_image_qa_setscene#"` | ||
| 74 | i=dummy | ||
| 75 | ;; | ||
| 67 | *do_package_write*|*do_rootfs*|*do_image*|*do_bootimg*|*do_write_qemuboot_conf*|*do_build*) | 76 | *do_package_write*|*do_rootfs*|*do_image*|*do_bootimg*|*do_write_qemuboot_conf*|*do_build*) |
| 68 | i=dummy | 77 | i=dummy |
| 69 | ;; | 78 | ;; |
