aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-07-17 01:27:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-21 07:20:14 +0100
commit335fd0106359dddfe1eeb0c7d0bc03f8454b895c (patch)
treeb64585555216541876872e47652684f8fe84b23e /lib/bb/cooker.py
parentc4d5c3dab5b35f3c6713efad1c8a23229ce4e56b (diff)
downloadbitbake-contrib-335fd0106359dddfe1eeb0c7d0bc03f8454b895c.tar.gz
bb/main.py: avoid starting server when not needed
Fixed 1: $ . ../poky/oe-init-build-env-memres . $ bitbake -m $ bitbake -m # shutdown it again $ bitbake -m Starting bitbake server... Terminated bitbake server. It starts the server and kill it which is redundant. $ bitbake -m $ bitbake --status-only Starting bitbake server... It starts the server which is not what we need. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cooker.py')
0 files changed, 0 insertions, 0 deletions