bitbake: xmlrpc: Allow server to remain memory resident
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 31 May 2013 11:06:47 +0000 (12:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 13:13:18 +0000 (14:13 +0100)
commit5b6b7726a6ee8906924b742a536f95850b10df5e
tree95439ff7fd322d0b196d431ad229136ecf9d6d3e
parent98c97fd34a67656f27d9ae1c1bd0eb0e39af0050
bitbake: xmlrpc: Allow server to remain memory resident

This patch enables the XMLRPC server to remain
resident in memory after a task is run, and to accept
a new controlling client. To check the server after
task completion, do

lsof bitbake.lock

in the build directory. Kill the server with kill.

(Bitbake rev: e823e1f0675ff3794eb39ef0b4df2d7a220f4013)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/server/xmlrpc.py