]> code.ossystems Code Review - openembedded-core.git/commit
base/utility-tasks.bbclass: Drop do_setscene and do_rebuild
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Mar 2011 00:06:58 +0000 (00:06 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Mar 2011 11:46:49 +0000 (11:46 +0000)
commit0e758e2b37c6041ab2af223b3a84ffbf09351102
tree2ba9373a1826aa13879149d8256771c64610eda2
parent7f39ee19c7f0e8b020a067171f332f7876cc9770
base/utility-tasks.bbclass: Drop do_setscene and do_rebuild

The do_setscene task only exists for rebuild support now as all its other
functionality has been superceeded. The rebuild task currently crashes due
to removal of the working directory and therefore isn't working for anyone.
It also interacts extremely badly with the newer sstate technology to the
point of being dangerous.

Summary, if we want rebuild support it needs a reimplementation so remove
this version and all its remnants and hacks.

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