]> code.ossystems Code Review - openembedded-core.git/commit
image/rm_work: Promote do_image_complete to be more sstate like
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 15:06:57 +0000 (16:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Jul 2017 13:25:44 +0000 (14:25 +0100)
commit2ff9d40dc88d43567472218cf3d3faf414398c71
tree061ec25acf282a32b3be17fd31beec33c5b20c2a
parentf61bcae0926a1ad79032119cc5656c0e862b13af
image/rm_work: Promote do_image_complete to be more sstate like

We relied on the missing do_image_complete_setscene task to ensure the dummy
sstate tarball that was created would never be used. This lead to its own
issues and a better fix for SSTATE_SKIP_CREATION has now been merged.

We can therefore make do_image_complete look like a more standard sstate
task which means image generation doesn't keep rerunning when using rm_work.

We do need to turn do_image_complete's stamp into an sstate version to
handle this (it otherwise matches the do_image_* glob).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/rm_work.bbclass