[poky] [PATCH 1/1] runqueue.py: set BB_TASKHASH approriately after moving to fork()

Richard Purdie richard.purdie at linuxfoundation.org
Tue Dec 21 00:49:01 PST 2010


On Tue, 2010-12-21 at 15:02 +0800, Kevin Tian wrote:
> In previous exec() model, cooker is re-initialized from scratch with environmental
> variable exported accordingly. Now in fork() model, environmental variables are
> not exported again, and thus original method to export BB_TASKHASH doesn't apply
> now which breaks all sstate packages. Now we can set data variable directly instead.
> 
> Signed-off-by: Kevin Tian <kevin.tian at intel.com>
> ---
>  bitbake/lib/bb/runqueue.py |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)

Merged into master, thanks.

Richard




More information about the poky mailing list