poky/bitbake/lib/bb/server
Richard Purdie 984da85479 bitbake: cooker: Change to consistent prefile/postfile handling
Currently the original prefile and postfile passed when starting bitbake
server are 'sticky'. With the new memory resident model this doesn't make
sense as the server the system is started with isn't special.

This patch changes the code so the prefile/postfile are used if specified
on the commandline and not used otherwise. This makes the behaviour much
more predictable and expected and as an added bonus simplifies the code.

(Bitbake rev: 638d366234fad78f283d3a13a12b07cb0ccbe914)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-08-31 23:30:03 +01:00
..
__init__.py bitbake: server: Rework the server API so process and xmlrpc servers coexist 2017-07-21 08:41:11 +01:00
process.py bitbake: cooker: Change to consistent prefile/postfile handling 2017-08-31 23:30:03 +01:00
xmlrpcclient.py bitbake: server: Rework the server API so process and xmlrpc servers coexist 2017-07-21 08:41:11 +01:00
xmlrpcserver.py bitbake: server: Rework the server API so process and xmlrpc servers coexist 2017-07-21 08:41:11 +01:00