mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
65dc16aa33
commit
369ef217ff
@@ -64,6 +64,15 @@ do_rm_work () {
|
|||||||
mv $i `echo $i | sed -e "s#do_image_complete#do_image_complete_setscene#"`
|
mv $i `echo $i | sed -e "s#do_image_complete#do_image_complete_setscene#"`
|
||||||
i=dummy
|
i=dummy
|
||||||
;;
|
;;
|
||||||
|
*do_image_qa_setscene*)
|
||||||
|
# Ensure we don't 'stack' setscene extensions to this stamp with the section below
|
||||||
|
i=dummy
|
||||||
|
;;
|
||||||
|
*do_image_qa*)
|
||||||
|
# Promote do_image_qa stamps to setscene versions (ahead of *do_image* below)
|
||||||
|
mv $i `echo $i | sed -e "s#do_image_qa#do_image_qa_setscene#"`
|
||||||
|
i=dummy
|
||||||
|
;;
|
||||||
*do_package_write*|*do_rootfs*|*do_image*|*do_bootimg*|*do_write_qemuboot_conf*|*do_build*)
|
*do_package_write*|*do_rootfs*|*do_image*|*do_bootimg*|*do_write_qemuboot_conf*|*do_build*)
|
||||||
i=dummy
|
i=dummy
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user