bitbake: cooker/command: Add finishcommand to reset cooker state
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Sep 2013 16:32:53 +0000 (17:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Sep 2013 07:20:38 +0000 (08:20 +0100)
commitdbbda604b6be8b6a467b91d486fc6b8252f0186a
tree2fe56508c665aaf26e7f5b8b8cc389a74cbf72ae
parent04baae12edeccfa56ab08b25fac2b704a6958d5c
bitbake: cooker/command: Add finishcommand to reset cooker state

After running a command on the server, it needs to reset to the initial
state. This ensures that subsequent clients start from a known state
and notice any configuration changes.

Ultimately we may want to do more than this buts a good start and better
than nothing.

(Bitbake rev: dd15648fc2654b8d7c3e00ea7ab3dbf04f24f24b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/command.py
bitbake/lib/bb/cooker.py