]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: create cooker object after cleaning the environment
authorJeff Dike <jdike@linux.intel.com>
Tue, 29 Jun 2010 12:33:24 +0000 (13:33 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 29 Jun 2010 12:33:24 +0000 (13:33 +0100)
commit6418d0492a60ed37d13e1060c2e8c09cd127c450
tree6df1dffe212a6f6c7c72ce36128b200ee1f89f48
parentf9d7e9e3be89ac9141fb0eb7c71eef5a9a82add9
bitbake: create cooker object after cleaning the environment

Previously, the cooker object was created before the environment was
cleaned, saving everything that was in the environment and dumping
into the run scripts.

The patch ensures that the cooker gets a cleaned environment when it's
created.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/bin/bitbake