bitbake: knotty: Ensure commandline parameters are updated in memres server
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 11:58:22 +0000 (12:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 19:06:06 +0000 (20:06 +0100)
commitfe50a2132d3a60ba20f23d45b37b2b4254ffde27
treef8177cc0e0de625844429c75c88480282d8a77e8
parent5e31c4d80d70cd6d39cfa85d633df39502321d59
bitbake: knotty: Ensure commandline parameters are updated in memres server

When using options like -k, -f, -v and so on with the memory resident
server, they'd currently only be set on the initial values passed to
the original command. This ensures they now match those specified
on the commandline for the options where this makes sense.

To make this work, a command to update the options on the server side
is required so this is added.

[YOCTO #5292]

(Bitbake rev: 1c75cc4d0c8b606c1fe76e6bf60bf6a32298b105)

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