]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
command/cooker/knotty: Fix memres handling of command environment changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Jan 2015 10:49:01 +0000 (10:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Jan 2015 11:35:58 +0000 (11:35 +0000)
commit4d1343010da757a0c126bc22475354da44aaf8e3
treeb1ed47ced02b78db1698d07b4d61993f7f4b0d31
parentb4d40f1ac7b32990c456cce261f99a5a157b5ae5
command/cooker/knotty: Fix memres handling of command environment changes

If the environment changes, we need memory resident bitbake to adapt to those
changes. This adds in functionality to handle this alongside the configuration
option handling code. This means that the common usage:

MACHINE=X bitbake Y

now works with the memory resident server.

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