]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Improve SSTATE_SKIP_CREATION
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 15:01:09 +0000 (16:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Jul 2017 13:25:44 +0000 (14:25 +0100)
commit1e95fc5419a131a5e4091b8ff01639de99284399
tree86f72927baaf8d33493d1371f2ced73456229059
parentbf8b9858d9ccce27173d13938a83d249294cc473
sstate: Improve SSTATE_SKIP_CREATION

Currently, dummy archives are created for skipped sstate tasks. We relied
on these never being installed (the setscene task is missing) however this
leads to odd behaviour as for example the setscene stamps are never looked
at.

Rather than trying to continue with the two separate behaviours, really
skip package creation. We do need the file manipulation steps to install files
under sstate control from a manifest perspective so we only skip at the final
creation step.

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